Click to See Complete Forum and Search --> : lock on floppy


royce
02-13-2001, 11:12 PM
g/day All
How do i take the "lock" off my floppy in mandrake 7.2
If i put a floppy in and try to read it i get the message
"Unable to enter file/mnt/floppy
you do not have access rights to this location"

X_console
02-14-2001, 12:40 AM
Make sure the directory has world-read-write access:

chmod 755 /mnt/floppy

royce
02-14-2001, 11:36 PM
thanks x_console, checked the permissions
will chmod anyway and see if that fixes it

aph3x
02-15-2001, 01:27 AM
this might have something to do with /etc/fstab. make sure /dev/fd0 has a 'user' value next to it. :D

royce
02-15-2001, 09:36 AM
thanks Aph3x