Hello Everyone,
I have a another disk which is geli encrypted freebsd-zfs partition
How to mount the /dev/ada0p4 to access the exiting data ?
Will help to mount ?
Currently mounted disk is
Thanks a lot in Advance?????
I have a another disk which is geli encrypted freebsd-zfs partition
Code:
/dev/ada0
/dev/ada0p1 efi
/dev/ada0p2 freebsd-boot
/dev/ada0p3 freebsd-swap
/dev/ada0p4 freebsd-zfs
How to mount the /dev/ada0p4 to access the exiting data ?
zpool create zroot /dev/ada0p4
zfs mount -a -l zroot
Will help to mount ?
Currently mounted disk is
Code:
/da0
/da0s2 freebsd-zfs
Thanks a lot in Advance?????
Last edited by a moderator: