I want to avoid the F9 reset at all cost (I've customised my desktop too much) and anyway - I simply need to restore one file.
Using an external CD-Rom drive I booted up the EEE into Knoppix Live-CD and I can see the file in question as
/media/hdc2/etc/X11/xorg.conf
For some reason, the /media/hdc2 directory is mounted read-only and it doesn't let me change the file.
I tried to re-mount that directory using
sudo mkdir /hd sudo mount -t ext2 /media/hdc2 /hd mount: /media/hdc2 is not a block deviceSo how do I mount the internal harddisk as read-write from within Knoppix, so I can restore the xorg.conf file?
Thanks a lot!











