19 Mar 2002 21:04
Re: Filesystem books?
Anthony Naggs <tony <at> ubik.demon.co.uk>
2002-03-19 20:04:37 GMT
2002-03-19 20:04:37 GMT
In article <200203190542.g2J5gJi04830 <at> sleipnir.ncsa.uiuc.edu>, Quincey Koziol <koziol <at> ncsa.uiuc.edu> writes > What's the best book or other set of documentation describing the FFS >filesystem format? There is an overview in "The Design and Implementation of the 4.4BSD Operating System", ISBN 0-201-54979-4. Otherwise you're stuck reading the source ... > Are there any good books or other pieces of documentation about NTFS? "Inside Microsoft Windows 2000", David Solomon and Mark Russinovich, Microsoft Press ISBN 0-7356-1021-5 Chapter 13 has the best published info. (IMO) Check http://www.sysinternals.com where there are utilities to read NTFS volumes (executable only, I think they had source at one point for an earlier version). FileMon and NTFSinfo utilities are available in source form and allow you to probe some details of a running system. I am (intermittently) putting some resources/pointers together for low level Windows programming. Some of the books mentioned on my web page have snippets of info, http://www.ubik.demon.co.uk/proginfo.html but probably are not at the level you want. Cheers, Tony To Unsubscribe: send mail to majordomo <at> FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message(Continue reading)
) port ReiserFS
> to FreeBSD, under the GPL License, but that would be of no point,
> because it cannot be used as a boot FS unless a royalty was paid to
> the Hans for the rights, right? :)
>
> I don't understand one thing though, what are we doing in the case of
> Ext2FS, which is supported in FreeBSD. As far as I know, the Ext2FS
> version of FreeBSD has also got some GPL'ed bits? The Ext2FS is
> supplied as a source filesystem on FreeBSD CD-ROMs and people are
> allowed to sell them...
They are not allowed to link them in the boot kernel used on those cdroms
though. The source is made available, but anything that is 'linked' with
the GPL is 'tainted'. I have a nice article on my desk by Greg Lehey that
explains this in an interesting way. It even has quotes from R. Stallman
himself, making a few things more clear. It's title is "Two kinds of
advocacy", and you can find it at:
RSS Feed