Hi folks,
If I run "e2fsck /dev/sda5" I get the following error:
/dev/sda5 contains a filesystem with errors, check forced: Pass 1: Checking inodes, blocks and sizes Pass 2: Checking directory structure Missing '..' in directory inode 195 Fix <y>? yes Missing '..' in directory inode 196 Fix <y>? yes Pass 3: Checking directory connectivity Unmounted directory inode 195 (/???) Connect to /lost+found <y>? yes /lost+found not found. Create <y>? yes Error creating /lost+found directory (ext2fs_link): No free space in the directory
I am confused. If I mount /dev/sda5 on /mnt and have a look around it, it all looks ok and if I do a df it tells me there is still plenty of free space on the partition (as I expected): Filesystem: /dev/sda5 1k-blocks: 3958767 Used: 1653871 Available: 2100069 Use%: 44%
Anyone know how I can correct this "lost+found" error?
Ian.