--- In "tsao.terence" <> wrote:
>
> Dear Linux Masters:
>
> I just successfully boot up Debian from a SD card by following the
> instruction online
> http://www.embeddedarm.com/software/arm-linux-fastboot-ts7300.php
>
> I am now having Debian but some how the entire FILE SYSTEM IS READ ONLY! I
> tried to modify /dev/network/interface so I can configure network, but no
> luck because the all the files are read only.
>
> What can I do to fix this?
>
> Thanks!
>
Most of the time it's as easy as using the -o remount,rw option of 'mount'.
Something like this ought to do it:
mount -o remount,rw /mnt/root
OR
mount -o remount,rw /
Simply use 'mount' to see what's mounted and how.
Best Regards,
Derek Hildreth
------------------------------
Embedded Systems Engineer
Technologic Systems
480.837.5200
------------------------------
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|