Probleme pour monter un DD avec XP sous linux

Bonjour,

J'ai un Disque dur IDE avec XP dessus et je voudrais pouvoir y accéder sous linux. J'ai ubuntu.
Quand j'essaye de monter le volume il m'affiche ceci:

" Impossible de monter le volume.
$LogFile indicates unclean shutdown (0, 0) Failed to mount '/dev/sda1': Opération non supportée Mount is denied because NTFS is marked to be in use. Choose one action: Choice 1: If you have Windows then disconnect the external devices by clicking on the 'Safely Remove Hardware' icon in the Windows taskbar then shutdown Windows cleanly.
Choice2: If youdon't have Windows then tou can use the 'force' option for your own responsibility. For example type on the command line mount -t ntfs-3g/dev/sda1/media/disk -o force Or add the option to the relevant row in the /etc/fstab file : /dev/sda1/media/disk ntfs-3g force 0 0"

Merci de vos réponse car j'ai absolument besoin de récupéré les données sur ce disque
Configuration: Linux
Firefox 3.0.3

6 réponses

  1. Contributeur
    bonjour,
    c'est ecrit
    le disque a mal ete démonté sous windows soit retourner sous windows et fermer celui ci correctement
    soit utiliser en root les commandes
    mount -t ntfs-3g/dev/sda1/media/disk -o force 

    ou modifier la ligne de /etc/fstab
    /dev/sda1/media/disk ntfs-3g force 0 0

    et bien sur ceci
    option for your own responsibility. 

    sous ta propre responsabilite .
    voila
    a+
    0
    1. yop,

      => sudo mount -t ntfs-3g/dev/sda1/media/disk -o force

      il va te demander ton mot de passe et zouh c'est bon ...

      tout est indiqué dans choice2

      ++
      Poulpoul
      0
      1. Je fait dans l'invite de commande:
        root@nicolas-desktop:~# gedit /etc/fstab

        ensuite de remplace le fichier suivant:
        # /etc/fstab: static file system information.
        #
        # <file system> <mount point>   <type>  <options>       <dump>  <pass>
        proc            /proc           proc    defaults        0       0
        # /dev/sda1
        UUID=cd2912a7-b7de-4d37-8c17-1d4987eeb0d2 /               ext3    defaults,errors=remount-ro 0       1
        # /dev/sda5
        UUID=88f02b94-be2a-4770-bc06-9153f9487e5a none            swap    sw              0       0
        /dev/scd0       /media/cdrom0   udf,iso9660 user,noauto,exec 0       0
        

        Par le suivant:
        # /etc/fstab: static file system information.
        #
        # <file system> <mount point>   <type>  <options>       <dump>  <pass>
        proc            /proc           proc    defaults        0       0
        #/dev/sda1/media/disk ntfs-3g force 0 0
        UUID=cd2912a7-b7de-4d37-8c17-1d4987eeb0d2 /               ext3    defaults,errors=remount-ro 0       1
        # /dev/sda5
        UUID=88f02b94-be2a-4770-bc06-9153f9487e5a none            swap    sw              0       0
        /dev/scd0       /media/cdrom0   udf,iso9660 user,noauto,exec 0       0
        

        Ca ne fonctionne toujours pas !
        Donc aprés j'ai fait :
        sudo mount -t ntfs-3g/dev/sda1/media/disk -o force

        et ca ma donner ca et ca ne fonctionne toujours pas:
        root@nicolas-desktop:~# sudo mount -t ntfs-3g/dev/sda1/media/disk -o force
        Usage: mount -V                 : print version
               mount -h                 : print this help
               mount                    : list mounted filesystems
               mount -l                 : idem, including volume labels
        So far the informational part. Next the mounting.
        The command is `mount [-t fstype] something somewhere'.
        Details found in /etc/fstab may be omitted.
               mount -a [-t|-O] ...     : mount all stuff from /etc/fstab
               mount device             : mount device at the known place
               mount directory          : mount known device here
               mount -t type dev dir    : ordinary mount command
        Note that one does not really mount a device, one mounts
        a filesystem (of the given type) found on the device.
        One can also mount an already visible directory tree elsewhere:
               mount --bind olddir newdir
        or move a subtree:
               mount --move olddir newdir
        One can change the type of mount containing the directory dir:
               mount --make-shared dir
               mount --make-slave dir
               mount --make-private dir
               mount --make-unbindable dir
        One can change the type of all the mounts in a mount subtree
        containing the directory dir:
               mount --make-rshared dir
               mount --make-rslave dir
               mount --make-rprivate dir
               mount --make-runbindable dir
        A device can be given by name, say /dev/hda1 or /dev/cdrom,
        or by label, using  -L label  or by uuid, using  -U uuid .
        Other options: [-nfFrsvw] [-o options] [-p passwdfd].
        For many more details, say  man 8 mount .
        root@nicolas-desktop:~# 
        0
        1. Contributeur
          re
          sudo mount -t ntfs-3g/dev/sda1/media/disk -o force

          sudo mount -t ntfs-3g /dev/sda1/media/disk -o force
          au fait fait voir
          sudo mkdir /media/disk avnt de lancer la commande
          sudo mount -t ntfs-3g /dev/sda1/media/disk -o force
          a+

          0
          1. Marche pas :(
            Toujours le même résultat:
            root@nicolas-desktop:~# sudo mkdir /media/disk
            root@nicolas-desktop:~# sudo mount -t ntfs-3g/dev/sda1/media/disk -o force
            Usage: mount -V                 : print version
                   mount -h                 : print this help
                   mount                    : list mounted filesystems
                   mount -l                 : idem, including volume labels
            So far the informational part. Next the mounting.
            The command is `mount [-t fstype] something somewhere'.
            Details found in /etc/fstab may be omitted.
                   mount -a [-t|-O] ...     : mount all stuff from /etc/fstab
                   mount device             : mount device at the known place
                   mount directory          : mount known device here
                   mount -t type dev dir    : ordinary mount command
            Note that one does not really mount a device, one mounts
            a filesystem (of the given type) found on the device.
            One can also mount an already visible directory tree elsewhere:
                   mount --bind olddir newdir
            or move a subtree:
                   mount --move olddir newdir
            One can change the type of mount containing the directory dir:
                   mount --make-shared dir
                   mount --make-slave dir
                   mount --make-private dir
                   mount --make-unbindable dir
            One can change the type of all the mounts in a mount subtree
            containing the directory dir:
                   mount --make-rshared dir
                   mount --make-rslave dir
                   mount --make-rprivate dir
                   mount --make-runbindable dir
            A device can be given by name, say /dev/hda1 or /dev/cdrom,
            or by label, using  -L label  or by uuid, using  -U uuid .
            Other options: [-nfFrsvw] [-o options] [-p passwdfd].
            For many more details, say  man 8 mount .

            Merci quand même de ton aide.
            Si tu as d'autres idée n'hésite pas
            0
            1. Contributeur
              re,

              oot@nicolas-desktop:~# sudo mount -t ntfs-3g/dev/sda1/media/disk -o force
              Usage: mount -V : print version
              il faut un espace entre 3g et /dev et la ça fonctionne
              faire un peu attention au reponse !!!
              a+
              0