Thread: ffs2
View Single Post
  #2   (View Single Post)  
Old 22nd July 2009
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

You need to use -O 2 to create a FFS2 filesystem, from newfs(8):

Code:
     -O filesystem-format
                 Select the filesystem format:

                       0    4.3BSD format file system.  This option is primar-
                            ily used to build root file systems that can be
                            understood by older boot ROMs.
                       1    Fast File System (the default).
                       2    Enhanced Fast File System (FFS2).
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote