Subject: Re: Ext2fs supported?
To: None <port-i386@NetBSD.org>
From: Magnus Eriksson <magetoo@fastmail.fm>
List: port-i386
Date: 07/17/2004 20:40:19
> > >  After exiting the editor, I got a message saying
> > > "disklabel: line 31: warning, unknown file system type: EXT2FS"

> The 'fstype' value is also only (largely) a comment - you should be able
> to mount the partition regardless of the fstype value.

  But you might want to set it to "ext2fs" (lower case) if you want it to
work as you intend.

  As for cpg/sgs, that's irrelevant for ext2 anyway. disklabel(5)
manpage:

  u_int16_t cpg;  /* UFS: FS cylinders per group */
  u_int16_t sgs;  /* LFS: FS segment shift */

..and since you're not using UFS or LFS..  I just left that field blank.


Magnus