• [^] # Re: il faut faire un reparation des partitions

    Posté par . En réponse au message Monter un DD sata sous linux. Évalué à 3.

    il faut demarrer sur le CDROM de windows
    demander la console de reparation (un truc comme ca)

    sinon j'ai demandé à mon ami google avec les mots :
    windows crashed and linux NTFS not mounted

    j'obtiens ce lien (5e)
    http://www.linuxquestions.org/questions/linux-hardware-18/wh(...)

    qui dit
    I believe XP marks the partition as active and if XP crashes that bit is not removed (firefox does the same thing by creating a session lock file in your profile). As a safety feature, ntfs-3g will not mount the partition if it is still marked active. However, you can force an overide with:

    mount -t ntfs-3g /dev/hda1 /mnt/ntfs -o force

    Obviously, change /dev/hda1 and /mnt/ntfs for your own setup.


    c'est quand meme magique comment google, en lui posant la bonne question trouve pas mal de solution à nos problemes