Comment 8 for bug 607906

Revision history for this message
Till Harbaum (till-harbaum) wrote :

That's really strange. You can see below that it claims to mount the rootfs read only. But as you can also see, i can just create a file and that file is still there after reboot (so it's not just some strange ram cache i am seeing). And you can also see swap not being mounted.

I am pretty sure you don't need a real rootfs for this. An empty second partition should do fine.

[ 1.967010] Waiting for root device /dev/mmcblk0p2...
[ 2.190277] usb 2-1: new low speed USB device using musb_hdrc and address 2
[ 2.307464] mmc0: new high speed SDHC card at address 0007
[ 2.313507] mmcblk0: mmc0:0007 SD04G 3.73 GiB (ro)
[ 2.318664] mmcblk0: p1 p2 p3
[ 2.351776] usb 2-1: device v046d pc00e is not supported
[ 2.415740] EXT3-fs: barriers not enabled
[ 2.422393] EXT3-fs (mmcblk0p2): mounted filesystem with writeback data mode
[ 2.429626] VFS: Mounted root (ext3 filesystem) readonly on device 179:2.
[ 2.436584] Freeing init memory: 240K
[ 2.440338] kjournald starting. Commit interval 5 seconds
                Welcome to Meego
[ OK ]

MeeGo release 1.0.80 (MeeGo)
Kernel 2.6.35-rc5-d7 on an armv7l

localhost.localdomain login: swapon: /dev/mmcblk0p3: swapon failed: Read-only file system
                                                                                         root
Password:
Last login: Wed Dec 31 16:00:18 on ttyS2
[root@localhost ~]# touch test
[root@localhost ~]# ls -la test
-rw-r--r-- 1 root root 0 Dec 31 16:00 test