. How can I download and save files to my hard disk when my system is booted up using a Knoppix Live CD? I tried mounting the system's hard disk with this: # mount -o rw /mnt/hda3 ... but then when I tried to save to /mnt/hda3, I got a message saying that I didn't have write permissions. What do I need to do to get this to work?