Bonjour,
Code : Tout sélectionner
cat /etc/fstab
# /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/sda3 during installation
UUID=d058b5ea-9de4-4bc5-ab48-14dff7b4f7f2 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=2B9A-3031 /boot/efi vfat umask=0077 0 1
# swap was on /dev/sda2 during installation
UUID=a51b75c6-227b-4cc3-8174-a30eeb92f2dd none swap sw 0 0
/dev/sda4 /mnt/sda4 auto nosuid,nodev,nofail,x-gvfs-show 0 0
LABEL=VB_Windows /mnt/VB_Windows auto nosuid,nodev,nofail,x-gvfs-show 0 0
LABEL=Data_sda /mnt/Data_sda auto nosuid,nodev,nofail,x-gvfs-show 0 0
LABEL=Timeshift_sda3 /mnt/Timeshift_sda3 auto nosuid,nodev,nofail,x-gvfs-show 0 0
LABEL=Timeshift_sda4 /mnt/Timeshift_sda4 auto nosuid,nodev,nofail,noauto,x-gvfs-show 0 0
LABEL=WD_Rouge /mnt/WD_Rouge auto nosuid,nodev,nofail,x-gvfs-show 0 0
LABEL=WD_Bleu /mnt/WD_Bleu auto nosuid,nodev,nofail,x-gvfs-show 0 0
LABEL=WD_Bleu2 /mnt/WD_Bleu2 auto nosuid,nodev,nofail,noauto,x-gvfs-show 0 0
LABEL=WD_Sov /mnt/WD_Sov auto nosuid,nodev,nofail,x-gvfs-show 0 0
LABEL=Loisirs /mnt/Loisirs auto nosuid,nodev,nofail,x-gvfs-show 0 0
LABEL=Donnees /media/ktd/Donnees auto nosuid,nodev,nofail,x-gvfs-show 0 0
LABEL=Donnees2 /media/ktd/Donnees2 auto nosuid,nodev,nofail,x-gvfs-show 0 0
LABEL=Config /media/ktd/Config auto nosuid,nodev,nofail,x-gvfs-show 0 0
le même retour commenté :
Code : Tout sélectionner
cat /etc/fstab
# /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/sda3 during installation
UUID=d058b5ea-9de4-4bc5-ab48-14dff7b4f7f2 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=2B9A-3031 /boot/efi vfat umask=0077 0 1
# swap was on /dev/sda2 during installation
UUID=a51b75c6-227b-4cc3-8174-a30eeb92f2dd none swap sw 0 0
/dev/sda4 /mnt/sda4 auto nosuid,nodev,nofail,x-gvfs-show 0 0
LABEL=VB_Windows /mnt/VB_Windows auto nosuid,nodev,nofail,x-gvfs-show 0 0 => monté en ntfs
LABEL=Data_sda /mnt/Data_sda auto nosuid,nodev,nofail,x-gvfs-show 0 0 => ???? reste d'une ancienne config ???
LABEL=Timeshift_sda3 /mnt/Timeshift_sda3 auto nosuid,nodev,nofail,x-gvfs-show 0 0 => monté en ext4
LABEL=Timeshift_sda4 /mnt/Timeshift_sda4 auto nosuid,nodev,nofail,noauto,x-gvfs-show 0 0 => monté en ext4
LABEL=WD_Rouge /mnt/WD_Rouge auto nosuid,nodev,nofail,x-gvfs-show 0 0 => monté en ntfs
LABEL=WD_Bleu /mnt/WD_Bleu auto nosuid,nodev,nofail,x-gvfs-show 0 0 => monté en ntfs
LABEL=WD_Bleu2 /mnt/WD_Bleu2 auto nosuid,nodev,nofail,noauto,x-gvfs-show 0 0 => monté en ntfs
LABEL=WD_Sov /mnt/WD_Sov auto nosuid,nodev,nofail,x-gvfs-show 0 0 => monté en ntfs
LABEL=Loisirs /mnt/Loisirs auto nosuid,nodev,nofail,x-gvfs-show 0 0 => ???? reste d'une ancienne config ???s
LABEL=Donnees /media/ktd/Donnees auto nosuid,nodev,nofail,x-gvfs-show 0 0 => monté en ntfs
LABEL=Donnees2 /media/ktd/Donnees2 auto nosuid,nodev,nofail,x-gvfs-show 0 0 => monté en ntfs
LABEL=Config /media/ktd/Config auto nosuid,nodev,nofail,x-gvfs-show 0 0 => monté en ntfs