Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Making Floppies Mountable
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
Nick W
l33t
l33t


Joined: 07 Dec 2003
Posts: 684

PostPosted: Thu Dec 18, 2003 9:01 am    Post subject: Making Floppies Mountable Reply with quote

Hi all, I have this in /etc/fstab:
Code:

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


When I try to mount /dev/fd0 or /mnt/floppy

I get this:
Code:

mount: only root can mount /dev/fd0 on /mnt/floppy


How can I change this so all users can mount floppies? - Also, when I mount it as root, it says I must specify a file system type. I thought it was set to auto?

A little help would be much appreciated ;)

Nick
Back to top
View user's profile Send private message
Floggy
n00b
n00b


Joined: 07 May 2003
Posts: 34

PostPosted: Thu Dec 18, 2003 9:05 am    Post subject: Reply with quote

Change

Code:
noauto,ro


into

Code:
noauto,ro,users
Back to top
View user's profile Send private message
Nick W
l33t
l33t


Joined: 07 Dec 2003
Posts: 684

PostPosted: Thu Dec 18, 2003 9:09 am    Post subject: Reply with quote

Great! - That did it, now what did it do? ;-)

Nick
Back to top
View user's profile Send private message
Floggy
n00b
n00b


Joined: 07 May 2003
Posts: 34

PostPosted: Thu Dec 18, 2003 9:37 am    Post subject: Reply with quote

Code:
man mount


;)

Basically, it's an option that says, everyone in group "users" is allowed to mount that device. Good thing for Floppies, CD-ROMs, DVD-ROMs, ...
Back to top
View user's profile Send private message
Nick W
l33t
l33t


Joined: 07 Dec 2003
Posts: 684

PostPosted: Thu Dec 18, 2003 9:38 am    Post subject: Reply with quote

Great, thanks very much..

Nick
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum