I've got a hard drive from an old DVD player/recorder and I need to get the content off of it. It is in FreeBSD format. How can I mount this drive in Ubuntu in order to transfer the content to an NTFS drive for example?
31 Answer
sudo mkdir /mnt/freebsd
sudo mount -t ufs -o ro,ufstype=ufs2 /dev/sdaX /mnt/freebsdsdaX = the freeBSD partition.