Results 1 to 4 of 4
Hi im new here so hello and etc. etc.
My question is how can I eneble automounting on slackware 12 coz everytime i log in i have to write
Code:
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-02-2007 #1Just Joined!
- Join Date
- Oct 2007
- Posts
- 2
cdrom automounting
Hi im new here so hello and etc. etc.
My question is how can I eneble automounting on slackware 12 coz everytime i log in i have to write
plz helpCode:mount /mnt/cdrom
thank you
P.S. i looked over google but with no sucess
- 10-03-2007 #2
Add yourself in the plugdev and cdrom groups .
usermod -G plugdev,cdrom (your_user_name).
you can do this in kusers wish it's a GUI and you'll find yourself comfortable.
Regards.Linux is not only an operating system, it's a philosophy.
Archost.
- 10-03-2007 #3Just Joined!
- Join Date
- Oct 2007
- Posts
- 2
well i did that but i still have to mount it manually...
- 10-03-2007 #4
Comment out the cdrom configuration line in your /etc/fstab ,something like this.
#/dev/cdrom /mnt/cdrom auto noauto,owner,ro 0 0
this because HAL respect the fstab config and doesn't override them.
Regards.Linux is not only an operating system, it's a philosophy.
Archost.


Reply With Quote
