Linux - Newbie This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
06-15-2010, 08:38 PM
|
#1
|
|
LQ Newbie
Registered: Mar 2008
Posts: 3
Rep:
|
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:~#
Appreciate assistance!
|
|
|
|
06-15-2010, 08:50 PM
|
#2
|
|
LQ Newbie
Registered: Mar 2010
Location: Miami
Distribution: Slackware
Posts: 24
Rep:
|
read only file system
"/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
|
|
|
1 members found this post helpful.
|
06-15-2010, 09:42 PM
|
#3
|
|
LQ Newbie
Registered: Mar 2008
Posts: 3
Original Poster
Rep:
|
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.
Thanks in advance!
|
|
|
|
06-16-2010, 05:49 PM
|
#4
|
|
LQ Newbie
Registered: Mar 2008
Posts: 3
Original Poster
Rep:
|
problem solved
Quote:
Originally Posted by SemiBeard
"/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.
|
probelm solved by issuing the following:
"mount -o remount,rw /"
It changed the "ro" to "rw"
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:32 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|