Depuis l'installation j'ai formaté la partition swap en ntfs et j'ai monté /dev/sda7 sur /media/common_data
Et j'ai tenté de fabriquer un fichier swap.
G5429fr:/etc$ cat 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/sda5 during installation
UUID=34d935db-ca85-4176-b926-f28b4e5af00a / ext4 errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=1a820eb9-d530-422b-955f-19f5798bd5e8 /home ext4 defaults 0 2
# swap was on /dev/sda7 during installation
#UUID=6068ff5d-d6cc-4d06-904e-1398bfc2a287 none swap sw 0 0
# swap file
/file.swap none swap sw 0 0
G5429fr:/etc$ ls -l /file.swap
-rw------- 1 root root 536870912 mars 29 22:57 /file.swap
G5429fr:/etc$ swapon -s
Nom de fichier Type Taille Utilisé Priorité
/file.swap file 524284 7948 -2