RE: implementing a fs on a raw partition

1999-07-08 Thread Alton, Matthew
22 PM > To: freebsd-hackers@freebsd.org > Cc: freebsd...@freebsd.org > Subject: implementing a fs on a raw partition > > As I reading on filesystem algorithms and principles [bach 86 and mckusick > 96], I am tempted to try my hand on a free partition. From my > unders

RE: implementing a fs on a raw partition

1999-07-08 Thread Alton, Matthew
99 9:22 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: implementing a fs on a raw partition > > As I reading on filesystem algorithms and principles [bach 86 and mckusick > 96], I am tempted to try my hand on a free partition. From my > understanding, I should

implementing a fs on a raw partition

1999-07-07 Thread Marc Tardif
As I reading on filesystem algorithms and principles [bach 86 and mckusick 96], I am tempted to try my hand on a free partition. From my understanding, I should be using the partition as a character device for raw i/o in order to avoid the current filesystem overhead (/dev/rwd0s3). From that point,

implementing a fs on a raw partition

1999-07-07 Thread Marc Tardif
As I reading on filesystem algorithms and principles [bach 86 and mckusick 96], I am tempted to try my hand on a free partition. From my understanding, I should be using the partition as a character device for raw i/o in order to avoid the current filesystem overhead (/dev/rwd0s3). >From that poin