Click to See Complete Forum and Search --> : padlock on floppy folder
royce
02-19-2001, 09:06 PM
I can't get access to my floppy folder (there's a padlock on it)
I get the message
"Unable to enter file /mnt/floppy
You do not have access rights to this location"
FyberOptyx
02-19-2001, 09:29 PM
Is this as a user?
Could be as simple as the access rights to the folder, or maybe not mounted for all users.
royce
02-19-2001, 09:49 PM
G/day Fibreoptyx
Yes as user, actually the cdrom had a lock on it as well when i installed but it disappeared on its own.
Its mounted as supermount according to fstab
/mnt/floppy /mnt/floppy supermount fs=vfat,dev=/dev/fd0 0 0
any ideas
FyberOptyx
02-19-2001, 10:16 PM
Never used supermount myself but this is my fstab:
dev/fd0 /floppy auto defaults,user,noauto
try this but you will have to mount the floppy yourself
royce
02-19-2001, 10:24 PM
Thanks Paul
FyberOptyx
02-19-2001, 10:32 PM
dev/fd0 /floppy auto defaults,user,noauto
You will also have to change /floppy to /mnt/floppy for it to work on yours.
By the way make sure there is a directory called /mnt/floppy.