Ubuntu 18.04.3 LTS
Mémoire : 7,7 Gio
Processeur : Intel® Core™ i5-9400F CPU @ 2.90GHz × 6
Carte graphique : NV106
GNOME : 3.28.2
Type de système d’exploitation : 64 bits
Disque : 235,2 Go
Bonjour à toutes et à tous,
je vous fournis des retours de commandes que j'ai effectuées qui je l'espère pourront vous être utiles à la résolution de mon problème : je ne peux pas supprimer ni fichier ni dossier sur mon disque externe Samsung.
jean@jean-System-Product-Name:~$ ls /media
data jean
jean@jean-System-Product-Name:~$ ls -la /media
total 13
drwxr-xr-x 4 root root 4096 nov. 26 09:39 .
drwxr-xr-x 24 root root 4096 déc. 3 10:57 ..
drwx------ 14 jean jean 1024 déc. 3 16:57 data
drwxr-x---+ 2 root root 4096 nov. 28 19:33 jean
jean@jean-System-Product-Name:~$ ls -la /media/ajay
ls: impossible d'accéder à '/media/ajay': Aucun fichier ou dossier de ce type
jean@jean-System-Product-Name:~$ mount | grep -Ei "dev/sd|fat|fuseblk|ntfs"
/dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro)
/dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sdb1 on /media/data type ext4 (rw,relatime,stripe=4)
/dev/sdc1 on /mnt/ata-ST1000LM025_HN-M101ABB_G2673G941AS2NY-part1 type vfat (rw,nosuid,nodev,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro,x-gvfs-show)
jean@jean-System-Product-Name:~$ sudo gedit /etc/fstab
[sudo] Mot de passe de jean :
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda2 during installation
UUID=fe01dd33-a3eb-46d3-be64-6f98d2cc1cb4 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=974C-1336 /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0
UUID=b9b13976-2084-4e40-a56a-9a0ebbc7deb3 /media/data ext4 defaults 0 2
/dev/cdrom /mnt/cdrom auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-id/ata-ST1000LM025_HN-M101ABB_G2673G941AS2NY-part1 /mnt/ata-ST1000LM025_HN-M101ABB_G2673G941AS2NY-part1 auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=SAMSUNG 0 0
/dev/disk/by-id/usb-SanDisk_Cruzer_Blade_4C531001430221123064-0:0-part1 /mnt/usb-SanDisk_Cruzer_Blade_4C531001430221123064-0:0-part1 auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=Music 0 0