RHEL tabanlı her hangi bir sistemde felaket durumunda kurtarma modunda açtığımızda chroot yapmadan önce aşağıdaki bağlantı işlemlerini yapmayı unutmamak gerekiyor.
# mount -o bind /dev /mnt/sysimage/dev
# mount -o bind /dev/shm /mnt/sysimage/dev/shm
# mount -o bind /sys /mnt/sysimage/sys
# mount -t proc /proc /mnt/sysimage/proc
Hiç yorum yok:
Yorum Gönder