The inode tag has no wiki summary.
0
votes
0answers
15 views
Inodes after extending filesystem
If I make a ext4 filesystem and add about 20% of extra inodes, how would this effect the inode count if later I extend the filesystem? Would the extended filesystem also automatically add an extra 20% ...
0
votes
1answer
32 views
Inode tables sharply decrease without reason
Good day!
I see strange behaviour of my servers. The inode table size and amount of open inodes are sharply decrease (from 90k to 10k in 5 minutes). At same time one of my application catch a large ...
2
votes
2answers
68 views
Serve large number of small images in ext4
I read through some similar question, but still have some confuse about my situation.
My website allow user upload huge number of large images (scan pages of book). My server will auto tiling and ...
1
vote
1answer
116 views
How can i fix it: EXT4-fs warning (device sda3): ext4_dx_add_entry: Directory index full
I have noticed that in dmesg and syslog i have something like that:
EXT4-fs warning (device sda3): ext4_dx_add_entry: Directory index full!
I have checked df -i too:
Filesystem Inodes ...
1
vote
1answer
84 views
lsof displays restored file as deleted
If I create a file named /home/martin/testfile.txt, open this file with less utility, delete /home/martin/testfile.txt file and restore it from file descriptor directory under the /proc/31148, where ...
1
vote
1answer
216 views
How to increase the inode size
I have Ubuntu 11.10 Server 64bit.
my clients upload a lot of small xml files on my server. and my business needs all of those files. I have storage space, but the problem is in inode size. by running ...
0
votes
0answers
21 views
repair or recover corrupted inode information [duplicate]
Possible Duplicate:
Recover ext3 files from hard disk with bad sector
I found out the inode information of the most important directory of my server was corrupted, and I couldn't access its ...
4
votes
2answers
158 views
xfs: find files on the first 1 TB
I have been hit by xfs' No space left on device. According to the FAQ:
http://xfs.org/index.php/XFS_FAQ#Q:_Why_do_I_receive_No_space_left_on_device_after_xfs_growfs.3F
The only way to fix this is ...
1
vote
2answers
461 views
Centos INODES usage
We are using Centos & cPanel server but we have a important problem for INODES usage.
"df -i" command showing for / directory using 6 million inodes!.
When I check number of files for / ...
3
votes
4answers
247 views
How can I reduce inode utilization on an ext4 filesystem?
Summary of My Need
We put a large amount of files on a filesystem for analysis at a later time. We can't control how many files we're going to have, and this one box needs access to all of them.
...
4
votes
2answers
4k views
ext4 file-system max inode limit - can anyone please explain?
Recently we had a problem where one of the ext4 file-systems seemed unable to handle very large number of files, more than 6mln in this case, in spite of having enough space. Is it 6mln the max ...
0
votes
2answers
290 views
File system for a lot of small files
I'm using NetApp device as a NAS storage. I have a lot of small files (30-60k) and dirs. For example I have: 30000 dirs with another 1000-2000 dirs.
A lot of dirs are empty, but most of them have ...
-2
votes
2answers
206 views
How can I “trick” an ext3 directory to store more than 32000 sub dirs
The easy answers are 1.) move to ext4 and/or 2.) "shard" the directory somehow - by placing them in sub folders either numbered or lettered.
These changes won't be easy to make though so I'm looking ...
6
votes
1answer
153 views
The impact of a high directory-to-file ratio on XFS
We're building a product that is likely to generate very large XFS volumes, and I'm trying to discover the scaling bottlenecks we're likely to run into given the architecture.
As we manipulate files ...
2
votes
2answers
91 views
How does directory complexity influences on i-nodes?
For single project, which uses a lot of images( ± 1k-3k per day) I use custom PHP script to process images and save them to server.
Currenty PHP script processes them and saves in the following ...
1
vote
0answers
162 views
Strange Inode/Ram cache drops happening in CentOS [duplicate]
Possible Duplicate:
Unexplained cache RAM drops on Linux machine
I run a CentOS 5.7 machine (64bit) with 24GB ram and 4x SAS drives in RAID10 setup.
This machine runs nginx/1.0.10, php-fpm ...
3
votes
2answers
583 views
Unexplained cache RAM drops on Linux machine
I run a CentOS 5.7 64 machine with 24gb ram and running kernel 2.6.18-274.12.1.el5.
This machine runs only Nginx, php-fpm and Xcache as extra applications.
Since about 3 weeks my memory behavior on ...
1
vote
0answers
130 views
What does it imply if debugfs says Can't read next inode when doing inode scan?
I've got some bad sectors pending reallocation (based on smartmontools reports), and I'm trying to find out which file the sector is currently related to so that I can restore from a backup or such or ...
0
votes
1answer
134 views
make vfs linux cache more inclined to keep inodes over actual file contents
I am using a centos 5 (2.6.18-194.el5).
I need to be able to list files very quickly, in order for my rsync backup to be efficient.
I don't really need to cache file contents, because file access ...
1
vote
1answer
525 views
tuning linux cache settings for inode caching
I am dealing with hundred million files in a filesystem (distributed among a lot of subdirectories), and I need to be able to list them very quickly, particularly in order to rsync them efficiently.
...
0
votes
1answer
274 views
How to debug inode usage
I am a programmer for a popular website hosted by two web servers with apache. We're in the ~1000 alexa rank range to give you an idea. I'm not a server administrator.
Only one of them (always the ...
2
votes
2answers
936 views
'inode table usage' spiking every morning at 8am
I installed munin on my ubuntu server. It's showing my 'inode table usage' spiking every morning at 8am. It then rapidly curves down and settles over the course of several hours. What might cause ...
1
vote
2answers
79 views
Why do some filesystems out there have imaps to imaps to imaps (multiple imaps)?
It seems that the point of an imap is to hold points to individual inodes so that writes can be done in a really fast manner (can someone explain how this works as well?) but I was wondering what the ...
3
votes
1answer
146 views
How to distribute files and folders to handle large number of files
I want to manage a huge number of files on my server (say millions). It is needed to save files in two or three levels of folders to keep the number of files in each folder low. On the other hand, it ...
1
vote
3answers
129 views
ext2 dump/restore problem
I am running a mailserver with maildir storage. This means that quite a lot of files are created and I have just run out of inodes. AFAIK there is no magic command to increase number of inodes on ext# ...
1
vote
3answers
880 views
Monotonic growth of Linux directory size/block count
On Linux, (perhaps as a function of the filesystem block size), when I create a directory and stat it, it returns a size of 4096. I can create files in this directory, up to a point, without ...
2
votes
3answers
641 views
disk space overhead in ext4
I'd like to know if there's some rule (or formula) I can apply to find out how much of disk space will be used by the filesystem in an ext4 partition. for example, in a partition of 100 GB, how much ...
2
votes
4answers
1k views
How to clean up an unprocessed orphan inode list?
I tried to mount a formerly readonly mounted filesystem read-writeable:
mount -o remount,rw /mountpoint
Unfortunately it did not work:
mount: /mountpoint not mounted already, or bad option
dmesg ...
2
votes
1answer
616 views
Recovering any deleted file using Inode value?
Please correct me If I'm wrong
Is possible to recover the deleted file if you have inode number of file.
1
vote
1answer
105 views
inodes and tree-depth in ext2
I have an ext2 filesystem with a maximum number of inodes per directory (somewhere around 32k), and also a maximum number of inodes in the entire filesystem (somewhere around 350m). Because I'm using ...
1
vote
1answer
238 views
How decode xfs lost+found directory
I have managed to trash my homebrew Nas box (an old hp d530 + 2x 750gb sata soft raid1 + 17gb boot disk with ubuntu server 8.10)
I have searched the web and tried to repair the file system but to no ...
1
vote
3answers
2k views
Where is the inode number stored?
I know that the filename is stored in directories and not in inode. Kindly tell me where the inode number of a file is stored? Is it stored in the directory file?
1
vote
2answers
2k views
How can I remove a corrupted file in Linux?
The power went out at home and my Linux server (Plugbox Linux) went down. After it came back up, one of the files on the USB drive that was connected is corrupt. "ls -il" gives this:
? -????????? ...
1
vote
1answer
343 views
What is the function in Windows similar to Inode in Linux?
Is there any commands which is same as the function inode in Linux. Any info will be helpful.
2
votes
4answers
6k views
What does it mean if inode usage is high?
After some google research I have figured out inode usage probably relates to the number of directorys/files.
I am guessing there is a limit (thus what determines the inode usage %). What
is this ...
0
votes
1answer
173 views
Nagios: Any point in monitoring /proc/sys/fs/inode-nr when also using inode monitoring in check_disk
We are using the standard Nagios check_disk plugin which has the ability to monitor the inode usage on a system.
We also have an in-house plugin which checks the data in /proc/sys/fs/inode-nr.
...
2
votes
2answers
1k views
Monitoring /proc/sys/fs/inode-nr
As part of a general overhaul of some Nagios scripts, I am adding parameters to the scripts so that the thresholds can be determined on a machine-by-machine basis. As an example, we are specifying ...
13
votes
7answers
3k views
Relinking a deleted file
Sometimes people delete files they shouldn't, a long-running process still has the file open, and recovering the data by catting /proc/<pid>/fd/N just isn't awesome enough. Awesome enough would ...
8
votes
2answers
4k views
Linux: Why change inode size?
Tune2fs allows to change inode size from default 128 bytes to almost anything, but it should be power of two. What are the reasons for changing default inode size?
Here it's written that this can be ...
2
votes
2answers
2k views
Diagnosing cause of orphaned inodes on Linux, busy MySQL?
One of our servers recently experienced some file system corruption and our root file system was automatically remounted as read only. The steps I took to recover were:
attempted to remount > ...
8
votes
5answers
9k views
Linux - Help, I'm running out of inodes!
I have a filesystem that has lots of small files. Currently about 80% of inodes are used (I checked with df -i), however only 60% of disk space is used. How can I 'increase' the number of inodes? If ...
1
vote
1answer
1k views
Process has opened inode that's not on any filesystem?
So I'm trying to find out if the stderr of a process has been redirected to somewhare unusual (it's a java process and I want a thread dump, but it's launched through a nest of startup scripts).
I ...
0
votes
1answer
143 views
Does smbfs create constant inode numbers?
If I use smbfs to mount a filesystem, will the inodes always be the same for each file? Or am I in danger of the inodes changing when I mount the fs again or if the remote system reboots?
5
votes
2answers
6k views
Can I increase inode count in Linux?
Sorry for my poor English.
I have a Linux MIPS router with 2.4.17 kernel.
Root fs is a tmpfs and /rom is a cramfs. There is 4MB free memory and 3MB free on tmpfs.
I can create a few new empty ...
0
votes
1answer
2k views
Inode too big. Linux Filesystem
Today after unzipping a very large archive one of our Red Hat servers became unresponsive. After rebooting we received the following file system error.
Inode 93464 is too big
Unexpected ...
1
vote
1answer
888 views
What is Apache's purpose in putting inodes into ETags?
There are plenty of articles on the web detailing why you might not want to use Apache's default inode-mtime-size format for ETags (see e.g. here or here). All such articles recommend the same thing: ...
1
vote
1answer
930 views
dirtied inode
I am investigating a very strange io issue. I have vm.block_dump enabled and I am seeing allot of messages in this form:
process(29177): dirtied inode 42254471 (filename) on 0:14
What does dirtied ...
10
votes
2answers
1k views
Link to a specific inode
I have a file that was deleted, but is still held open by a program. I found the inode number using lsof. How can I create a hard link back to that inode?
9
votes
12answers
7k views
Determine Location of Inode Usage
I recently installed Munin on a development web server to keep track of system usage. I've noticted that the system's inode usage is climbing by about 7-8% per day even though the disk usage has ...