URL: https://linuxfr.org/forums/astucesdivers/posts/broken-symbolic-link-impossible-d-ouvrir-dev-root92-aucun-fichier Title: broken symbolic link : impossible d'ouvrir /dev/root92: Aucun fichier Authors: Patrick Trauquesègues Date: 2022年05月29日T18:40:25+02:00 License: CC By-SA Tags: udev, gamedev, inodes, label, fdisk, diff et ls Score: -5 l'objectif est de taper simplement ================================== on copie la ferme by-label dans /dev #for a in /dev/disk/by-label/*;do ln -f \$a /dev/$(basename $a);done on teste un label de la ferme ---------------------------- #fdisk -l /dev/root92 fdisk: impossible d'ouvrir /dev/root92: Aucun fichier ou dossier de ce type le label copié dans /dev n'est pas reconnu ------------------------------------------ diff /dev/root92 /dev/by-label/root92 diff: /dev/root92: Aucun fichier ou dossier de ce type les labels pointent vers le même fichier ---------------------------------------- ls -l /dev/root92 /dev/by-label/root92 lrwxrwxrwx 2 root root 10 mai 29 17:45 /dev/by-label/root92 -> ../../sda3 lrwxrwxrwx 2 root root 10 mai 29 17:45 /dev/root92 -> ../../sda3 les labels ont le même inode ---------------------------- ls -li /dev/root92 /dev/by-label/root92 1587977 lrwxrwxrwx 2 root root 10 mai 29 17:45 /dev/by-label/root92 -> ../../sda3 1587977 lrwxrwxrwx 2 root root 10 mai 29 17:45 /dev/root92 -> ../../sda3 le label copié dans dev est un lien cassé ----------------------------------------- file /dev/root92 /dev/by-label/root92 /dev/root92: broken symbolic link to ../../sda3 /dev/by-label/root92: symbolic link to ../../sda3 l'explication peut se trouver dans ce document ---------------------------------------------- [http://tvaira.free.fr/os/tpOS-7-SystemesDeFichiers.pdf](http://tvaira.free.fr/os/tpOS-7-SystemesDeFichiers.pdf) ### mais le document ne dit pas comment contourner le problème mes réflexions : ---------------- https://www.facebook.com/patrick.trauquesegues/posts/2351599808316446?__cft__[0]=AZVnSGbF0k9kf7q25vIgsQ5bSI_JiYQpCPgk3G8MEBZWbt8lu2fzqAtUU9zSKvnEEUZAVSwsZXgT_20cpviZ0p-h7QMqamcO-KiHRXhcHYaynhSo0CJfbgE37rZ8icZUoSG2NycUlnH_fsj0FgqVOU9R&__tn__=%2CO%2CP-R "pdf : Clavier Erreur Les éléments cliquables doivent pouvoir obtenir le focus et avoir une sémantique interactive. En savoir plus" https://developer.mozilla.org/docs/Web/Accessibility/Understanding_WCAG/Keyboard?utm_source=devtools&utm_medium=a11y-panel-checks-keyboard#Focusable_elements_should_have_interactive_semantics "Redémarrez pour continuer à utiliser Nightly Une mise à jour de Nightly a démarré en arrière-plan. Vous devrez redémarrer pour terminer la mise à jour. Vos fenêtres et onglets seront rapidement restaurés, sauf les privés." LICENSES PRÉSENTES DANS LE DOCUMENT MENTIONNÉ : ----------------------------------------------- tpOS7SystemesDeFichiers.odt ♦ 27/08/2010 rev.11  thierry.vaira@orange.fr 2 Copyright 2010 tv Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no FrontCover Texts, and with no BackCover. You can obtain a copy of the GNU General Public License : write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 021111307 USA Des erreurs sont possibles.

AltStyle によって変換されたページ (->オリジナル) /