Path: utzoo!mnetor!uunet!husc6!cmcl2!rutgers!topaz.rutgers.edu!ron From: ron@topaz.rutgers.edu (Ron Natalie) Newsgroups: comp.os.misc Subject: Re: Contiguous files; extent based file systems Message-ID: <17133@topaz.rutgers.edu> Date: 18 Dec 87 22:13:00 GMT References: <561@amethyst.ma.arizona.edu> <3228@tut.cis.ohio-state.edu> <9828@mimsy.UUCP> <177@cullsj.UUCP> Distribution: na Organization: Rutgers Univ., New Brunswick, N.J. Lines: 6 First, there is no such thing as indirect inode. Second, having contiguous files are only good if you are the only one using the drive and you are guaranteeing that you are reading the file in one single pass. Far better is recent Berkeley file systems with decent interleaving and clustering. -Ron