Hi, some weird problem here. I tried to search through the forums and on google for similar problems but couldn't find any.
Running TrueNAS-SCALE-22.12.4.2.
Hi deleted a dataset "backup" and in fact "zfs list" says its not there and its not showing in the gui. However, if i go to the /mnt/zeus2p1 and do a "ls -l" the folder is there.
The create command is failing probably because the folder/dataset is still there.
Clearly for the operating system, the folder is there:
Why can't I simply rm the folder like I would on a normal Debian system?
Any thoughts? Of course I could call the folder another name but its annoying to not understand why there is a problem. BTW, i got rid of all share, replications, snapshot jobs, everything related to this dataset. Its not showing in /etc/mtab.
Thanks
Running TrueNAS-SCALE-22.12.4.2.
Hi deleted a dataset "backup" and in fact "zfs list" says its not there and its not showing in the gui. However, if i go to the /mnt/zeus2p1 and do a "ls -l" the folder is there.
The create command is failing probably because the folder/dataset is still there.
admin@zeus2[~]# sudo zfs create backup
cannot create 'backup': missing dataset name
Clearly for the operating system, the folder is there:
admin@zeus2[/mnt/zeus2p1]# ls -al
total 100
drwxr-xr-x 10 root root 10 Nov 25 18:55 .
drwxr-xr-x 3 root root 3 Nov 25 09:15 ..
[COLOR=rgb(184, 49, 47)]drwxr-xr-x 2 root root 2 Nov 25 18:10 backup[/COLOR]
drwxr-xr-x 2 root root 2 Jan 27 2023 gis
drwxr-xr-x 4 root root 6 Nov 26 00:51 ix-applications
Why can't I simply rm the folder like I would on a normal Debian system?
admin@zeus2[/mnt/zeus2p1]# sudo rm -Rf backup
rm: cannot remove 'backup': Operation not permitted
Any thoughts? Of course I could call the folder another name but its annoying to not understand why there is a problem. BTW, i got rid of all share, replications, snapshot jobs, everything related to this dataset. Its not showing in /etc/mtab.
Thanks