I have a floppy mounted (succeeded only via "sudo mount /dev/fd0 /media/floppy")
I have created a floppy icon on the desktop and opened it.
When I try to drag a test.txt file from the desktop to the opened floppy window I get the message: "Could not write to /media/floppy0/test.txt"
However a "sudo cp test.txt /media/floppy0" succeeds and does copy the file to the diskette (and also shown in that opened floppy window).
I guess it's something about permissions(?)
How can I resolve it?
Thanks,
Yair
I have created a floppy icon on the desktop and opened it.
When I try to drag a test.txt file from the desktop to the opened floppy window I get the message: "Could not write to /media/floppy0/test.txt"
However a "sudo cp test.txt /media/floppy0" succeeds and does copy the file to the diskette (and also shown in that opened floppy window).
I guess it's something about permissions(?)
How can I resolve it?
Thanks,
Yair
Comment