Could not determine size - now can't access drive

Status
Not open for further replies.

Stux

MVP
Joined
Jun 2, 2016
Messages
4,419
Don't type the %
 

depasseg

FreeNAS Replicant
Joined
Sep 16, 2014
Messages
2,874
So is the current problem that you can view the contents of church_videos_3? If so, it's because there isn't a zfs mount point identified. So you can manually add it (not a great idea), or you can export that pool and import using the GUI.
 

OmarOmar

Dabbler
Joined
Jul 4, 2016
Messages
14
Hello Depasseg,

I would love to be able to view the contents of "Church_Videos_3" but I can't???
 

depasseg

FreeNAS Replicant
Joined
Sep 16, 2014
Messages
2,874
did you have issues using the GUI and that's why you are using the CLI? If so, then the following should allow you to see the contents of that dataset:
Code:
zfs set mountpoint=/mnt/Church_Videos_3 Church_Videos_3
ls /mnt/Church_Videos_3
 
Status
Not open for further replies.
Top