Skip to main content

Questions tagged [inode]

Data structures used to store metadata for each file on a Unix/Linux filesystem.

2 votes
0 answers
98 views

Does anyone know if there is some way to recover the access timestamp of my file on BTRFS, before the access timestamp which appears currently? Using HDD (not SSD). Please let me know. I made no ...
user324831's user avatar
0 votes
0 answers
401 views

I am on macOS 14.5 with APFS formatted SSD. Disk Utility always reports the same error: error: doc-id tree: record exists for doc-id 1341220, file-id 8567077 but no inode references this doc-id. I ...
HirsuteJim's user avatar
0 votes
0 answers
352 views

In the Linux terminal I can do df -i to show how the inodes are allocated. That is explicitly not what I need. What is the terminal command needed to reveal how many inodes are available to the file ...
John's user avatar
  • 2,568
0 votes
0 answers
1k views

I faced some non-standard behavior in ext4 partition on my external drive. After i disconnect my disk from laptop and reconnect again i witnesssed something odd: i somehow lost some of my files... Or ...
Mykola Kikets's user avatar
0 votes
0 answers
202 views

TLDR; Is there a command to force Linux to write a file (for example a PDF file, MP3, anything really) at the start of a file system ? I don't thing that # dd does the trick, because the inode table ...
ChennyStar's user avatar
1 vote
1 answer
186 views

I somehow managed to end up with the following: ls -la: total 0 drwxrwxrwx 1 umain umain 4096 Jan 30 12:32 . drwxr-xr-x 1 umain umain 4096 Jan 30 10:57 .. -rw-r--r-- 0 umain umain 0 Jan 30 12:32 ...
D.Mill's user avatar
  • 121
1 vote
1 answer
372 views

Just found out this: # diff /var/mail/root /var/spool/mail/root # (nothing) # ls -i /var/mail/root /var/spool/mail/root 1284 /var/mail/root 1284 /var/spool/mail/root Same content, same 1284 inode ...
colemar's user avatar
  • 81
2 votes
1 answer
54 views

I was checking to see if I had multiple copies of python on my system today, and I got some super strange behavior from find: mark@neverland:~/repos/lpod-python$ ls -i /bin/python3.10 534638 /bin/...
MTippetts's user avatar
0 votes
1 answer
339 views

I know that rsync with --remove-source-files (which I use instead of mv so I can merge directory hierarchies) creates new inodes: stat 2021_07_30_20_18_17.pdf~ rsync --remove-source-files ...
Sridhar Sarnobat's user avatar
0 votes
1 answer
103 views

we have RHEL machine , and from df -i , we can see that some partitions are with 100% ( about inodes ) , in spite by df -h we have space Note - disks are VMDK disks df -h /dev/sdc ...
King David's user avatar
  • 1,011
0 votes
1 answer
205 views

I have two partitions with the same device number: $ stat -c "%D" /cygdrive/c ec6d967e $ stat -c "%D" /cygdrive/g ec6d967e I believe this is because G: was restored from an image ...
cjfp's user avatar
  • 21
1 vote
1 answer
428 views

While copying thousands of images on a new disk with a pi (raspbian), rsync stopped with an error, impossible to move temp file to correct file name. The real file name actually exists but has the ...
cmbarbu's user avatar
  • 149
1 vote
1 answer
743 views

When a hard link is deleted, the link is removed but the contents of the file itself continue to exist (that is, its space is not deallocated) until all links to the file are deleted. My understanding ...
Usernamehere's user avatar
9 votes
2 answers
8k views

I never pay attention on ext4lazyinit before. But today, after I format my 4TB external USB harddrive and the first mount, the led light keeps blinking without any writes and reads. I figured out that ...
sgon00's user avatar
  • 1,435
1 vote
1 answer
3k views

After checking a lot of information on the Internet, it is still not quite clear for me how many inodes a file and a folder takes. Also, I noticed that inodes are shown in kilobytes and not as ...
t7e's user avatar
  • 780

15 30 50 per page
1
2 3 4 5 6