hi,

> debian:~# mount -t ufs -o ufsinfo=44bsd /dev/hda11 /mnt/freebsd/
                               ^^^^^^^^
it is ufstype and not ufsinfo. you might add ro as additional option.

mount -t ufs -o ufstype=44bsd,ro /dev/hda10 /mnt/freebsd       

and you should not mount the /dev/hda11 like the above because it will be swap space. 
i am assuming so because if you have used the autocreate partition optition during the 
partitionng then it will be the swap. a hint as how to share the swap space between 
freebsd and linux is given Linux+FreeBSD-HOWTO. 

hope this works for you,
harsha

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to