Altera_Forum
Honored Contributor
21 years agoConfig the mount points
Hi,
I have successfuly burned and installed the uClinux distribution v1.3. But I have found some problems getting wirte access to the romfs filesystem. When I type: # mount rootfs on / type rootfs (rw) /dev/root on / type romfs (ro) /dev/ram0 on /var type ext2 (rw) /dev/ram1 on /tmp type ext2 (rw) proc on / proc type proc (rw,nodiratime) sysfs on /sys type sysfs (rw) For example when I try to ctreate directory on /etc I get :# mkdir /etc/aa mkdir: cannot create directory /etc/a I also receive errors when I try to make any write access to the "/" directory, but i have write access to /var and /tmp directories. Thanks for ideas and advices.