<span class="ppt" id="_user_buildroot@uclibc.org">Hi all,<br><br>I&#39;ve created a rootfs for my AT91RM9200 based custom board and i&#39;m unable to mount the ext2 fs on a writable way.<br><br>I&#39;m using an AT45DB64 spi dataflash as an MTD device and i&#39;ve defined 3 partitions using this kernel bootargs:
<br><br>console=/dev/ttyS0,115200 root=/dev/mtdblock2 mtdparts=AT45DB642.spi0:168960(boot)ro,2162688(kernel),-(rootfs)rw rootfstype=ext2 mem=32M<br><br>After booting the kernel always says:<br><br>VFS: Mounted root (ext2 filesystem) readonly.
<br><br>Even if i try a &quot;mount -o remount,rw /&quot; from the busybox shell, i get this message:<br><br>mount: /dev/root is write-protected, mounting read-only<br><br>The &quot;rootfs&quot; partition is defined &quot;writable&quot; at the u-boot code, so i think i can assume the flash is Unlocked.
<br><br><br>Any ideas? Did i miss something when building the Rootfs? any option?<br><br>Thanks in advance.<br><br><br><br><br><br><br></span>