bonjour,
Après une panne de courant j'ai ma carte mère qui a grillée et ubuntu qui clignotait.
J'ai sauvegardé les données via un live cd de mon HDD sdc sur lequel il y avait ubuntu sur le HDD sdb1 car à ce moment là j'avais accès à mon HDD sdb1 de 1To que j'avais formaté avec GParted
Ensuite j'ai acheté un ssd pour mettre W10 car j'en ai besoin pour sketchup.
Comme ubuntu que je venais de réinstaller ne voulait pas booter je me suis renseignée et j'ai du changer la partition de ms dos en GPT
Maintenant ubuntu démarre mais ne veux pas monter mon HDD sdb1
voilà le terminal
o run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
sand@sand-MS-7996:~$ sudo mount /dev/sdb1 /media/backup
[sudo] Mot de passe de sand :
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sdb1': Opération non permise
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.
sand@sand-MS-7996:~$ sudo mount -t ntfs-3g /dev/sdb1 /media/backup
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sdb1': Opération non permise
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.
sand@sand-MS-7996:~$ sudo mount -t ntfs-3g /dev/sdb1 /media/backup
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sdb1': Opération non permise
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.
sand@sand-MS-7996:~$ sudo mount -t ntfs-3g /dev/sdb1 /media/backup -o force
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sdb1': Opération non permise
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.
sand@sand-MS-7996:~$