View previous topic :: View next topic |
Author |
Message |
doralsoral Tux's lil' helper
Joined: 12 May 2004 Posts: 127
|
Posted: Sat Jul 27, 2013 9:18 pm Post subject: / is being mounted read-only at boot |
|
|
Its been a while since ive actually installed gentoo so i feel like a noob again. I just got done installing it and it keeps mounting / as read-only. When editing grub on boot I am able to change ro to rw on the kernel line and it will mount rw. (I am using grub2 btw). From what I understand there is a service or something that is supposed to remount / to rw. Im no sure if i need to edit a grub file or something else. Could someone help me? Thanks |
|
Back to top |
|
|
creaker l33t
Joined: 14 Jul 2012 Posts: 651
|
Posted: Sat Jul 27, 2013 10:19 pm Post subject: |
|
|
Mounting root filesystem as read only may occur for some reasons. It may be incorrect file system structure, harddrive/cable/chip problem, high I/O load and other hard drive related problems, that forces fs to mount as read only in order to prevent possible data damage.
Have you checked your file system? |
|
Back to top |
|
|
DONAHUE Watchman
Joined: 09 Dec 2006 Posts: 7651 Location: Goose Creek SC
|
Posted: Sun Jul 28, 2013 12:43 am Post subject: |
|
|
/usr/src/linux/.config may not have:
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_HOTPLUG=y
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_NET=y
CONFIG_PROC_FS=y
CONFIG_SIGNALFD=y
CONFIG_SYSFS=y
#CONFIG_SYSFS_DEPRECATED is not set
CONFIG_UEVENT_HELPER_PATH=""
CONFIG_BLK_DEV_BSG=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_TMPFS_XATTR=y _________________ Defund the FCC. |
|
Back to top |
|
|
|