PDA

View Full Version : mounting UFS


hirohitosan
06-27-2008, 03:31 PM
Hi there
It is possible to mount&read from Linux a UFS partition?
thanks

richardpl
06-27-2008, 03:39 PM
yes, it is possible.

why is this asked in FreeBSD section? Oh that ....

lil_elvis2000
06-27-2008, 03:40 PM
Yes, though really you should ask this on a Linux site...:)

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

substitute as appropriate.