View Single Post
  #9   (View Single Post)  
Old 23rd July 2008
phoenix's Avatar
phoenix phoenix is offline
Risen from the ashes
 
Join Date: May 2008
Posts: 696
Default

Have a look at the output of # dmesg to see extra error messages and information.

Note also that FreeBSD only has read-only support for most of the Linux filesystems (XFS, ReiserFS, JFS, etc). There's only read-write support for ext2. The "read-only filesystem" error is mount telling you that you really should add -r to the mount command for these filesystems. It added this for you, output the error, then mounted the fs read-only.
__________________
Freddie

Help for FreeBSD: Handbook, FAQ, man pages, mailing lists.
Reply With Quote