I have recently installed Kubuntu Dapper (official release) on my laptop. It can read my usb flash key, which has a FAT32 partition. However the system just did not allow me to write to that key, even if I use the sudo command.
abc@abc-laptop:~/Desktop$ sudo cp -R tele301 /media/usbdisk/
cp: cannot create directory `/media/usbdisk/tele301': Read-only file system
What's wrong here and how can we fix it?
Dominik
abc@abc-laptop:~/Desktop$ sudo cp -R tele301 /media/usbdisk/
cp: cannot create directory `/media/usbdisk/tele301': Read-only file system
What's wrong here and how can we fix it?
Dominik
Comment