Path: utzoo!utgpu!cunews!bnrgate!brchh104!brchs1!bnr.ca!rice.edu!sun-spots-request From: carre@lapin.ens-lyon.fr (Giles Carre) Newsgroups: comp.sys.sun Subject: Re: newfs question Keywords: No Digest Subjects during Flush Message-ID: <3885@brchh104.bnr.ca> Date: 27 Jun 91 20:22:00 GMT Sender: news@brchh104.bnr.ca Organization: Sunspots, Flush Mode Lines: 33 Approved: sun-spots@rice.edu X-Original-Date: Sun, 9 Jun 91 17:41:28 GMT In article <3329@brchh104.bnr.ca>, barkdoll@cattell.psych.upenn.edu writes: |> While preparing to set up (newfs -Nv /dev/rsd1h) a new file system i |> encountered the following message: |> |> mkfs -N /dev/rsd1h 15876 36 9 8192 1024 16 10 60 2048 t 0 0 8 7 |> Warning: inode blocks/cyl group (32) >= data blocks (20) in last |> cylinder group. This implies 324 sector(s) cannot be allocated. |> /dev/rsd1h: 15552 sectors in 48 cylinders of 9 tracks, 36 sectors |> 8.0MB in 3 cyl groups (16 c/g, 2.65MB/g, 1216 i/g) |> super-block backups (for fsck -b #) at: |> 32, 5264, 10496, |> It is a warning, not an error. The unallocated sectors are not bad, but only not used. On a Sun 207 MB internal disk, you have 324 sectors/cylinder (9 heads x 36 sector/track). On a 15876 sectors partition, you have 49 entire cylinders. A BSD file system is made of cylinder groups, each of them whith n cylinder (default is n = 16 cylinders). So, here, you can have 3 cylinder groups (3 x 16 + 1 = 49 cyl). The last cylinder is lost for Unix file system. On this disk, it's impossible to use all the 1254 cylinders with the default value of 16 cylinders/group. -- Giles Carre Ecole Normale Superieure 46, allee d'Italie 69364 LYON CEDEX 07 FRANCE Phone : (+33) 72 72 84 12 EARN/BITNET : carre@frensl61.bitnet Fax : (+33) 72 72 80 80 FNET/EUNET/UUNET : carre@ensl.ens-lyon.fr