View previous topic :: View next topic |
Author |
Message |
TheCoop Veteran
Joined: 15 Jun 2002 Posts: 1814 Location: Where you least expect it
|
Posted: Wed Jun 19, 2002 3:46 pm Post subject: user cdrom and floppy mounting |
|
|
i currently use kde, but whenever i try to mount a cdrom or floppy under a normal user in kde it says 'only root can mount /dev/cdroms/cdrom0'
what file permissions do i need to set where so i can mount the cdrom as any user? |
|
Back to top |
|
|
delta407 Bodhisattva
Joined: 23 Apr 2002 Posts: 2876 Location: Chicago, IL
|
Posted: Wed Jun 19, 2002 4:00 pm Post subject: |
|
|
Edit /etc/fstab and add the "user" option to the desired mountpoint.
For a list of options, "man mount". |
|
Back to top |
|
|
mksoft l33t
Joined: 28 May 2002 Posts: 844
|
Posted: Wed Jun 19, 2002 4:01 pm Post subject: |
|
|
in /etc/fstab add the user option, e.g:
Code: | /dev/cdroms/cdrom0 /mnt/cdrom iso9660 user,noauto,ro 0 0 |
_________________ There's someone in my head but it's not me - Pink Floyd |
|
Back to top |
|
|
|