Vu que la section "Support non officiel ..." n'est pas accessible aux visiteurs, je viens donner ici ce qu'il en a retourné de ma demande d'aide sur Ubuntu-fr.
J'ai donc suivi les recommandations du 1er message de ce(tte) tuto(discussion) :
https://forum.ubuntu-fr.org/viewtopic.php?id=2031501Qui demande de passer cette longue commande composée et de brancher la clé juste après le lancement de la commande (j'ai ajouté les
sudo nécessaires) :
sudo dmesg | tail -1 > /tmp/tail.txt; \
sleep 45 && echo -e "\n\tLes 3 derniers systèmes de fichiers montés :"; \
sudo mount -l | tail -3 ; \
echo -e "\n\tUSB, les puces :"; \
lsusb | sort; \
echo -e "\n\tUSB, les modules :"; \
lsusb -t; echo -e "\n\tDMESG :"; \
sudo dmesg | grep -A999 "$(sed -r 's/([].[])/\\\1/g' /tmp/tail.txt)" | grep -Evi "80211|associate|authenticat|dhclient|dhcp|forcedeth|ipv6|link is not ready|network|no link during initialization|phy[0-9]|tx/rx|tx status|ufw|wlan"; \
echo -e "\n\tContenu de /media :"; \
ls -la /media; \
echo -e "\n\tContenu de /media/moi :"; \
ls -la "/media/$USER"; \
echo -e "\n\tGestionnaire(s) de fichiers :"; \
dpkg -l | grep -i "file .*manager" | awk '!/plugin|profile|theme/{print $1,$2,$3,$4}' | column -s' ' -t ; \
echo -e "\n\tNombre d'éléments de /home/moi ne m'appartenant pas :"; \
find ~ -mount \( ! -user $USER -o ! -group $USER \) | wc -l; \
echo -e "\n\tDésignation STABLE des périphériques :"; \
ls -l /dev/disk/by-id | grep -iEv "\-part[3-9]|total|\-part[1-9][0-9]" | sort -k 10; echo; \
lsb_release -d; \
echo -e "\nNoyau en service : $(uname -mr)\n"; \
echo "Logué en tant que : $(whoami)"
J'ai découpé la commande en plusieurs lignes afin de la rendre plus lisible.
Elle peut être copiée/collée telle quelle dans un terminal.
Edit: Version mono-ligne de la commande :
sudo dmesg | tail -1 > /tmp/tail.txt; sleep 45 && echo -e "\n\tLes 3 derniers systèmes de fichiers montés :"; sudo mount -l | tail -3 ; echo -e "\n\tUSB, les puces :"; lsusb | sort; echo -e "\n\tUSB, les modules :"; lsusb -t; echo -e "\n\tDMESG :"; sudo dmesg | grep -A999 "$(sed -r 's/([].[])/\\\1/g' /tmp/tail.txt)" | grep -Evi "80211|associate|authenticat|dhclient|dhcp|forcedeth|ipv6|link is not ready|network|no link during initialization|phy[0-9]|tx/rx|tx status|ufw|wlan"; echo -e "\n\tContenu de /media :"; ls -la /media; echo -e "\n\tContenu de /media/moi :"; ls -la "/media/$USER"; echo -e "\n\tGestionnaire(s) de fichiers :"; dpkg -l | grep -i "file .*manager" | awk '!/plugin|profile|theme/{print $1,$2,$3,$4}' | column -s' ' -t ; echo -e "\n\tNombre d'éléments de /home/moi ne m'appartenant pas :"; find ~ -mount \( ! -user $USER -o ! -group $USER \) | wc -l; echo -e "\n\tDésignation STABLE des périphériques :"; ls -l /dev/disk/by-id | grep -iEv "\-part[3-9]|total|\-part[1-9][0-9]" | sort -k 10; echo; lsb_release -d; echo -e "\nNoyau en service : $(uname -mr)\n"; echo "Logué en tant que : $(whoami)"
Son retour avec ma clé récalcitrante (morte en fait) :
Les 3 derniers systèmes de fichiers montés :
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=402472k,nr_inodes=100618,mode=700,uid=1000,gid=1002)
/dev/sdb1 on /run/timeshift/backup type ext4 (rw,relatime) [Datas-250Go]
USB, les puces :
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 05c8:0116 Cheng Uei Precision Industry Co., Ltd (Foxlink) FE03FF-99-1
Bus 001 Device 005: ID 0bda:8189 Realtek Semiconductor Corp. RTL8187B Wireless 802.11g 54Mbps Network Adapter
Bus 001 Device 006: ID 058f:1234 Alcor Micro Corp. Flash Drive
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 046d:c52f Logitech, Inc. Unifying Receiver
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 002: ID 045e:00dd Microsoft Corp. Comfort Curve Keyboard 2000 V1.0
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
USB, les modules :
/: Bus 06.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/3p, 12M
/: Bus 05.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/3p, 12M
|__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 1: Dev 2, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/3p, 12M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/3p, 12M
|__ Port 2: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 2: Dev 2, If 1, Class=Human Interface Device, Driver=usbhid, 12M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/6p, 480M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/6p, 480M
|__ Port 1: Dev 6, If 0, Class=Mass Storage, Driver=usb-storage, 480M
|__ Port 3: Dev 4, If 0, Class=Video, Driver=uvcvideo, 480M
|__ Port 3: Dev 4, If 1, Class=Video, Driver=uvcvideo, 480M
|__ Port 5: Dev 5, If 0, Class=Vendor Specific Class, Driver=rtl8187, 480M
DMESG :
[ 4267.614588] usb 1-1: USB disconnect, device number 2
[ 4298.787837] usb 1-1: new high-speed USB device number 6 using ehci-pci
[ 4299.402024] usb 1-1: New USB device found, idVendor=058f, idProduct=1234, bcdDevice= 0.01
[ 4299.402034] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4299.402038] usb 1-1: Product: Mass Storage Device
[ 4299.402041] usb 1-1: Manufacturer: Alcor Micro
[ 4299.407531] usb-storage 1-1:1.0: USB Mass Storage device detected
[ 4299.409650] scsi host8: usb-storage 1-1:1.0
[ 4300.440807] scsi 8:0:0:0: Direct-Access Generic USB Flash Disk 7.76 PQ: 0 ANSI: 4
[ 4300.444901] sd 8:0:0:0: Attached scsi generic sg2 type 0
[ 4300.476742] sd 8:0:0:0: [sdc] Attached SCSI removable disk
Contenu de /media :
total 16K
drwxr-xr-x 5 root root 4,0K 26 juin 12:03 .
drwxr-xr-x 19 root root 4,0K 19 oct. 14:44 ..
drwxr-x---+ 2 root root 4,0K 26 juin 12:03 pure
drwxr-x---+ 2 root root 4,0K 8 nov. 20:38 tawal
Contenu de /media/moi :
total 8,0K
drwxr-x---+ 2 root root 4,0K 8 nov. 20:38 .
drwxr-xr-x 5 root root 4,0K 26 juin 12:03 ..
Gestionnaire(s) de fichiers :
ii thunar 4.16.8-1 amd64
Nombre d'éléments de /home/moi ne m'appartenant pas :
0
Désignation STABLE des périphériques :
lrwxrwxrwx 1 root root 9 9 nov. 10:50 ata-Hitachi_HTS543216L9A300_081115FB2200LCHYW35B -> ../../sda
lrwxrwxrwx 1 root root 9 9 nov. 10:50 wwn-0x5000cca561dbac01 -> ../../sda
lrwxrwxrwx 1 root root 10 9 nov. 10:50 ata-Hitachi_HTS543216L9A300_081115FB2200LCHYW35B-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 9 nov. 10:50 wwn-0x5000cca561dbac01-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 9 nov. 10:50 ata-Hitachi_HTS543216L9A300_081115FB2200LCHYW35B-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 9 nov. 10:50 wwn-0x5000cca561dbac01-part2 -> ../../sda2
lrwxrwxrwx 1 root root 9 9 nov. 10:50 ata-ST9250311CS_6VCR5ZAX -> ../../sdb
lrwxrwxrwx 1 root root 9 9 nov. 10:50 wwn-0x5000c50036b1219c -> ../../sdb
lrwxrwxrwx 1 root root 10 9 nov. 10:50 ata-ST9250311CS_6VCR5ZAX-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 9 nov. 10:50 wwn-0x5000c50036b1219c-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 9 9 nov. 12:01 usb-Generic_USB_Flash_Disk-0:0 -> ../../sdc
Description: Debian GNU/Linux 11 (bullseye)
Noyau en service : 5.10.0-19-amd64 x86_64
Logué en tant que : tawal
On me répond :
geole a écrit :Bonjour.
Surprenant.
La clé USB n'a même pas indiqué sa taille.
Peux-tu débrancher ta clé,
attendre 30 secondes.
Rebrancher la clé.
Attendre deux minutes.
Donner ce retour.
journalctl --no-pager -n 50
Ce que je fais :
tawal@Deb1:~/Term$ sudo journalctl --no-pager -n 50
...
nov. 09 13:38:57 Deb1 kernel: usb 1-1: new high-speed USB device number 7 using ehci-pci
nov. 09 13:38:58 Deb1 kernel: usb 1-1: New USB device found, idVendor=058f, idProduct=1234, bcdDevice= 0.01
nov. 09 13:38:58 Deb1 kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
nov. 09 13:38:58 Deb1 kernel: usb 1-1: Product: Mass Storage Device
nov. 09 13:38:58 Deb1 kernel: usb 1-1: Manufacturer: Alcor Micro
nov. 09 13:38:58 Deb1 kernel: usb-storage 1-1:1.0: USB Mass Storage device detected
nov. 09 13:38:58 Deb1 kernel: scsi host8: usb-storage 1-1:1.0
nov. 09 13:38:58 Deb1 mtp-probe[476071]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:12.2/usb1/1-1"
nov. 09 13:38:58 Deb1 mtp-probe[476071]: bus: 1, device: 7 was not an MTP device
nov. 09 13:38:59 Deb1 mtp-probe[476119]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:12.2/usb1/1-1"
nov. 09 13:38:59 Deb1 mtp-probe[476119]: bus: 1, device: 7 was not an MTP device
nov. 09 13:38:59 Deb1 kernel: scsi 8:0:0:0: Direct-Access Generic USB Flash Disk 7.76 PQ: 0 ANSI: 4
nov. 09 13:38:59 Deb1 kernel: sd 8:0:0:0: Attached scsi generic sg2 type 0
nov. 09 13:38:59 Deb1 kernel: sd 8:0:0:0: [sdc] Attached SCSI removable disk
...
tawal@Deb1:~/Term$
Réponse :
geole a écrit :Donc elle a perdu sa taille.
Je doute qu'il faille plus de 90 secondes pour obtenir cette réponse.
Question : Est-elle morte ?
Réponse : Oui.
Fin de la discussion traitant du sujet.
Dernière modification par Tawal (09-11-2022 17:37:19)
Comme la science n'est pas infuse, elle se diffuse.
Useless Use of Cat Award
Filenames and Pathnames in Shell: How to do it Correctly
À chaque problème sa solution, à chaque solution son moyen, si pas de moyen, toujours le problème !