|
usb memory stick: chown/chgrp fails
I am running RedHat 9 on an IBM T40. This question concerns using a USB memory stick (PNY 2.0, 128M).
I mount the stick with and proceed, as root, with the following commands:
> mount /dev/sda1 /mnt/mem #ok
> cd /mnt/mem
> touch foo # file foo is created
> mv foo goo # no problem here
> chown pcass goo #fail
- chown: chaning ownership of goo: operation not permitted.
The same sequence works without fail if I am on the hard drive rather than the memory stick. [NOTE: The point here is that on the usb-stick I can (as root) create a file, change its name and delete it, but i CAN'T change it's permissions]
(Incidentally, there are some anomolies with the USB stick: If there is a floppy drive on the second USB port I can't mount the stick at all. Any ideas here?)
Last edited by pcass; 02-08-2004 at 05:42 AM.
|