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<div class='quotetop'>QUOTE </div>
--- Quote Start --- How can I have it appear ?[/b] --- Quote End --- I did this by adding a node to the filesystem in the IDE. Node names look like "@<name>,<type>,<major#>,<minor#>. You can get minor/major# s viacat /proc/partitions for example, mine is: # cat /proc/partitions
major minor # blocks name
31 0 6144 mtdblock0
31 1 2048 mtdblock1
31 2 2048 mtdblock2 then mount as you mentioned previously (mount -n -t /dev/mtdblock0 /mnt/whatever) Ryan