This must work:
First:
Console: dmesg |grep bsd
Second:
mkdir /mnt/ufs/
Then:
mount -r -t ufs -o ufstype=44bsd /dev/sda5 /mnt/ufs/ where /dev/sda5 is one of the partition listed in dmesg
By: Thomas Faddegon
This must work:
First:
Console: dmesg |grep bsd
Second:
mkdir /mnt/ufs/
Then:
mount -r -t ufs -o ufstype=44bsd /dev/sda5 /mnt/ufs/ where /dev/sda5 is one of the partition listed in dmesg