You are not logged in.
Pages: 1
ever since i upgraded my kernel to .27, i have had a few issues booting my system. first, i use xfs and every time i boot the two messages "Starting XFS recovery..." and "Ending XFS recovery..." appear, indicating the filesystem was unmounted correctly even though i powered the machine off correctly. also, the root partition is always mounted as read only which throws a lot of errors when the initscripts try to touch and chmod files. the partition is never remounted as read write. however, if i change the kernel line in grubs menu.lst to "rw," the "Mounting Root Read-Only" init line fails (duh) and the XFS recovery lines are still there.
Last edited by low (2008-10-16 00:46:31)
Offline
ever since i upgraded my kernel to .27
...
also, the root partition is always mounted as read only which throws a lot of errors when the initscripts try to touch and chmod files. the partition is never remounted as read write.
...
The same with my system.
/ xfs defaults,logbufs=8 0 1
Update:
see, for example
http://www.linuxquestions.org/questions … em-676304/
Today I played a bit with the options and found a workaround. I removed all options except for defaults. After a reboot I had write access.
Last edited by sirocco (2008-10-16 05:13:22)
Offline
so no luck if i want to use those mount options?
my fstab entries are '/ xfs defaults,noatime,nodiratime,logbufs=8 0 1' and '/home xfs defaults,noatime,nodiratime,logbufs=8 0 2'
Last edited by low (2008-10-17 00:05:36)
Offline
Remove logbufs for now, it's a bug in the new kernel. There's also a bug regarding barriers (dmesg outputs "xlog_iodone: Barriers are no longer supported by device. Disabling barriers"); there's a patch available for that one.
Offline
ok thanks, out of curiosity with rw as a grub option harm the system in anyway or is it just precautionary?
Offline
Pages: 1