Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!wuarchive!udel!mmdf From: HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) Newsgroups: comp.os.minix Subject: Re: Larger / non-std fd formats (ST). Message-ID: <53667@nigel.ee.udel.edu> Date: 15 May 91 08:25:27 GMT Sender: usenet@ee.udel.edu Lines: 11 It is no problem to work with 1024Byte sectors. My standard Disk format is 80 Cylinders 2 Heads 5*1024 bytes/Track yielding 800K/Disk. All formats that go beyond that I should call them unsafe. I use an interleave of 1:3 for MINIX file systems, so it is VERY good that the sector size equals the block size! C.v.W.