Disque dur externe USB3 impossible à monter

Bonjour,
Depuis quelques temps, j’ai un problème avec mon disque dur externe USB3 Western Digital.
Lorsque je le branche sur la prise USB3, il n’est pas monté automatiquement par Debian (Debian 7, 32 bits) comme il le faisait avant.

Il apparaît pourtant bien quand je fais un lsusb:

Ce port USB3 fonctionne bien avec une clef USB 2, et le disque dur fonctionne sur un port USB2.

Je ne sais pas comment régler ce problème…

Merci d’avance !

Vérifie déjà qu’il se monte ‘a la mano’.

mount -t extX /dev/sdXX /mnt

Xs à “acclimater”.

Xs à acclimater… Je mets quoi ? Ca peut être tout et n’importe quoi, non ? a, b, c, a1, a2, b3…

je t’ai donné un exemple :

mount -t extX /dev/sdXX /mnt

Je ne connais pas le système de tes partoches : ext2, ext3, ext4, fat32 ???
Ça c’est pour le 1er 'X’
Je ne connais pas la partoche de ton DDext qui est concernée ???
sdb1, sdb2, etc.
sdc1, sdc2, etc.
sdd1, sdd2, etc.
Tu commences par faire

fdisk -l

ou

parted -l (si tu as des SSD)

Mon disque dur n’est justement pas listé par fdisk…

Choisis ton disque ou ta clef en fonction de sa capacité:

michel@debG53SW:~$ dmesg | grep blocks [ 1.081541] ACPI: Executed 1 blocks of module-level executable AML code [ 2.321037] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB) [ 2.321087] sd 1:0:0:0: [sdb] 250069680 512-byte logical blocks: (128 GB/119 GiB) [ 5.100764] sd 7:0:0:0: [sdd] 31107072 512-byte logical blocks: (15.9 GB/14.8 GiB) [ 5.151243] sd 8:0:0:0: [sde] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) [ 5.240589] sd 9:0:0:0: [sdf] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) michel@debG53SW:~$ Là dedans, je vois que ma clef USB (de 16 GiB) corresponds au fichier de périphérique [mono]sdd[/mono].
Comme tous les fichiers de périphériques, ce point de “mountage” a été créé dans le répertoire [mono]/dev[/mono] => [mono]/dev/sdd[/mono]

Maintenant, je regarde ce que les messages du noyau ont pu détecter comme partitions sur ce disque:

michel@debG53SW:~$ dmesg | grep sdd. [ 5.100764] sd 7:0:0:0: [sdd] 31107072 512-byte logical blocks: (15.9 GB/14.8 GiB) [ 5.100935] sd 7:0:0:0: [sdd] Write Protect is off [ 5.100941] sd 7:0:0:0: [sdd] Mode Sense: 03 00 00 00 [ 5.101191] sd 7:0:0:0: [sdd] No Caching mode page found [ 5.101292] sd 7:0:0:0: [sdd] Assuming drive cache: write through [ 5.103217] sd 7:0:0:0: [sdd] No Caching mode page found [ 5.103323] sd 7:0:0:0: [sdd] Assuming drive cache: write through [ 5.104216] sdd: sdd1 [ 5.106000] sd 7:0:0:0: [sdd] No Caching mode page found [ 5.106099] sd 7:0:0:0: [sdd] Assuming drive cache: write through [ 5.106194] sd 7:0:0:0: [sdd] Attached SCSI removable disk michel@debG53SW:~$ Il n’y en a qu’une => [mono]/dev/sdd1[/mono]

Avec un peu de chance (si le système de fichier est en bon état et pris en charge par mon installation),
il me reste juste à créer un point de “mountage” dans le répertoire [mono]/mnt[/mono] pour pouvoir y attacher cette partition,
la commande [mono]mount[/mono] devrait pouvoir reconnaître automatiquement le système de fichiers de cette partitions.
(depuis le compte “root”)

Pour dé-mounter le système de fichier et supprimer le point de mountage:

[mono]EDIT:[/mono] Ces commandes te permettront de savoir si tout va bien sur cette partition de ta clef,
il ne te restera “juste” qu’à régler les problèmes d’“auto-mountage” (que je n’utilise jamais, mais ça c’est juste mon choix à moi pour moi), s’il y en a.

Salut,

Quels sont ces retours, stp.

$ uname -a && lsb_release -a $ apt-cache policy libc6 $ dpkg -l | grep gcc

$ ls -la /etc/apt/ $ ls -la /etc/apt/sources.list.d/ $ cat /etc/apt/sources.list $ apt-cache policy apt-listbugs $ apt-cache policy

Voici pour les retours:

Linux PHILIPPE-DEBIAN-PC 3.2.0-4-686-pae #1 SMP Debian 3.2.60-1+deb7u3 i686 GNU/Linux No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 7.6 (wheezy) Release: 7.6 Codename: wheezy

libc6: Installé : 2.13-38+deb7u3 Candidat : 2.13-38+deb7u3 Table de version : *** 2.13-38+deb7u3 0 500 http://security.debian.org/ wheezy/updates/main i386 Packages 100 /var/lib/dpkg/status 2.13-38+deb7u2 0 500 http://ftp.fr.debian.org/debian/ wheezy/main i386 Packages

