*BSD News Article 39881


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.unix.bsd
Subject: FFS question
Date: 23 Dec 1994 05:09:56 GMT
Organization: State University of New York, Stony Brook
Lines: 15
Distribution: world
Message-ID: <3ddm34$pgc@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