On Mon, May 15, 2023 at 6:32 AM Dorian ROSSE <dorianbrice@xxxxxxxxxx> wrote: > sudo mount -o /dev/sda4 /boot/dos_4 > mount: /boot/dos_4: impossible de trouver UUID=9a71295a-04. First, "-o" requires options, so the command is not valid. Second, "impossible de trouver" appears to be "can't find", which would suggest there is no disk or partition with a UUID of "9a71295a-04". [[Google translate: [[Premièrement, "-o" nécessite des options, donc la commande n'est pas valide. [[Deuxièmement, "impossible de trouver" semble être "can't find", ce qui suggérerait qu'il n'y a pas de disque ou de partition avec un UUID de "9a71295a-04". > sudo mount -o /dev/sda8 /boot/fedora > mount: /boot/fedora: mauvais type de système de fichiers, option erronée, superbloc erroné sur /dev/sda8, page de code ou programme auxiliaire manquant, ou autre erreur. > dmesg(1) peut avoir plus d'informations après un échec de l'appel système du montage. > sudo mount -o /dev/sda6 /boot/fedora_home_or_bis > mount: /boot/fedora_home_or_bis: type de système de fichiers « subvol=exec,relatime,defaults,auto,rw,home,ssd,noatime,space_cache,commit,=120,discard=async,compress=zstd:1 » inconnu. > dmesg(1) peut avoir plus d'informations après un échec de l'appel système du montage. Again, "-o" requires options, so the commands are not valid. Try: sudo mount /dev/sda8 /boot/fedora sudo mount /dev/sda6 /boot/fedora_home_or_bis _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue