You are not logged in.

#1 2011-08-11 10:51:53

Lothium
Member
Registered: 2009-10-10
Posts: 192

[Solved]Kernel 3.0 and filesystem gets mounted read only

Hey!

I installed kernel 3.0 and now my system doesn't boot anymore with this kernel. I get after udev a few message, that the filesystem is mounted read only and so the system stops booting. Here is my menu.lst:

# (0) Arch Linux
title  Arch Linux
root   (hd0,4)
kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/cc663024-e573-43b5-9a95-70a8e38d3569 ro quiet
initrd /boot/initramfs-linux.img

And here is my fstab:

#
# /etc/fstab: static file system information
#
# <file system>        <dir>         <type>    <options>          <dump> <pass>
devpts                 /dev/pts      devpts    defaults            0      0
shm                    /dev/shm      tmpfs     nodev,nosuid        0      0
UUID=cc663024-e573-43b5-9a95-70a8e38d3569 / ext4 defaults,noatime,data=writeback,barrier=0,commit=15,nobh,errors=remount-ro 0 1
UUID=cfc30ca3-cd01-4a00-b9d9-0a112ae4cd27 swap swap defaults 0 0
UUID=e83aff35-cc0e-401c-9e7f-0b99bc5e089b /home ext4 defaults 0 1

Kernel26-ck-2.6.39 boots, so I have no idea, why kernel 3.0 doesn't boot anymore.

Best regards!

Last edited by Lothium (2011-08-12 08:56:26)

Offline

#2 2011-08-11 11:41:19

Wittfella
Member
From: Australia
Registered: 2008-05-27
Posts: 462

Re: [Solved]Kernel 3.0 and filesystem gets mounted read only

Hey, I had the same problem

https://bbs.archlinux.org/viewtopic.php?id=123406

I think I fixed it by removing the 'data=writeback' from the root drive in fstab.  Give it a go anyhow.

Offline

#3 2011-08-11 11:53:13

Lothium
Member
Registered: 2009-10-10
Posts: 192

Re: [Solved]Kernel 3.0 and filesystem gets mounted read only

Ok, sorry searched the forum but didn't find your entry. Do I just have to remove this one entry? As I switched to data=writeback I used the tune2fs command to change the mode to writeback. So do I have to do something else or do I only have to delete this entry?

Best regards and thanks for an answer!

Offline

#4 2011-08-11 12:00:06

Wittfella
Member
From: Australia
Registered: 2008-05-27
Posts: 462

Re: [Solved]Kernel 3.0 and filesystem gets mounted read only

I didn't touch tune2fs, just removed the data=writeback option from the line in fstab.

Offline

#5 2011-08-12 08:56:04

Lothium
Member
Registered: 2009-10-10
Posts: 192

Re: [Solved]Kernel 3.0 and filesystem gets mounted read only

Thanks! It works without any problems!

Offline

Board footer

Powered by FluxBB