Return to BSD News archive
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!bunyip.cc.uq.oz.au!munnari.oz.au!spool.mu.edu!bloom-beacon.mit.edu!panix!cmcl2!newsserv.cs.sunysb.edu!cchen From: cchen@cs.sunysb.edu (Chyouhwa Chen) Newsgroups: comp.os.386bsd.development Subject: FFS question Date: 23 Dec 1994 05:12:40 GMT Organization: State University of New York, Stony Brook Lines: 16 Distribution: world Message-ID: <3ddm89$phf@newsserv.cs.sunysb.edu> NNTP-Posting-Host: sbsynchem.cs.sunysb.edu Hello, world I'm trying to understand the FFS super block data structure in Netbsd/Freebsd/etc. Could anyone in the know explain what the following fields mean in "struct fs": long fs_cpc; short fs_opostbl[16][8]; long fs_nrpos; long fs_postbloff; long fs_rotbloff; Thanks for any info. -Chyouhwa