This message was sent from: Questions techniques. <http://www.linux-azur.org/phorum/read.php?f=1&i=594&t=593> ----------------------------------------------------------------
cette solution est "risquée" mais marche.... la première étape est de faire une image disque de ton disque défectueux sur un autre disque: dd if=/dev/hdXX of=/mnt/where/to/store/filename conv=noerror this will create the disk image, and ignore any readerror... you may need to fix the image with a fsck then you have to mount it via a loopback device mount /mnt/where/to/store/filename /where/to/mount -o loop now copy the files you want.... I've done it once, and it worked for me, be carrefull that data will likely be corrupted ---------------------------------------------------------------- Sent using Phorum software version 3.4.6 <http://phorum.org> Linux-Azur : http://www.linux-azur.org Désinscriptions: http://www.linux-azur.org/liste.php3 **** Pas de message au format HTML, SVP ****
