There is a folder at the root of Linux and Unix operating systems called /lost+found/
What is it for? Under what circumstances would I interact with it? How would I interact with it?
|
There is a folder at the root of Linux and Unix operating systems called What is it for? Under what circumstances would I interact with it? How would I interact with it? |
||||
|
If you run If you tell Files that appear in Files can also appear in On many filesystems, the |
|||||||||||||||||
|
|
The lost+found directory (not Lost+Found) is a construct used by fsck when there is damage to the filesystem (not to the hardware device, but to the fs). Files that would normally be lost because of directory corruption would be linked in that filesystem's lost+found directory by inode number. Some of these might be lost directories or lost files or even lost devices. Each filesystem should have its own lost+found directory, but you might be looking at a system with only one filesystem. In general, you should hope that the directory is empty; but if there is corruption, be thankful that in many conditions files can be recovered after fsck places them here. |
|||
|
|
From http://www.tldp.org/LDP/Linux-Filesystem-Hierarchy/html/lostfound.html:
|
||||
|
|
lost+foundisn't even mentioned in the fsck page! So that's a very good question. – Gilles Aug 5 '11 at 21:24