You are not logged in.

#1 2008-10-16 00:33:15

low
Member
Registered: 2007-07-04
Posts: 109

strange filesystem behavior on boot

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

#2 2008-10-16 04:38:54

sirocco
Member
Registered: 2008-03-10
Posts: 149

Re: strange filesystem behavior on boot

low wrote:

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

#3 2008-10-17 00:04:22

low
Member
Registered: 2007-07-04
Posts: 109

Re: strange filesystem behavior on boot

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

#4 2008-10-17 05:49:31

apaige
Member
Registered: 2008-06-15
Posts: 96

Re: strange filesystem behavior on boot

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

#5 2008-10-18 05:04:47

low
Member
Registered: 2007-07-04
Posts: 109

Re: strange filesystem behavior on boot

ok thanks, out of curiosity with rw as a grub option harm the system in anyway or is it just precautionary?

Offline

Board footer

Powered by FluxBB