New to TrueNAS and a bit confused as to why a DataSet I created and then deleted is still showing in the Dataset listings.
Now when I try to delete it it says the Path is not found but if I try to recreate one with the same name, it says that one already exists and I can’t create it with that name.
How do I refresh the Datasets listing? or is there a command line that I can use to refresh it in the shell?
(TrueNAS Fangtooth)
How did you “delete” the dataset that you created?
Where?
On the web UI Datasets page?
On a page that asks you to select a folder, such as SMB Shares?
In the terminal using zfs
commands?
Does the dataset show when you use the terminal?
zfs list -t filesystem -r <pool>
I deleted the App
and then in the Datasets page I selected each subfolder and clicked the “Delete” button.
If I go into the terminal, and then type that command (replacing with the path to the folder) it says “no such file or directory” However if I use the command and point to the parent folder, then it lists everything including the folder it just said that there was no such file or directory.