Hello,
I performed some backups on a Ext3 partition that I access both with Windows Vista with Ext2fsd driver and with linux distro who come with my backup software (Acronis True Image Home 10). I got some errors message when I try to backup it. The error message I got is :
Code:
Failed to backup file or folder 'E:\donnees\data'. Specified file does not exist. (0x40011) Tag = 0x8E859EE5CE9A23CC: Retry/Ignore/Cancel
I remembered I showed some particular trouble messages while Ubuntu 10.4 started up. I didn't remember the exact message and I can't reproduce it because my Ubuntu doesn't want to boot with desktop window. I just can access Ubuntu in command line safe mode.
My first attempt was to check if the problem was the Ext2Fsd driver I use. I try to backup another Linux Ext3 partition data I have and I met no problem.
Then, I made a surface test on my partition with Partition Table Doctor (a Windows program). It found no bad sector.
Then, I attempted to check the integrity of my Linux partitions with Ubuntu command line. I check it with
Code:
fsck.ext3 -pvf /dev/sdaX
where 'X' is the number of my Linux partition on my HD. I found these messages:
Code:
Non-contiguous files on /dev/sda3, /dev/sda4, /dev/sda5.
...
Barriers not enabled.
Updating bad block inode
(badblock: sending ioctl 1261 to a partition!)
(badblock: sending ioctl 1261 to a partition!)
37140 inodes used (0.82%)
468 non-contiguous files (1.3%)
15 non-contiguous directories (0.0%)
i-node with blocks ind/dind/tind: 5633/484/0
11542903 blocks used (63.92%)
0 bad blocks
3 large files
33516 regular files
3615 directories
0 caracter device files
0 block device files
0 fifos
0 links
0 symbolic links (0 fast symbolic links)
0 sockets
I'm not a real newbie in Linux, but I'm a newbie in Linux file system. I don't understand all these informations. Is my HD have problem? How to fix it (It seems me that my last command should fix it...)?
I appreciate if someone can give some hints to understand fsck command output and tell me where I need to look for.
Best regards