Root File System Is Read-Only

回覆文章
schumi
Site Admin
文章: 696
註冊時間: 2004-04-15 14:30:34

Root File System Is Read-Only

文章 schumi »

http://www.unixguide.net/linux/faq/04.15.shtml

Remount it. If /etc/fstab is correct, you can simply type:

mount -n -o remount /

If /etc/fstab is wrong, you must give the device name and possibly the
type, too: e.g.

mount -n -o remount -t ext2 /dev/hda2 /

To understand how you got into this state, see, ("EXT2-fs: warning:
mounting unchecked file system.")
回覆文章

回到「Linux」