Questions tagged [inode]

The inode is a data structure in a Unix-style file system which describes a filesystem object such as a file or a directory

The inode is a data structure in a Unix-style file system which describes a filesystem object such as a file or a directory. Each inode stores the attributes and disk block location(s) of the object's data. Filesystem object attributes may include metadata (times of last change, access, modification), as well as owner and permission data.

Directories are lists of names assigned to inodes. A directory contains an entry for itself, its parent, and each of its children.

107 questions
-2
votes
2 answers

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 for some creative solutions. Any ideas?
ckliborn
  • 2,750
  • 4
  • 24
  • 36
-3
votes
1 answer

fsck -n /dev/nandb giving errors . how to solve fsck errors

I want to know how to solve this error? help me out!! INPUT "fsck -n /dev/nandb" OUTPUT fsck from util-linux 2.25.2 e2fsck 1.42.12 (29-Aug-2014) Warning! /dev/nandb is mounted. /dev/nandb contains a file system with errors, check forced. Pass 1:…
1 2 3 4 5 6 7
8