linux: fixing stuffs in emergency mode
Jul.31, 2009 in
Think Linux
everything in emergency is readonly,
to fix things, we need to remount it as rw. errors in /etc/fstab is deadly.
mount -no remount,rw /
everything in emergency is readonly,
to fix things, we need to remount it as rw. errors in /etc/fstab is deadly.
mount -no remount,rw /
Leave a Reply