Code: Select all
mount -o remount,rw /Code: Select all
grep -i "CONFIG_DEVTMPFS=y" /mnt/gentoo/usr/src/linux/.configCONFIG_DEVTMPFS=y
Code: Select all
grep -i "CONFIG_DEVTMPFS_MOUNT=y" /mnt/gentoo/usr/src/linux/.configCONFIG_DEVTMPFS_MOUNT=y
Code: Select all
grep -i "CONFIG_FSNOTIFY=y" /mnt/gentoo/usr/src/linux/.configCONFIG_FSNOTIFY=y
Code: Select all
grep -i "CONFIG_DNOTIFY=y" /mnt/gentoo/usr/src/linux/.configCONFIG_DNOTIFY=y
Code: Select all
grep -i "CONFIG_INOTIFY_USER=y" /mnt/gentoo/usr/src/linux/.configCONFIG_INOTIFY_USER=y
Code: Select all
grep -i "CONFIG_NET=y" /mnt/gentoo/usr/src/linux/.configCONFIG_NET=y
Code: Select all
grep -i "CONFIG_PROC_FS=y" /mnt/gentoo/usr/src/linux/.configCONFIG_PROC_FS=y
Code: Select all
grep -i "CONFIG_SIGNALFD=y" /mnt/gentoo/usr/src/linux/.configCONFIG_SIGNALFD=y
Code: Select all
grep -i "CONFIG_SYSFS=y" /mnt/gentoo/usr/src/linux/.configCONFIG_SYSFS=y
Code: Select all
grep -i "CONFIG_SYSFS_DEPRECATED is not set" /mnt/gentoo/usr/src/linux/.config# CONFIG_SYSFS_DEPRECATED is not set
Code: Select all
grep -i 'CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"' /mnt/gentoo/usr/src/linux/.configCONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Code: Select all
grep -i "CONFIG_BLK_DEV_BSG=y" /mnt/gentoo/usr/src/linux/.configCONFIG_BLK_DEV_BSG=y
Code: Select all
grep -i "CONFIG_TMPFS=y" /mnt/gentoo/usr/src/linux/.configCONFIG_TMPFS=y
Code: Select all
grep -i "CONFIG_TMPFS_POSIX_ACL=y" /mnt/gentoo/usr/src/linux/.configCONFIG_TMPFS_POSIX_ACL=y
Code: Select all
grep -i "CONFIG_TMPFS_XATTR=y" /mnt/gentoo/usr/src/linux/.configCONFIG_TMPFS_XATTR=y
Ok I tried enabling all of these and it didn't fix it. I also tried using rootfstype=ext4 in grub and it didn't work.DONAHUE wrote:boot, runnot a fix but may restore capability while fixing. not having the following items has at times been reported as a cause of the reported problem.Code: Select all
mount -o remount,rw /
Code: Select all
grep -i "CONFIG_DEVTMPFS=y" /mnt/gentoo/usr/src/linux/.configCONFIG_DEVTMPFS=yCode: Select all
grep -i "CONFIG_DEVTMPFS_MOUNT=y" /mnt/gentoo/usr/src/linux/.configCONFIG_DEVTMPFS_MOUNT=yCode: Select all
grep -i "CONFIG_FSNOTIFY=y" /mnt/gentoo/usr/src/linux/.configCONFIG_FSNOTIFY=yCode: Select all
grep -i "CONFIG_DNOTIFY=y" /mnt/gentoo/usr/src/linux/.configCONFIG_DNOTIFY=yCode: Select all
grep -i "CONFIG_INOTIFY_USER=y" /mnt/gentoo/usr/src/linux/.configCONFIG_INOTIFY_USER=yCode: Select all
grep -i "CONFIG_NET=y" /mnt/gentoo/usr/src/linux/.configCONFIG_NET=yCode: Select all
grep -i "CONFIG_PROC_FS=y" /mnt/gentoo/usr/src/linux/.configCONFIG_PROC_FS=yCode: Select all
grep -i "CONFIG_SIGNALFD=y" /mnt/gentoo/usr/src/linux/.configCONFIG_SIGNALFD=yCode: Select all
grep -i "CONFIG_SYSFS=y" /mnt/gentoo/usr/src/linux/.configCONFIG_SYSFS=yCode: Select all
grep -i "CONFIG_SYSFS_DEPRECATED is not set" /mnt/gentoo/usr/src/linux/.config# CONFIG_SYSFS_DEPRECATED is not setCode: Select all
grep -i 'CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"' /mnt/gentoo/usr/src/linux/.configCONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"Code: Select all
grep -i "CONFIG_BLK_DEV_BSG=y" /mnt/gentoo/usr/src/linux/.configCONFIG_BLK_DEV_BSG=yCode: Select all
grep -i "CONFIG_TMPFS=y" /mnt/gentoo/usr/src/linux/.configCONFIG_TMPFS=yCode: Select all
grep -i "CONFIG_TMPFS_POSIX_ACL=y" /mnt/gentoo/usr/src/linux/.configCONFIG_TMPFS_POSIX_ACL=yCode: Select all
grep -i "CONFIG_TMPFS_XATTR=y" /mnt/gentoo/usr/src/linux/.configCONFIG_TMPFS_XATTR=y

Yes I can see sda3 in /devNeddySeagoon wrote:2bdkid,
Is your / listed in /dev
Does it shaw in the output of mount and df.
root is always mounted read only to start with so rootfsck can be run.
When that succeeds. root is remounted rw.
If it fails, you should see something in dmesg.
ext2 and ext3 can mount some ext4 fs, depending on the ext4 options in use.
In some cases, as read only. df and/or mount will show that.
As a throw away snippet, the root entry in fstab is not used to mount root.
That would be chicken and egg, since root has to be mounted to read /etc/fstab.
However, /etc/fstab is used to know the root filesystem type for rootfsck.
I suspect that rootfsck is failing for some reason, so root remains read only.
Is /etc/mtab a real file or a symlink?
For openrc, both work, systemd users must have the symlink. This is the table of mounted filesystems and will be consulted by -o remount

Code: Select all
[ 10.945769] EXT4-fs (sda3): Unrecognized mount option "default" or missing valueCode: Select all
[10841.343765] FAT-fs (sdc1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.