Ton fichier /etc/fstab ne me parait pas correct si tu as fait une installation par partitionnement. Voici à quoi ressemble le mien
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' 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>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda3 during installation
UUID=ead3a3f1-6931-4f6c-b11d-cc19e9f2d497 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=eb1a1322-8d6e-4b15-a144-8b3faa0c8081 /home ext4 defaults 0 2
# /mnt/D was on /dev/sda2 during installation
UUID=B69C9B2C9C9AE5E1 /mnt/D ntfs defaults,nls=utf8,umask=007,gid=46 0 0
# swap was on /dev/sda5 during installation
UUID=af27b7ec-23cb-4b56-a7d1-33bea302ada6 none swap sw 0 0
olivier@M4SPX1M1:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' 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>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda3 during installation
UUID=ead3a3f1-6931-4f6c-b11d-cc19e9f2d497 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=eb1a1322-8d6e-4b15-a144-8b3faa0c8081 /home ext4 defaults 0 2
# /mnt/D was on /dev/sda2 during installation
UUID=B69C9B2C9C9AE5E1 /mnt/D ntfs defaults,nls=utf8,umask=007,gid=46 0 0
# swap was on /dev/sda5 during installation
UUID=af27b7ec-23cb-4b56-a7d1-33bea302ada6 none swap sw 0 0
Avec :
- une partition dédiée au système (/) sda3
- une partition dédiées aux données Linux (/home) sda6 - facultative mais conseillée
- une partition de swap sda5
- une partition de données Windows sda2 montée dans /mnt/D
Le identifiants uuid sont donnés par la commande
sudo blkid