ii gcc 4:4.7.2-1 i386 GNU C compiler ii gcc-4.6 4.6.3-14 i386 GNU C compiler ii gcc-4.6-base:i386 4.6.3-14 i386 GCC, the GNU Compiler Collection (base package) ii gcc-4.7 4.7.2-5 i386 GNU C compiler ii gcc-4.7-base:i386 4.7.2-5 i386 GCC, the GNU Compiler Collection (base package) ii libgcc1:i386 1:4.7.2-5 i386 GCC support library

drwxr-xr-x 6 root root 4096 juin 13 18:25 . drwxr-xr-x 141 root root 12288 août 14 17:21 .. drwxr-xr-x 2 root root 4096 juin 13 18:25 apt.conf.d -rw-r--r-- 1 root root 99 déc. 26 2013 listchanges.conf drwxr-xr-x 2 root root 4096 nov. 16 2013 preferences.d -rw-r--r-- 1 root root 802 août 12 15:09 sources.list -rw-r--r-- 1 root root 0 déc. 26 2013 sources.list~ drwxr-xr-x 2 root root 4096 mars 29 20:06 sources.list.d -rw-r--r-- 1 root root 633 mars 29 20:06 sources.list.save -rw------- 1 root root 1200 déc. 26 2013 trustdb.gpg -rw------- 1 root root 713 mars 29 20:06 trusted.gpg -rw------- 1 root root 351 mars 5 17:03 trusted.gpg~ drwxr-xr-x 2 root root 4096 mars 29 20:06 trusted.gpg.d

drwxr-xr-x 2 root root 4096 mars 29 20:06 . drwxr-xr-x 6 root root 4096 juin 13 18:25 .. -rw-r--r-- 1 root root 136 mars 29 20:06 chris-lea-node_js-wheezy.list -rw-r--r-- 1 root root 136 mars 29 20:06 chris-lea-node_js-wheezy.list.save -rw-r--r-- 1 root root 136 mars 29 20:06 cinelerra-ppa-ppa-wheezy.list

[code]#

deb cdrom:[Debian GNU/Linux 7.3.0 Wheezy - Official i386 NETINST Binary-1 20131215-03:38]/ wheezy main

deb cdrom:[Debian GNU/Linux 7.3.0 Wheezy - Official i386 NETINST Binary-1 20131215-03:38]/ wheezy main

deb http://ftp.fr.debian.org/debian/ wheezy main contrib non-free
deb-src http://ftp.fr.debian.org/debian/ wheezy main contrib non-free

deb http://security.debian.org/ wheezy/updates main
deb-src http://security.debian.org/ wheezy/updates main

wheezy-updates, previously known as ‘volatile’

deb http://ftp.fr.debian.org/debian/ wheezy-updates main
deb-src http://ftp.fr.debian.org/debian/ wheezy-updates main

deb http://cdn.debian.net/debian wheezy-backports main

deb http://download.videolan.org/pub/debian/stable/ /
deb-src http://download.videolan.org/pub/debian/stable/ /
[/code]

apt-listbugs: Installé : (aucun) Candidat : 0.1.8+deb7u1 Table de version : 0.1.8+deb7u1 0 500 http://ftp.fr.debian.org/debian/ wheezy/main i386 Packages

Fichiers du paquet : 100 /var/lib/dpkg/status release a=now 500 http://download.videolan.org/pub/debian/stable/ Packages release o=videolan,a=stable,n=stable,l=videolan,c= origin download.videolan.org 500 http://cdn.debian.net/debian/ wheezy-backports/main Translation-en 100 http://cdn.debian.net/debian/ wheezy-backports/main i386 Packages release v=,o=Debian Backports,a=wheezy-backports,n=wheezy-backports,l=Debian Backports,c=main origin cdn.debian.net 500 http://ftp.fr.debian.org/debian/ wheezy-updates/main Translation-en 500 http://ftp.fr.debian.org/debian/ wheezy-updates/main i386 Packages release o=Debian,a=stable-updates,n=wheezy-updates,l=Debian,c=main origin ftp.fr.debian.org 500 http://security.debian.org/ wheezy/updates/main Translation-en 500 http://security.debian.org/ wheezy/updates/main i386 Packages release v=7.0,o=Debian,a=stable,n=wheezy,l=Debian-Security,c=main origin security.debian.org 500 http://ftp.fr.debian.org/debian/ wheezy/non-free Translation-en 500 http://ftp.fr.debian.org/debian/ wheezy/main Translation-fr 500 http://ftp.fr.debian.org/debian/ wheezy/main Translation-en 500 http://ftp.fr.debian.org/debian/ wheezy/contrib Translation-en 500 http://ftp.fr.debian.org/debian/ wheezy/non-free i386 Packages release v=7.6,o=Debian,a=stable,n=wheezy,l=Debian,c=non-free origin ftp.fr.debian.org 500 http://ftp.fr.debian.org/debian/ wheezy/contrib i386 Packages release v=7.6,o=Debian,a=stable,n=wheezy,l=Debian,c=contrib origin ftp.fr.debian.org 500 http://ftp.fr.debian.org/debian/ wheezy/main i386 Packages release v=7.6,o=Debian,a=stable,n=wheezy,l=Debian,c=main origin ftp.fr.debian.org Paquets épinglés :