On 03/16/14 17:43, Juan Francisco Cantero Hurtado wrote: > On Sun, Mar 16, 2014 at 09:53:29PM +0100, carsten.ku...@arcor.de wrote: >> > i just want to know how to format a partition in OpenBSD for ffs2 ? >> >> You could have a look in the newfs(8) manpage for the option "-O". -O 2 >> should be FFS2. >> > > But don't use FFS2 for /. OpenBSD can't boot from FFS2. >
And in general, don't use -O2 either, as OpenBSD switches from ffs to ffs2 when you get big enough on its own. Just let it do its magic, the days of having to twist knobs for file systems should have been over quite some years ago. (Exception: when you make a partition small enough to be ffs, but plan to growfs it later to a bigger size -- growfs works on ffs and ffs2, but doesn't convert from one to the other. Oh poo. Just realized I forgot to do this recently... ) Nick.