Pages : 1
#1 Le 27/02/2007, à 01:41
- madaj
kubuntu live et NTFS-3G
Je débute avec linux et pour l'instant je teste plusieurs distributions en Live CD
Je voulais tester NTFS-3G pour la lecture/écriture sur partition NTFS
Pour cela j'ai suivi : http://doc.ubuntu-fr.org/systeme/ntfs-3g
J'ai donc d'abord installé le paquet avec Adept Manager.
Après avoir ajouter "deb http://fr.archive.ubuntu.com/ubuntu/ edgy universe multiverse" dans Manage Repesitories
J'ai installé les packages "libntfs-3g0" et "ntfs-3g"
Jusque là pas de problème ?
Je suis passé à la suite:
/dev/hda1 * 1 12160 97675168+ 7 HPFS/NTFS
/dev/sdb5 2 38913 312560608+ 7 HPFS/NTFS
ubuntu@ubuntu:~$ sudo cp /etc/fstab /etc/fstab.sauvegarde
ubuntu@ubuntu:~$ kdesu kate /etc/fstab
X Error: BadDevice, invalid or uninitialized input device 168
Major opcode: 145
Minor opcode: 3
Resource id: 0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 168
Major opcode: 145
Minor opcode: 3
Resource id: 0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 168
Major opcode: 145
Minor opcode: 3
Resource id: 0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 168
Major opcode: 145
Minor opcode: 3
Resource id: 0x0
Failed to open device
J'ai ajouté au fichier la dernière ligne:
unionfs / unionfs rw 0 0
tmpfs /tmp tmpfs nosuid,nodev 0 0
/dev/hda1 /media/WIN ntfs-3g defaults,locale=fr_FR.utf8 0 0
Et je continue :
QObject::disconnect: Unexpected null parameter
ubuntu@ubuntu:~$ sudo mkdir -p /media/WIN
Mais là, le tuto propose un redémarrage, mais avec le Live CD, doit pas fonctionné!
J'ai donc voulu le monté en suivant : http://www.ntfs-3g.org/index.html#usage
ubuntu@ubuntu:~$ sudo mount -t ntfs-3g /dev/hda1 /media/WIN
Failed to mount '/dev/hda1': Opération non supportée
Mount is denied because the NTFS journal file is unclean. Choices are:
A) Shutdown Windows properly.
B) Click the 'Safely Remove Hardware' icon in the Windows taskbar
notification area before disconnecting the device.
C) Use 'Eject' from Windows Explorer to safely remove the device.
D) If you ran chkdsk previously then boot Windows again which will
automatically initialize the journal.
E) Run 'ntfsfix' on Linux which will reset the NTFS journal.
F) Mount the volume read-only by using the 'ro' mount option.
ubuntu@ubuntu:~$
Que faire ?
J'ai voulu testé avec mon disque dur usb, mais pareil, je n'y arrive pas!
Et je voudrai si possible ne pas avoir à passer un disque en FAT32... je voudrai réussir à faire fonctionner NTFS-3G
Débutant en Linux, mais patient !
Hors ligne
Pages : 1