Subject: Re: Writing to floppy-disk after upgrade to UVM binaries.
To: Ib-Michael Martinsen <imm@nethotel.dk>
From: Patrick Welche <prlw1@cam.ac.uk>
List: port-arm32
Date: 07/26/1998 12:07:55
Ib-Michael Martinsen wrote:
...
> root@nethotel:/root => chmod a+w /floppy  
> chmod: /floppy: Is a directory
> 
> What should be done to make it possible for ordinary users
> to write to floppydiscs?

I think you have the right idea, but got the order slightly wrong: you
can't change the permissions on directory /floppy while it is
mounted. I think if you just unmount /floppy, chmod, mount, all should
be OK.

Cheers,

Patrick