Mounting FreeBSD partitions with Linux
… works a bit different.
Let's assume you have a harddrive with one partition, sliced in three “FreeBSD partitions”, then cfdisk will show only one real partition. But dmesg
show the other partitions, too, so you can mount them anyway:
mount -t ufs -o ro,ufstype=ufs2 /dev/hda2 /mnt/bsd1
mount -t ufs -o ro,ufstype=ufs2 /dev/hda3 /mnt/bsd2
mount -t ufs -o ro,ufstype=ufs2 /dev/hda4 /mnt/bsd3
Trackback(s)
A trackback is a kind of a source link. If i was finding an interesting entry in another blog, that i am commenting in my own blog, i am linking to the original message via the trackback. Has someone commented one of my entries in his/her weblog, you can find this link here under trackbacks, too. More informations about trackback are in the Wikipedia for example.
Trackback URL: /trackback/mounting-freebsd-partitions-with-linux/