Thread: ffs2
View Single Post
  #5   (View Single Post)  
Old 29th September 2012
comet--berkeley comet--berkeley is offline
Real Name: Richard
Package Pilot
 
Join Date: Apr 2009
Location: California
Posts: 163
Default

Quote:
Originally Posted by jggimi View Post
mount(8) or mount_ffs(8) should mount it without trouble. e.g.:
Code:
# newfs -O 2 /dev/sd1a
# mount /dev/sd1a /mnt
# umount /mnt
# mount_ffs /dev/sd1a /mnt
So treat it like any other FFS file system.
I know I know...posting to a 3 year old thread...

But newfs -O 2 /dev/sd1a does not work for me.

I need to specify the "raw" device name:

newfs -O 2 /dev/rsd1a
Reply With Quote