Merci voici le retour :
ben@ben-desktop:~$ 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(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 ~ \( ! -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=280496k,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 05e3:0610 Genesys Logic, Inc. 4-port hub
Bus 001 Device 003: ID 0aec:3260 Neodio Technologies Corp. 7-in-1 Card Reader
Bus 001 Device 004: ID 25a7:fa23
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
USB, les modules :
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/10p, 12M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/10p, 480M
|__ Port 2: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 1: Dev 4, If 1, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 1: Dev 4, If 0, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 7: Dev 3, If 0, Class=Mass Storage, Driver=usb-storage, 480M
DMESG :
[19788.315523] sd 6:0:0:2: [sde] Sense not available.
[20161.428034] sd 6:0:0:2: [sde] Spinning up disk...
Contenu de /media :
total 12
drwxr-xr-x 3 root root 4096 sept. 16 18:48 .
drwxr-xr-x 24 root root 4096 févr. 18 13:55 ..
drwxr-x---+ 2 root root 4096 févr. 23 18:40 ben
Contenu de /media/moi :
total 8
drwxr-x---+ 2 root root 4096 févr. 23 18:40 .
drwxr-xr-x 3 root root 4096 sept. 16 18:48 ..
Gestionnaire(s) de fichiers :
ii dolphin 4:17.12.3-0ubuntu1 amd64
ii thunar 1.6.15-0ubuntu1 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 mars 1 06:36 ata-Hitachi_HDS721050CLA362_JP8522JE0RZWLV -> ../../sda
lrwxrwxrwx 1 root root 9 mars 1 06:36 wwn-0x5000cca397ca741f -> ../../sda
lrwxrwxrwx 1 root root 10 mars 1 06:36 ata-Hitachi_HDS721050CLA362_JP8522JE0RZWLV-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 mars 1 06:36 wwn-0x5000cca397ca741f-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 mars 1 06:36 ata-Hitachi_HDS721050CLA362_JP8522JE0RZWLV-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 mars 1 06:36 wwn-0x5000cca397ca741f-part2 -> ../../sda2
lrwxrwxrwx 1 root root 9 mars 1 06:36 ata-TOSHIBA_DT01ACA200_5547L85GS -> ../../sdb
lrwxrwxrwx 1 root root 9 mars 1 06:36 wwn-0x5000039fe2c37328 -> ../../sdb
lrwxrwxrwx 1 root root 10 mars 1 06:36 ata-TOSHIBA_DT01ACA200_5547L85GS-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 mars 1 06:36 wwn-0x5000039fe2c37328-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 mars 1 06:36 ata-TOSHIBA_DT01ACA200_5547L85GS-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 mars 1 06:36 wwn-0x5000039fe2c37328-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 9 mars 1 06:36 usb-Generic_USB_Storage-SMC_2004060411145504-0:0 -> ../../sdc
lrwxrwxrwx 1 root root 9 mars 1 06:36 usb-Generic_USB_Storage-CFC_2004060411145504-0:1 -> ../../sdd
lrwxrwxrwx 1 root root 9 mars 1 12:12 usb-Generic_USB_Storage-MMC_2004060411145504-0:2 -> ../../sde
lrwxrwxrwx 1 root root 9 mars 1 06:36 usb-Generic_USB_Storage-MSC_2004060411145504-0:3 -> ../../sdf
lrwxrwxrwx 1 root root 9 mars 1 06:36 ata-LITE-ON_DVDRW_SHW-1635S -> ../../sr0
lrwxrwxrwx 1 root root 9 mars 1 06:36 ata-ATAPI_iHAS122_3522424_238128503099 -> ../../sr1
Description: Ubuntu 18.04.4 LTS
Noyau en service : 5.3.0-40-generic x86_64
Logué en tant que : ben
ben@ben-desktop:~$