Invisible data pool.

K.J

Explorer
Joined
Apr 3, 2021
Messages
84
I am faced with the following.

I have a data pool that is not visible in the storage view.
However, it is visible in the SMB shares and in edit SMB.
Also, the folder is accessible via the network in windows.
See pictures.

Do you have a solution how I can still remove the dataset completely, e.g. via shell ?
What is the correct shell command?
 

Attachments

  • Overview system dataset pools truenas.jpg
    Overview system dataset pools truenas.jpg
    102 KB · Views: 257
  • SMB shares truenas.jpg
    SMB shares truenas.jpg
    92.4 KB · Views: 252
  • Edit SMB.jpg
    Edit SMB.jpg
    71.3 KB · Views: 225
  • Windows network map .jpg
    Windows network map .jpg
    71.7 KB · Views: 248

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
What you have there is a directory...

Not all directories are datasets, but mounted datasets appear just like directories.

If you want to remove the share, do just that. (3 dots to the right of the share name and select Delete)

If you want to remove the directory, you need to be in the shell or a file explorer like WinScp:

at the shell:
rm -r "/mnt/BackUps/Asus VivoBook A540SA Ubuntu"
 

K.J

Explorer
Joined
Apr 3, 2021
Messages
84
Hi @sretalla ,

Thanks again for your quick response.

Via the three dots at SMB share there was no possibility to remove it in scale, see picture.
Via the command in the shell it succeeded immediately.

Thanks again!

Koen
 

Attachments

  • SMB.jpg
    SMB.jpg
    84.9 KB · Views: 248
Top