I recently created several new ext3 data partitions to mount up in my /home folder. But when I started to look into these new folders, I see these "lost+found" folders. I looked it up through Google and I now know what these folders are used for, but they're just plain annoying and I think it's time for them to go on vacation. Is there anyway that I can hide these folders? Thanks
GM
-
-
If you don't want to see it, don't store files in the root level of your filesystem i.e. create a directory and store the files starting one level into that part of the filesystem tree.
You could probably reorganise by changing the mountpoint and setting up a symbolic link into the folder. -
-
Renaming lost+found to .lost+found will last till the next file system check. Lost+found is a designated directory that will be automatically created on file system check, if it's not there.
Short answer is: To the best of my knowledge, you can't easily hide it. -
I haven't tested this, but it may be possible to mount the disk on a hidden mountpoint and then symbolic link to it.
For example, if the extra data partition is mounted here:
Code:/home/music
Code:/home/.blah
Code:mkdir /home/.blah/music ln -s /home/.blah/music /home/music
-
you know, that /dev directory is really bugging the **** out of me...i think i'll move it...
-
-
-
-
Hiding "lost+found" folder?
Discussion in 'Linux Compatibility and Software' started by MiamiGuttaMan, Jun 19, 2008.