Doc /

AccesRootAvecOpensuseRescue

  • Démarrer le système "rescue" (start the rescue system)
  • puis (then)
  • avec sdx la partition root (with sdx the root partition)
 mount /dev/sdxy /mnt
 cd /mnt
 mount -o bind /proc proc
 mount -o bind /sys sys
 mount -o bind /dev dev

On se retrouve root dans la machine installée, du coup passwd ou yast permettent de corriger les problèmes.

(you end being root on the installed system, yast or passwd works - ncurse mode - and allow fixing problems)

"bind" permet d'avoir le même système de fichiers monté en deux endroits différents. ("bind" allow mounting twice the same file system)