Thread: ffs2
View Single Post
  #4   (View Single Post)  
Old 24th July 2009
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

mount(8) or mount_ffs(8) should mount it without trouble. e.g.:
Code:
# newfs -O 2 sd1a
# mount /dev/sd1a /mnt
# umount /mnt
# mount_ffs /dev/sd1a /mnt
So treat it like any other FFS file system.

Last edited by jggimi; 29th September 2012 at 01:07 PM. Reason: corrected typo in newfs(8) command
Reply With Quote