
Originally Posted by
bibi-phoque
thanks for the tips, I didnt know I could backup an ext3 partition under windows. I definitly have to try this software once I find another HD big enough to store the backup.
Regarding e2fsck -f -p /dev/*** , is there a chance that this would erase data? Also, can this be run from the asus instead of ubuntu?
Cheers,
Yann
it can be run inside of asus(but -p may be false), kill all running aplications, umount drive by
Code:
pre-shutdown
umount /opt
umount /tmp/harddisk
e2fsck -f /dev/scsi/host0/bus0/target0/lun0/part (device by fdisk -l)
answer (y) for repair
yes possible loose some data, not erase, only repair filesystem like scandisk or chkdsk!