B balanga Apr 6, 2017 #1 If I have several instances of FreeBSD installed on various partitions/disks, how do I display where I booted from?
If I have several instances of FreeBSD installed on various partitions/disks, how do I display where I booted from?
B Beastie Apr 6, 2017 #2 $ gpart show -l shows you the "active" slice/partition. $ dmesg | grep "Trying to mount" will tell you which partition the live system boot from. $ mount will show you all the currently-mounted partitions, including the root partition.
$ gpart show -l shows you the "active" slice/partition. $ dmesg | grep "Trying to mount" will tell you which partition the live system boot from. $ mount will show you all the currently-mounted partitions, including the root partition.