At some point, possibly during either of the following:
a) firefox install to /mnt/card, which completed and runs.
wget http...minimo.ipk hung because of prism2 card locking up. Pulled card, interruped wget.
my /mnt/card (128mb PNY SD) got mounted as read-only. It is now giving:
unable to open \'/mnt/card/minimo...ipk\': Read-only file system
errors when I try to mv or rm a file as root from the xterm console. fstab is the stock version:
/dev/root / jffs2 rw 1 1
/dev/mtdblock3 /home jffs2 rw 0 0
/dev/hda1 /mnt/cf auto noauto,owner 0 0
/dev/mmcda1 /mnt/card auto noauto,owner 0 0
none /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
Any ideas on how to correct this? Do I unmount, mount, and what would be the exact syntax for that.
Thanks.