> do I have configured a v890 with metadevices, one metadevice ie > /dev/md/dsk/d6, sending messages of "out of inodes", can I work directly > with the metadevice to assign more #of inodes? or should I assign the > inodes separately to the disks that conform the metadevice??
Inodes are a property of the filesystem, not the disk or the metadevice. UFS sets a fixed percentage of the disk to be inodes at the time it is created. The only way to add more inodes to a UFS filesystem is to either destroy it and create a new one with a higher inode density (with the -i flag in newfs), or to enlarge the filesystem (if you increase capacity by 25%, you'll get about 25% more inodes as well). You can use 'df -o i <filesystem>' to view the inode status for a UFS filesystem. -- Darren Dunham [EMAIL PROTECTED] Senior Technical Consultant TAOS http://www.taos.com/ Got some Dr Pepper? San Francisco, CA bay area < This line left intentionally blank to confuse you. > _______________________________________________ Solaris-Users mailing list Solaris-Users@filibeto.org http://node1.filibeto.org/mailman/listinfo/solaris-users