Seems tmpfs allocates a small amount of inodes regardless of the size of
the tmpfs file system. Now I have ran into inode limits on regular small
partitions as well, and its quite annoying. But tmpfs has a specific
fix/work around, a mount option nr_inodes= Which can be added to your
fstab always, or for one off use. Zero being unlimited, and could become
problematic, or beneficial, depending on use.

To increase while mounted
mount -o remount,nr_inodes=<num> /tmp

To see fs inode count/usage
df -i


-- 
William L. Thomson Jr.
Obsidian-Studios, Inc.
http://www.obsidian-studios.com


---------------------------------------------------------------------
Archive      http://marc.info/?l=jaxlug-list&r=1&w=2
RSS Feed     http://www.mail-archive.com/[email protected]/maillist.xml
Unsubscribe  [email protected]

Reply via email to