Xref: utzoo comp.sys.ibm.pc.rt:1431 comp.unix.aix:611 Path: utzoo!utgpu!jarvis.csri.toronto.edu!helios.physics.utoronto.ca!ists!yunexus!geac!tse!tim From: tim@tse.uucp (Tim Brecht) Newsgroups: comp.sys.ibm.pc.rt,comp.unix.aix Subject: mkfs / lots if inodes Message-ID: <1990Feb22.230920.21168@tse.uucp> Date: 22 Feb 90 23:09:20 GMT Reply-To: tim@tse.UUCP (Tim Brecht) Organization: Toronto Stock Exchange Lines: 26 I'm running AIX 2.2.1 on an RT. I'd like to create a filesystem with a large number of inodes (can you say news :-). The manual says: # mkfs device blocks:inodes This works fine until the number of inodes > 32000. Mkfs will only allow me to create a filesystem with AT MOST 32000 nodes (even if I specify more). /usr/include/sys/types.h tells me : typedef unsigned short ushort; typedef ushort ino_t; So I should be able to create a filesystem with 2^16-1 inodes except mkfs won't let me ! Argh. Has anyone figured out a way around this one ? :-( tim Tim Brecht tim@tse.uucp Toronto Stock Exchange uunet!geac!tse!tim Toronto, Ontario, CANADA