Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!bywater!scifi!njs From: njs@scifi.UUCP (Nicholas J. Simicich) Newsgroups: comp.sys.ibm.pc.rt Subject: Re: mkfs Keywords: AIX mkfs Message-ID: <652@scifi.UUCP> Date: 28 Jun 89 16:29:50 GMT References: <710@tuvie> Reply-To: njs@scifi.UUCP (Nicholas J. Simicich) Organization: Nick Simicich, Peekskill, NY Lines: 28 In article <710@tuvie> edv-vie@tuvie (EDV Ges.m.b.H.) writes: (....) >I try to generate a filesystem on a minidisk for NEWS. >There are 190000 blocks available and I try to generate >90000 inodes. (...) >If I say less than 32000 inodes, the AIX-system will >do it, but if I say more than 32000 inodes (iE 90000) >I will get 32000 and not one more. (.....) AIX uses an unsigned short for inode number. This would limit one to 65,535 inodes (2^16-1) except that, for some reason, mkfs only allows signed positive inode numbers. You might think this would allow 32767 (2^15-1) inodes, but mkfs further restricts the number to 32000. News B, at least, forces you to use a single file system for news through its use of hard links, even when you are sure that there will be no cross posting. This makes it tough to keep a full feed. Does anyone know if news C fixes this (I know, I know, wrong group...)? Not an official spokesman for IBM, and speaking for myself. -- Nick Simicich --- uunet!bywater!scifi!njs --- njs@ibm.com (Internet)