I had a problem in the past with an old maxtor harddrive that was 200 GB that developed some bad sectors. I used the command "dd if=/dev/hdb3 of=/dev/hda1 bs=512 conv=noerror,sync" to copy the entire partition (160GB) to a new WDD 320 GB harddrive to a partition of 170GB. The WDD is hda1 and the old maxtor partition is on hdb3. I'm running slax and when I run dmesg | tail it says
Code:
SQUASHFS error: Can't find a SQUASHFS superblock on hda1
ResierFS: hda1: warning: sh-2021: resiserfs_fill_super: can not find reister fs on hda1
ResierFS: hda1: warning: sh-2021: resiserfs_fill_super: can not find reister fs on hda1
VFS: Can't find ext3 filesystem on dev hda1.
ResierFS: hda1: warning: sh-2021: resiserfs_fill_super: can not find reister fs on hda1
Isn't the filesystem supossed to copy as well?