public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* Read only jffs2 filesystem
@ 2004-05-20 11:43 Munro Biswal
  2004-05-20 12:33 ` Brian Waite
  0 siblings, 1 reply; 2+ messages in thread
From: Munro Biswal @ 2004-05-20 11:43 UTC (permalink / raw)
  To: linux-mtd

Iam using a 6 MTD partition structure wherein i have two jffs2 
    filesystems and when i boot up, it  mounts the filesystem as  
    readonly.Even if i reboot my board, i get the root filesystem to be 
    mounted readonly.
    I cannot write anything to the filesystem
    What could be the problem??
    

Thanks in advance!
Regards,
Munro.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Read only jffs2 filesystem
  2004-05-20 11:43 Read only jffs2 filesystem Munro Biswal
@ 2004-05-20 12:33 ` Brian Waite
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Waite @ 2004-05-20 12:33 UTC (permalink / raw)
  To: munro.biswal, linux-mtd

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I think the default mount options are ro for mtd. To change this, , you can do 
2 things:

1) On the Linux cmdline root=/dev/mtdblockN rw
2) From the prompt/init scripts:  mount -oremount,rw -t jffs2 /dev/mtdblockN /

Or you may have set the partitions to be read only oin the MTD map you 
created. (Check the mask_flags) 

Finally, depending on your FLASH chips, the chips may always powerup in the 
Locked state, mine do, and you will need to unlock them before writing. I do 
thins under u-boot but iy could also be done with the unlock mtd command.

Those are my suggestions.

Thanks
Brian


On Thursday 20 May 2004 07:43 am, Munro Biswal wrote:
> Iam using a 6 MTD partition structure wherein i have two jffs2
>     filesystems and when i boot up, it  mounts the filesystem as
>     readonly.Even if i reboot my board, i get the root filesystem to be
>     mounted readonly.
>     I cannot write anything to the filesystem
>     What could be the problem??
>
>
> Thanks in advance!
> Regards,
> Munro.
>
>
>
> ______________________________________________________
> Linux MTD discussion mailing list
> http://lists.infradead.org/mailman/listinfo/linux-mtd/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQFArKWBmxLCz0u+Ko8RAkvjAKCltIjy5NZBFoe4/VsYrD46TuxQbgCfbYIX
yr3/q4S8Juq4vFXF6HOr7Co=
=2hU/
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-05-20 12:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-20 11:43 Read only jffs2 filesystem Munro Biswal
2004-05-20 12:33 ` Brian Waite

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox