Search This Blog

Friday, February 18, 2011

Useful Commands, Mount FreeBSD ufs in Linux

Linux supports read on FreeBSD ufs filesystem.
You can mount them with:

sudo mount -r -t ufs -o ufstype=ufs2

for example:
sudo mount -r -t ufs -o ufstype=ufs2 /dev/sdb1 /mnt

No comments: