Le 22-01-2021, à 13:40:20 +0100, Vincent Lefevre a écrit :
> Could you inspect the /dev directory from a live image or similar (i.e.
> with the affected system not running)?
Yes I can do that. What should I look for?
As usual, the error message gives the name of the symlink: sdc6,
so that should be /dev/sdc6. If it is not a symlink, I suggest that
you check the ctime with /usr/bin/stat in case it has changed after
the error message.
❯ ls -l /dev/sdc6
brw-rw---- 1 root disk 8, 38 23 jan 09:31 /dev/sdc6
❯ stat /dev/sdc6
Fichier : /dev/sdc6
Taille : 0 Blocs : 0 Blocs d'E/S : 4096 fichier spécial
de blocs
Périphérique : 5h/5d Inœud : 266 Liens : 1 Type de périph. : 8,26
Accès : (0660/brw-rw----) UID : ( 0/ root) GID : ( 6/ disk)
Accès : 2021-01-23 09:31:05.525009350 +0100
Modif. : 2021-01-23 09:31:05.525009350 +0100
Changt : 2021-01-23 09:31:05.525009350 +0100
Créé : -
Looks good?