Bonjour,
Ce n’est pas cela. Mon disque sda est endommagé donc je ne vais plus l’utiliser et je vais installer debian sur le disque sdb ou se trouve déjà une partition dédiée à /home (en attendant ma nouvelle configuration avec un disque ssd d’amorçage).
Voici le contenu de mon fichier fstab :
fab@debian:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'vol_id --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 defaults 0 0
# / was on /dev/sda5 during installation
UUID=cd1a112f-6e61-4684-b887-43cb24a5d817 / ext4 noatime,errors=remount-ro 0 1
# /boot was on /dev/sda1 during installation
UUID=54786cfd-92ea-4c33-a502-e337e870213d /boot ext2 noatime 0 2
# /home was on /dev/sdb1 during installation
UUID=0c4ac85b-5ee4-437f-95fc-1e24a9572e26 /home ext4 noatime 0 2
# swap was on /dev/sda2 during installation
UUID=894a1d7f-0988-422c-9d86-13018633b629 none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/sdd1 /mnt/clef vfat auto,noauto,user 0 0
fab@debian:~$
Pour encore plus de clarté :
root@debian:/home/fab# fdisk -l
Disk /dev/sdb: 931,5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x000cd81b
Device Boot Start End Sectors Size Id Type
/dev/sdb1 2048 976564547 976562500 465,7G 83 Linux
Disk /dev/sda: 139,8 GiB, 150039945216 bytes, 293046768 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x0006894c
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 194559 192512 94M 83 Linux
/dev/sda2 194560 8007679 7813120 3,7G 82 Linux swap / Solaris
/dev/sda3 8009726 125197227 117187502 55,9G 5 Extended
/dev/sda5 8009728 125197227 117187500 55,9G 83 Linux
root@debian:/home/fab# blkid
/dev/sdb1: UUID="0c4ac85b-5ee4-437f-95fc-1e24a9572e26" TYPE="ext4" PARTUUID="000cd81b-01"
/dev/sda1: UUID="54786cfd-92ea-4c33-a502-e337e870213d" TYPE="ext2" PARTUUID="0006894c-01"
/dev/sda2: UUID="894a1d7f-0988-422c-9d86-13018633b629" TYPE="swap" PARTUUID="0006894c-02"
/dev/sda5: UUID="cd1a112f-6e61-4684-b887-43cb24a5d817" TYPE="ext4" PARTUUID="0006894c-05"
root@debian:/home/fab#
Merci