LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   can someone clarify somthing for me with mounting floppy through normal user (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/can-someone-clarify-somthing-for-me-with-mounting-floppy-through-normal-user-281463/)

nixerwannab 01-23-2005 11:08 PM

can someone clarify somthing for me with mounting floppy through normal user
 
http://www.linuxquestions.org/questions/history/271453

this is a link to a thread made recently that i found while googleing and i think that it has the answers that im looking for, i just need a basic walk through on how to do this, cuz honestly i think its a pain to have to log in as root everytime i want to access the floppy so if someone would plz explain how to make a normal user have permission to access it, that would be appreciated.


(im using slackware 10.0, on a P3 533Mhz laptop, with 128MB of RAM)

slakmagik 01-23-2005 11:25 PM

Just what it says - edit your /etc/fstab:
Code:

/dev/fd0        /mnt/floppy      auto        noauto,users    0  0

nixerwannab 01-24-2005 06:40 AM

Quote:

Originally posted by digiot
Just what it says - edit your /etc/fstab:
Code:

/dev/fd0        /mnt/floppy      auto        noauto,users    0  0

ok well i am logged in as root, i typed in /dev/fd0 and it came up with "permission denied". im not sure what to do to fix this since i am logged in as root and i have all permissions...atleast so i thought.

slakmagik 01-24-2005 06:50 AM

Now I need clarification. :) What do you mean when you say you 'typed in /dev/fd0'? Sounds like you tried to execute the device file, which would get a 'permission denied' even as root.

If you've opened up /etc/fstab in a text editor and made those changes, you should be able to issue 'mount /mnt/floppy' and, as long as there's a floppy in there, you should be able to access it - 'ls /mnt/floppy' should show the contents.

nixerwannab 01-24-2005 03:05 PM

ok well im logged in as root, and i typed in "/etc/fstab" but it still says that access is denied, and what i wanna do is configure it so that i can allow other users to mount the floppy drive. i hope that cleared it up.


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