Les UUID sont identiques sur les 2
Analyse des UUID
Disque sda (SSD) :
/dev/sda1 (NTFS) : UUID=2E54FC9554FC60CF
/dev/sda2 (NTFS) : UUID=12FCFE90FCFE6D7B
/dev/sda3 (vfat - EFI) : UUID=4533-ED23
/dev/sda5 (ext4 - Linux Mint) : UUID=bbc9ea71-90a6-4372-bc81-2d711abbdb9d
Disque sdc (Disque cloné) :
/dev/sdc1 (NTFS) : UUID=2E54FC9554FC60CF
/dev/sdc2 (NTFS) : UUID=12FCFE90FCFE6D7B
/dev/sdc3 (vfat - EFI) : UUID=4533-ED23
/dev/sdc5 (ext4 - Linux Mint) : UUID=bbc9ea71-90a6-4372-bc81-2d711abbdb9d
et voilà le fstab du ssd :
Code : Tout sélectionner
# 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=bbc9ea71-90a6-4372-bc81-2d711abbdb9d / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda3 during installation
#UUID=4533-ED23 /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0
c'est normal le # devant #UUID=4533-ED23 /boot/efi vfat umask=0077 0 1 ??