Hello,
I created a RAM disk with:
on FreeBSD 8.3 stable.
I'm creating a lot of log files on /media/ramdisk than I got error:
Actually there s space on disk. I guess max inode limit exceeds...
Questions-
1- How can I see active inode count on ramdisk or another partition?
2- How can I see maximum inode count limit?
3- Can I change max inode limit on ramdisk?
I created a RAM disk with:
Code:
# mdconfig -a -t malloc -s 100000M -u 10
# newfs -U /dev/md10
# mount /dev/md10 /media/ramdisk
I'm creating a lot of log files on /media/ramdisk than I got error:
Code:
WRITE: cannot open file /media/ramdisk/test-xxx.log: No space left on device
Actually there s space on disk. I guess max inode limit exceeds...
Questions-
1- How can I see active inode count on ramdisk or another partition?
2- How can I see maximum inode count limit?
3- Can I change max inode limit on ramdisk?