Temet wrote:J'en avais fait une sur un site, je me suis vite senti seul ....
Je connais un autre forum ou y en a une, elle n'a pas l'air super visitée non plus.
Dommage, moi j'aime beaucoup 😉
C'est vrai que le risque existe... De plus il faudrait imposer que le titre de chaque post soit très explicitement compréhensible de manière à retrouver vite ce qu'on cherche, et qu'on évite les trop nombreux commentaires. En fait ce qui m'a fait penser à une telle rubrique c'est la lecture du red hat magazine avec cet article:
How do I find out which filesystem belongs to which LABEL?
Very often LABEL is used on a filesystem to make its partition easy to recognize. In order to find out what filesystem the LABEL is pointing to, run the following command:
findfs LABEL=[label]
This command can also be used to locate filesystems with UUID (Universally Unique Identifier) by replacing LABEL with UUID:
findfs UUID=[uuid]
contributed by Yew Wei Tan
Or jamais je n'aurais eu la moindre chance d'apprendre l'existence de cette commande.
Pour lire l'article complet :
http://www.redhatmagazine.com/2007/02/12/how-do-i-find-out-which-filesystem-belongs-to-which-label/