I have a system that can get files from an EXT2 file system, but itcan only...
M
Marco Cavallini
You could try remounting the filesystem in RW mode. mount -o remount,rw /dev/root / or sonething similar
Regards Marco Cavallini ============================================== Koan s.a.s. - Software Engineering (x86 and ARM) Linux and WinCE solutions for Embedded and Real-Time Software Klinux : the embedded distribution for industrial applications - Microsoft Windows Embedded Partner - Intel PCA Developer Network member Via Pascoli, 3 - 24121 Bergamo - ITALIA Tel. (++39) 035-255.235 - Fax (++39) 178-223.9748
formatting link
-
formatting link
==============================================
G
Gianluca Moro
just mount it in read/write mode:
issue the command
mount -n -o remount,rw /
bye giammy
V
vijay.vishy
Thanks both of you.
Join the Discussion
Have something to add? Share your thoughts — no account required.
Didn't find your answer?
Ask the community — no account required
Report Content
You are reporting this content to the moderators. They will look at it
ASAP.