LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   mount freeBSD partitions under linux (https://www.linuxquestions.org/questions/linux-general-1/mount-freebsd-partitions-under-linux-350898/)

cccc 08-07-2005 03:29 PM

mount freeBSD partitions under linux
 
hi

I can mount freeBSD partitions under linux using following command:
Code:

# mount -t ufs -ro ufstype=ufs2 /dev/hdb1 /bsd
howto put this now to /etc/fstab correctly ?

kind regards
cccc

cccc 08-07-2005 03:47 PM

I found out:
Code:

/dev/hdb1    /bsd      ufs      noauto,ro,ufstype=ufs2    0 0


All times are GMT -5. The time now is 06:58 AM.