Voici le retour des commandes:
root@Theo:~# 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/sda7 during installation
UUID=0669bbf5-3011-4e38-8cc7-f2e05da602ce / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda2 during installation
UUID=B05B-3A61 /boot/efi vfat umask=0077 0 1
# swap was on /dev/sda10 during installation
UUID=35e9ba49-dca3-4ffa-8a7a-534499eba1d9 none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
root@Theo:~# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 931,5G 0 disk
├─sda1 8:1 0 400M 0 part
├─sda2 8:2 0 260M 0 part /boot/efi
├─sda3 8:3 0 128M 0 part
├─sda4 8:4 0 808,1G 0 part
├─sda5 8:5 0 882M 0 part
├─sda6 8:6 0 350M 0 part
├─sda7 8:7 0 18,6G 0 part /
├─sda8 8:8 0 3,7G 0 part [SWAP]
├─sda9 8:9 0 74,4G 0 part
└─sda10 8:10 0 5,2G 0 part [SWAP]
sr0 11:0 1 1024M 0 rom
root@Theo:~# blkid
/dev/sda1: LABEL="WINRE" UUID="B2205CFD205CCA4D" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="8a38efea-707f-44b6-ab17-5a90acf2463e"
/dev/sda2: UUID="B05B-3A61" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="ea1762f3-080e-446b-a854-1279c5ab2b40"
/dev/sda3: PARTLABEL="Microsoft reserved partition" PARTUUID="5ea39ffc-9283-4b47-856e-2cf293a66e09"
/dev/sda4: LABEL="Windows" UUID="2C1478BC14788B1A" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="e565eb14-e772-44cf-8b67-d340a6d2643f"
/dev/sda5: UUID="0EB0F444B0F43435" TYPE="ntfs" PARTUUID="69c3e5dd-16ff-4d89-9427-80fdb78e6781"
/dev/sda6: UUID="E8BA6666BA66316C" TYPE="ntfs" PARTUUID="323d39d3-d4a5-4146-8a85-8baf4d750b16"
/dev/sda7: UUID="0669bbf5-3011-4e38-8cc7-f2e05da602ce" TYPE="ext4" PARTLABEL="Kali" PARTUUID="f583e246-34e7-462f-a37d-ac3d5e1e948c"
/dev/sda8: UUID="da4857bb-1ffd-4b9b-bfd0-31a503554baa" TYPE="swap" PARTUUID="f2bd25f9-4b4f-45ef-8a1b-2620eb04e29d"
/dev/sda9: UUID="e092809b-12e6-4b0c-b37f-f503acd0ff2a" TYPE="ext4" PARTUUID="ecd2c3b7-32c6-45cb-ad5a-2c27ff9acafc"
/dev/sda10: UUID="35e9ba49-dca3-4ffa-8a7a-534499eba1d9" TYPE="swap" PARTLABEL="SWAP Kali" PARTUUID="c7e35a0a-85c1-4f37-b693-d8321aea8bea"
root@Theo:~# swapon -s
Filename Type Size Used Priority
/dev/sda10 partition 5457916 0 -1
/dev/sda8 partition 3906556 0 -2
Théo