Developers Documentation

×

Warning

301 error for file:https://clearos.com/dokuwiki2/lib/exe/css.php?t=dokuwiki&tseed=82873f9c9a1f5784b951644363f20ef8

User Tools

Site Tools


Troubleshooting Boot Process Dropping to Shell

If you see the error message:

fsck does not want to work because /dev/md0 is in use

and the boot process drops to a shell, your drives will be mounted as read-only. In order to mount them so you can write to them you can remount the filesystem in read/write mode with:

sudo mount -o remount,rw /

You could try also unmounting the drives and running fsck manually on them:

umount /
fsck /dev/md0

Then, if everything is OK, reboot.

content/en_us/boot_process_drops_to_shell.txt · Last modified: 2019/03/04 04:16 by NickH

https://clearos.com/dokuwiki2/lib/exe/indexer.php?id=content%3Aen_us%3Aboot_process_drops_to_shell&1710834562