LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Mounting Floppy Problems (https://www.linuxquestions.org/questions/slackware-14/mounting-floppy-problems-144963/)

SykoMachine 02-11-2004 04:23 PM

Mounting Floppy Problems
 
im trying to mount my floppy drive:
i used the command: mount /mnt/floppy
and got no error
when i go to konqueror and try to open it it says access denied to /mnt/floppy

what should i do?

nesware 02-11-2004 05:02 PM

change tho options in /etc/fstab.. mine says:
Code:

/dev/fd0        /mnt/floppy      auto        noauto,user      0  0
but you might have to change user to users
nes

SykoMachine 02-11-2004 05:39 PM

"the file could not be saved. Please check if you have write permission"

SailingGypsy 02-11-2004 06:31 PM

Quote:

Originally posted by SykoMachine
"the file could not be saved. Please check if you have write permission"
You have to be root to alter and save the file. You can view the files as a regular user, but only root can modify that file.

HTH
Regards....

SykoMachine 02-11-2004 06:45 PM

im guessing im doing this wrong but
i went into a terminal and typed su and my password
and im in root
but i still cant do it

again, i think im doing this wrong

SailingGypsy 02-11-2004 07:28 PM

Quote:

Originally posted by SykoMachine
im guessing im doing this wrong but
i went into a terminal and typed su and my password
and im in root
but i still cant do it

again, i think im doing this wrong

Are you using KDE? Go to SYSTEM-MORE PROGRAMS-FILE MANAGER(Super USer Mode) It will ask you then for your root password. Konqueror will open as root's file manager. You can then fo to /etc/fstab file and modify it using your prefered editor.

If for some reason you do not have that, you can always log in as root, just be careful.

HTH

Regards...

SykoMachine 02-11-2004 07:50 PM

grrr.... first i tried changing it to user
and i got the error:/dev/fd0: Input/output error
then i tried changing it to users, but got the same error, should i restart my computer first?

SailingGypsy 02-11-2004 07:56 PM

Quote:

Originally posted by SykoMachine
grrr.... first i tried changing it to user
and i got the error:/dev/fd0: Input/output error
then i tried changing it to users, but got the same error, should i restart my computer first?

AFAIK, you are supposed to reboot, or type: " /bin/mount -a" (no quotes) for the changes in /etc/fstab to take effect.

Regards...

SykoMachine 02-11-2004 08:20 PM

i still got same error after the boot
so i tried that command
and still got an error

SailingGypsy 02-11-2004 08:55 PM

Quote:

Originally posted by SykoMachine
i still got same error after the boot
so i tried that command
and still got an error

Hmmm ....... very strange. Ok, lets take it one step at a time.

I'll assume you already checked the obvious (floppy drive installed correctly, cable, ok, floppy disk inserted, etc.)


Now, have you tried mounting the floppy as root? (either by login in as root or by "su root" in the terminal) Does it work or does it give you the same error?

If it mounts when you are root, then what exactly does your /etc/fstab say? (cut-paste it here)

Mine, as an example (the /dev/fd0 portion)

/dev/fd0 /mnt/floppy auto noauto,user,exec 0 0

and it has worked perfectly since the original install.

HTH and good luck
Regards...

nesware 02-14-2004 01:52 PM

ok... what happens when you do this?
insert a floppy
open a terminal
Code:

su
Password: ***
mount -t auto /dev/fd0 /mnt/floppy

if that won't work then
Code:

dmesg | grep fd
and post the output... or maybe try fd1 instead
could you also post the output of
Code:

ls -la /etc/fstab


All times are GMT -5. The time now is 06:28 AM.