Subject: Re: Disklabel ioctls (was Re: nore on disk ...)
To: Jason Thorpe <thorpej@sj.xenotropic.com>
From: Chris G Demetriou <Chris_G_Demetriou@BALVENIE.PDL.CS.CMU.EDU>
List: tech-kern
Date: 11/16/1995 02:40:49
> Of course, you've also touched on the issue that ffs/adosfs/msdosfs/etc. 
> need to understand byteswapping, too.

msdosfs, adofs, etc., should be byte-order independent, anyway.  since
the on-disk format is fixed, and in a fixed byte order, that should be
no problem.  (indeed, last i looked, the current msdofs code appeared
to have the necessary hooks to work on big-endian machines.)


even if people can't read the floppies, etc., they can still test the
file systems, with things like 'vnd'...


chris