You could try to unmount it an mount it again with "read-write" permissions: Code: # umount /dev/hda2
# mount -rw /dev/hda2 /mnt
If this does not work, try changing the permissions to the directory by using chmod after you have mounted: It might help if we know what filesystem you use on the drive that you want to mount.
Normally you can copy and paste in Linux by selecting a text with the mouse (don't press any buttons) and then to paste it you press the mouse-wheel -button or the 3d mouse button. |