PDA

View Full Version : [SOLVED] Upgraded to 9.10, now cannot write to floppy



davehkent
November 10th, 2009, 12:27 AM
root now apparently owns my floppy drive, so that when I try to copy a file from my Documents folder to a floppy disk, various error messages appear on screen, culminating with "permission denied".

I can see the contents of the floppy disk by typing "sudo mount /dev/fd0" in Terminal, but If I try to copy a file to the disk, the errors occur.

Entering "ls -l /dev /fd0" in Terminal gives the following output:

brw-rw---- 1 root floppy 2, 0 2009-11-09 22:01 / dev/fdo

I tried to change owner to me, but it's reverted back to root. Any help will be appreciated.

Cheers
Davehkent

erilidon
December 9th, 2009, 01:30 AM
Did you ever get this fixed? I am having the same problem.

davehkent
December 22nd, 2009, 02:43 PM
No, still working on it, but getting nowhere at the moment

davehkent
December 29th, 2009, 11:57 PM
Problem now solved!

By following the instructions at www.psychocats.net/ubuntucat/rootlauncher I have created a 'browse as root' launcher button on the top panel. Clicking this opens the nautilus file system as root user. If I then insert a floppy disk, enter 'sudo mount /dev/fd0'in the terminal to mount the floppy drive, then go back to nautilus and click on 'floppy 0' in the left-hand pane, this accesses the contents of the floppy disk, and I can now copy files to the floppy disk!

hope this helps
davehkent

mhampson
March 24th, 2010, 12:32 PM
Simpler solution (not ideal but quick and it works): sudo nautilus

bullet311
March 24th, 2010, 12:41 PM
So you are basicly using a program that allows you to acess as a root user? Is it only for floppies or any hardware owned by the root?

mhampson
March 24th, 2010, 12:54 PM
So you are basicly using a program that allows you to acess as a root user? Is it only for floppies or any hardware owned by the root?

Nautilus is the name of the usual file and device browser in Ubuntu.

Sudo opens it with extra privileges.