error - 533 read only file system when ftp files to moxa
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
error - 533 read only file system when ftp files to moxa
I'm having problem copying files from my laptop (windows xp) to moxa (linux) using ftp. The error im getting is "533 read only file system". Tried reboot and fsck but problem remains.
mount output below:
root@Moxa:~# mount
rootfs on / type rootfs (rw)
/dev/root on / type jffs2 (ro,noatime)
proc on /proc type proc (rw,nodiratime)
/dev/ram15 on /dev type ext2 (rw)
/dev/ram0 on /var type ext2 (rw)
/dev/mtdblock3 on /tmp type jffs2 (rw,noatime)
/dev/mtdblock3 on /home type jffs2 (rw,noatime)
/dev/mtdblock3 on /etc type jffs2 (rw,noatime)
devpts on /dev/pts type devpts (rw)
/dev/hda1 on /var/hda type vfat (rw,nodiratime,fmask=0022,dmask=0022)
root@Moxa:~#
"/dev/root on / type jffs2 (ro,noatime)"
Above shows root "/" is read only. Maybe that is the problem there.
Try copying the file to /tmp instead.
Quote:
Originally Posted by vkb2000
I'm having problem copying files from my laptop (windows xp) to moxa (linux) using ftp. The error im getting is "533 read only file system". Tried reboot and fsck but problem remains.
mount output below:
root@Moxa:~# mount
rootfs on / type rootfs (rw)
/dev/root on / type jffs2 (ro,noatime)
proc on /proc type proc (rw,nodiratime)
/dev/ram15 on /dev type ext2 (rw)
/dev/ram0 on /var type ext2 (rw)
/dev/mtdblock3 on /tmp type jffs2 (rw,noatime)
/dev/mtdblock3 on /home type jffs2 (rw,noatime)
/dev/mtdblock3 on /etc type jffs2 (rw,noatime)
devpts on /dev/pts type devpts (rw)
/dev/hda1 on /var/hda type vfat (rw,nodiratime,fmask=0022,dmask=0022)
root@Moxa:~#
Appreciate assistance!
Last edited by SemiBeard; 06-15-2010 at 08:56 PM.
Reason: added one more line to post
The problem is, I need to place the file onto the moxa unit (linux) so I could upgrade the firmware. I can view the /etc/mtab file which is exactly the same as the output of mount above (i.e. cat /etc/mtab). The question is, how can I edit this file to change "ro" into "rw" since vi /etc/mtab opens up an empty file.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.