Forum Discussion
Altera_Forum
Honored Contributor
21 years agoR/W Filesystem?
I'm currently running the stock FS, built following the instructions in the Getting Started manual. Is there any quick way to make this FS read/write? Changing the kernel command line str...
Altera_Forum
Honored Contributor
21 years ago --- Quote Start --- originally posted by wentao@Mar 31 2005, 09:14 AM mount -t jffs2 /dev/mtdblock0 /temp/flashmount -n
should be fine. that partition shall be erased first, otherwise you may get a long train of messages. --- Quote End --- Hi, After giving the following command "mount -t jffs2 /dev/mtdblock0 /mnt/rwfs -n" i'm getting a long train of messages. How to erase that partition? Thanks, Pankaj.