POur ceux qui comprennent, voici le retour de la commande donnée dans la procédure :
moi@moi-Aspire-M7811:~$ dmesg | tail -1 > ~/tail.txt; sleep 45 && echo -e "\n\tLes 2 derniers systèmes de fichiers montés :"; mount -l | tail -2 ; echo -e "\n\tUSB, les puces :"; lsusb | sort; echo -e "\n\tUSB, les modules :"; lsusb -t; echo -e "\n\tDMESG :"; dmesg | grep -A999 "$(sed -r 's/([].[])/\\\1/g' ~/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 de fichiers :"; dpkg -l | grep -i "file .*manager" | awk '!/plugin|profile/{print $1,$2,$3,$4}' ; echo -e "\n\tNombre d'éléments de /home/moi ne m'appartenant pas :"; find ~ \( ! -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)"
Les 2 derniers systèmes de fichiers montés :
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=809352k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
USB, les puces :
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 003: ID 05ac:1006 Apple, Inc. Hub in Aluminum Keyboard
Bus 001 Device 004: ID 046d:c043 Logitech, Inc. MX320/MX400 Laser Mouse
Bus 001 Device 005: ID 05ac:0221 Apple, Inc. Aluminum Keyboard (ISO)
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 003: ID 0bda:0152 Realtek Semiconductor Corp. Mass Storage Device
Bus 002 Device 004: ID 04eb:e030 Northstar Systems, Inc.
Bus 002 Device 005: ID 18a5:0245 Verbatim, Ltd
USB, les modules :
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/8p, 480M
|__ Port 1: Dev 5, If 0, Class=Mass Storage, Driver=usb-storage, 480M
|__ Port 7: Dev 3, If 0, Class=Mass Storage, Driver=usb-storage, 480M
|__ Port 7: Dev 3, If 1, Class=Human Interface Device, Driver=usbhid, 480M
|__ Port 8: Dev 4, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 8: Dev 4, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/6p, 480M
|__ Port 1: Dev 3, If 0, Class=Hub, Driver=hub/3p, 480M
|__ Port 2: Dev 5, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 2: Dev 5, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 3: Dev 4, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
DMESG :
[ 3268.384147] perf: interrupt took too long (4951 > 4903), lowering kernel.perf_event_max_sample_rate to 40250
[ 3737.613002] usb 2-1.1: new high-speed USB device number 5 using ehci-pci
[ 3737.722994] usb 2-1.1: New USB device found, idVendor=18a5, idProduct=0245
[ 3737.722998] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3737.723001] usb 2-1.1: Product: STORE N GO
[ 3737.723004] usb 2-1.1: Manufacturer: Verbatim
[ 3737.723006] usb 2-1.1: SerialNumber: 12430000001430F8
[ 3737.723494] usb-storage 2-1.1:1.0: USB Mass Storage device detected
[ 3737.723738] scsi host11: usb-storage 2-1.1:1.0
[ 3759.900679] usb 2-1.1: reset high-speed USB device number 5 using ehci-pci
[ 3765.008654] usb 2-1.1: device descriptor read/64, error -110
Contenu de /media :
total 16
drwxr-xr-x 4 root root 4096 janv. 18 2019 .
drwxr-xr-x 24 root root 4096 déc. 4 13:24 ..
drwxr-x---+ 2 root root 4096 déc. 27 14:12 joss
drwxr-x---+ 2 root root 4096 déc. 5 13:58 nono
Contenu de /media/moi :
total 8
drwxr-x---+ 2 root root 4096 déc. 27 14:12 .
drwxr-xr-x 4 root root 4096 janv. 18 2019 ..
Gestionnaire de fichiers :
ii nautilus 1:3.26.4-0~ubuntu18.04.4 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 déc. 28 13:48 ata-WDC_WD2500AAKX-083CA1_WD-WMAYV2484531 -> ../../sda
lrwxrwxrwx 1 root root 9 déc. 28 13:48 wwn-0x50014ee00316d51d -> ../../sda
lrwxrwxrwx 1 root root 10 déc. 28 13:48 ata-WDC_WD2500AAKX-083CA1_WD-WMAYV2484531-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 déc. 28 13:48 wwn-0x50014ee00316d51d-part1 -> ../../sda1
lrwxrwxrwx 1 root root 9 déc. 28 13:48 usb-Generic-_Compact_Flash_20060413092100000-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 9 déc. 28 13:48 usb-Generic-_SM_xD-Picture_20060413092100000-0:1 -> ../../sdc
lrwxrwxrwx 1 root root 9 déc. 28 13:48 usb-Generic-_SD_MMC_20060413092100000-0:2 -> ../../sdd
lrwxrwxrwx 1 root root 9 déc. 28 13:48 usb-Generic-_MS_MS-Pro_20060413092100000-0:3 -> ../../sde
lrwxrwxrwx 1 root root 9 déc. 28 13:48 ata-TSSTcorp_DVD+_-RW_TS-H653F -> ../../sr0
Description: Ubuntu 18.04.3 LTS
Noyau en service : 4.15.0-72-generic x86_64