On Mon, Apr 6, 2015 at 3:33 PM, Carlos E. R. <robin.listas@telefonica.net> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 2015-04-05 09:28, Basil Chupin wrote:
In a galaxy long ago one could boot into openSUSE by putting level 1 in the boot command and login as root after which you could manually check for any errors in the ext3 or ext4 file system by issuing the following commands:
mount -o remount, ro /dev/<hdX>/<sdX>
followed by
e2fsck /dev/<hdX>/<sdX>
Since long time ago I don't use this approach, it failed for one or another reason. Instead, I keep some type of rescue system and I do the fsck of the target root from there.
dracut usually performs fsck anyway; if in doubt, today one can simply use rd.break=pre-mount to stop in dracut shell before real root is mounted, then do fsck (fsck for root should be present in initrd) and Ctrl-D to continue. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org