ok j''ai tout refait...
et voici les réponses :
pcmaison@pcmaison-550-157nf:~$ 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 appartenant à root :"; find ~ -user root | wc -l; echo -e "\n\tDésignation STABLE des périphériques :"; ls -l /dev/disk/by-id | grep -iEv "\-part[2-9]|total|\-part[1-9][0-9]" | sort -k 10; echo; lsb_release -d; echo -e "\nNoyau en service : $(uname -mr)\n"; whoami
Les 2 derniers systèmes de fichiers montés :
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=393440k,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 0bda:0153 Realtek Semiconductor Corp. Mass Storage Device
Bus 001 Device 003: ID 046d:c534 Logitech, Inc. Unifying Receiver
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
USB, les modules :
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/10p, 480M
|__ Port 4: Dev 2, If 0, Class=Mass Storage, Driver=ums-realtek, 480M
|__ Port 10: Dev 3, If 0, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 10: Dev 3, If 1, Class=Human Interface Device, Driver=usbhid, 12M
DMESG :
[ 77.532154] rfkill: input handler disabled
Contenu de /media :
total 12
drwxr-xr-x 3 root root 4096 sept. 19 03:29 .
drwxr-xr-x 24 root root 4096 oct. 23 08:40 ..
drwxr-x---+ 2 root root 4096 oct. 23 10:03 pcmaison
Contenu de /media/moi :
total 8
drwxr-x---+ 2 root root 4096 oct. 23 10:03 .
drwxr-xr-x 3 root root 4096 sept. 19 03:29 ..
Gestionnaire de fichiers :
ii nautilus 1:3.26.4-0~ubuntu18.04.4 amd64
Nombre d'éléments de /home/moi appartenant à root :
0
Désignation STABLE des périphériques :
lrwxrwxrwx 1 root root 9 oct. 27 09:01 ata-WDC_WD10EZEX-60M2NA0_WD-WCC3F0CDH796 -> ../../sda
lrwxrwxrwx 1 root root 9 oct. 27 09:01 wwn-0x50014ee2b74ed0e2 -> ../../sda
lrwxrwxrwx 1 root root 10 oct. 27 09:01 ata-WDC_WD10EZEX-60M2NA0_WD-WCC3F0CDH796-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 oct. 27 09:01 wwn-0x50014ee2b74ed0e2-part1 -> ../../sda1
lrwxrwxrwx 1 root root 9 oct. 27 09:05 usb-Generic-_SD_MMC_MS_PRO_20120926571200000-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 9 oct. 27 09:01 ata-hp_HLDS_DVDRW_GUD0N_B5IRVP3052443 -> ../../sr0
lrwxrwxrwx 1 root root 9 oct. 27 09:01 wwn-0x5001480000000000 -> ../../sr0
Description: Ubuntu 18.04.3 LTS
Noyau en service : 5.0.0-32-generic x86_64
pcmaison
pcmaison@pcmaison-550-157nf:~$