Hi Guys,
Reaching out to any resident FreeNAS experts on this forum for help. Would be greatly appreciated!
Don't ask why or how but the USB stick that my FreeNAS machine used to boot from was removed from the machine and erased. Sufficed to say someone thought it wasn't in use... :(
Now my FreeNAS installation was pretty old. It was installed late 2012 and I believe was version 8.2.0 or 8.3.0.
I've attempted to recreate a bootable USB stick with that version on it but for some reason that fails during boot. Perhaps my USB stick is too large (16GB) for that version. Not sure..
Deciding that surely the latest FreeNAS version should be able to import the ZFS pool I installed FreeNAS-11.1-U6 to a stick and that boots just fine.
In the GUI it sees the ZFS volume on my 4 x 3TB disks and I can import it. However it doesn't mount properly.
So I can see /mnt/volume1 but below that there is nothing. Whereas there should be 3 subvolumes (not sure if that is the right term).
My zpool status:
and zfs list:
During boot I see mountpoint errors for set1, set2 and set3: Eg/ Cannot mount '/mnt/volume1/set1' : failed to create mountpoint.
I am now VERY hesitant to try anything out of fear of damaging the pool and loosing my data.
Can anyone assist and recommend some steps to take in order to properly mount the volume and access the data?
Very much appreciated!
Reaching out to any resident FreeNAS experts on this forum for help. Would be greatly appreciated!
Don't ask why or how but the USB stick that my FreeNAS machine used to boot from was removed from the machine and erased. Sufficed to say someone thought it wasn't in use... :(
Now my FreeNAS installation was pretty old. It was installed late 2012 and I believe was version 8.2.0 or 8.3.0.
I've attempted to recreate a bootable USB stick with that version on it but for some reason that fails during boot. Perhaps my USB stick is too large (16GB) for that version. Not sure..
Deciding that surely the latest FreeNAS version should be able to import the ZFS pool I installed FreeNAS-11.1-U6 to a stick and that boots just fine.
In the GUI it sees the ZFS volume on my 4 x 3TB disks and I can import it. However it doesn't mount properly.
So I can see /mnt/volume1 but below that there is nothing. Whereas there should be 3 subvolumes (not sure if that is the right term).
My zpool status:
Code:
[root@freenas ~]# zpool status pool: freenas-boot state: ONLINE scan: none requested config: NAME STATE READ WRITE CKSUM freenas-boot ONLINE 0 0 0 da0p2 ONLINE 0 0 0 errors: No known data errors pool: volume1 state: ONLINE status: Some supported features are not enabled on the pool. The pool can still be used, but some features are unavailable. action: Enable all features using 'zpool upgrade'. Once this is done, the pool may no longer be accessible by software that does not support the features. See zpool-features(7) for details. scan: scrub repaired 0 in 0 days 06:31:21 with 0 errors on Sat Jan 27 21:31:23 2018 config: NAME STATE READ WRITE CKSUM volume1 ONLINE 0 0 0 raidz1-0 ONLINE 0 0 0 gptid/047e1194-c808-11e5-9caa-bc5ff473e7aa ONLINE 0 0 0 gptid/4ff33153-9aee-11e7-8f0e-bc5ff473e7aa ONLINE 0 0 0 gptid/1808b34f-3a13-11e2-8f7e-bc5ff473e7aa ONLINE 0 0 0 gptid/18fef43b-3a13-11e2-8f7e-bc5ff473e7aa ONLINE 0 0 0 errors: No known data errors
and zfs list:
Code:
[root@freenas ~]# zpool list NAME SIZE ALLOC FREE EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT freenas-boot 3.78G 852M 2.95G - - 22% 1.00x ONLINE - volume1 10.9T 4.66T 6.21T - 4% 42% 1.00x ONLINE /mnt [root@freenas ~]# zfs list NAME USED AVAIL REFER MOUNTPOINT freenas-boot 851M 2.83G 64K none freenas-boot/ROOT 842M 2.83G 29K none freenas-boot/ROOT/Initial-Install 1K 2.83G 838M legacy freenas-boot/ROOT/default 842M 2.83G 838M legacy freenas-boot/grub 6.84M 2.83G 6.84M legacy volume1 7.75T 0 337K /mnt/volume1 volume1/set1 3T 1.31T 1.69T /mnt/volume1/set1 volume1/set2 3T 1.30T 1.70T /mnt/volume1/set2 volume1/set3 1.75T 1.75T 209K /mnt/volume1/set3 volume1/syslog 1.65M 0 1.65M /mnt/volume1/syslog
During boot I see mountpoint errors for set1, set2 and set3: Eg/ Cannot mount '/mnt/volume1/set1' : failed to create mountpoint.
I am now VERY hesitant to try anything out of fear of damaging the pool and loosing my data.
Can anyone assist and recommend some steps to take in order to properly mount the volume and access the data?
Very much appreciated!