[SLE] Automounting under 10.1?
Ok, I give up, where does one configure which devices should be automounted when media is inserted with OpenSuSE 10.1? My Cdrecorder and DVD work, but /dev/sr0 does not. The scsi cdrom is on an aha152x. (I can mount the device manually, so I know it works). -- _____________________________________ John Andersen
Ok, I give up, where does one configure which devices should be automounted when media is inserted with OpenSuSE 10.1?
My Cdrecorder and DVD work, but /dev/sr0 does not.
The scsi cdrom is on an aha152x.
(I can mount the device manually, so I know it works).
This automount conf once worked for me: 10:11 shanghai:/etc # cat auto.master # # $Id: auto.master,v 1.4 2005/01/04 14:36:54 raven Exp $ # # Sample auto.master file # This is an automounter map and it has the following format # key [ -mount-options-separated-by-comma ] location # For details of the format look at autofs(5). /media /etc/auto.misc -t2 #/smb /etc/auto.smb #/misc /etc/auto.misc #/net /etc/auto.net 10:11 shanghai:/etc # cat auto.misc # # $Id: auto.misc,v 1.2 2003/09/29 08:22:35 raven Exp $ # # This is an automounter map and it has the following format # key [ -mount-options-separated-by-comma ] location # Details may be found in the autofs(5) manpage cd -fstype=iso9660,ro,nosuid,nodev :/dev/hdb # the following entries are samples to pique your imagination #linux -ro,soft,intr ftp.example.org:/pub/linux #boot -fstype=ext2 :/dev/hda1 #floppy -fstype=auto :/dev/fd0 #floppy -fstype=ext2 :/dev/fd0 #e2floppy -fstype=ext2 :/dev/fd0 #jaz -fstype=ext2 :/dev/sdc1 #removable -fstype=ext2 :/dev/hdd It does not seem to ATM, oh well. Jan Engelhardt -- -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
On Saturday 29 July 2006 00:11, Jan Engelhardt wrote:
Ok, I give up, where does one configure which devices should be automounted when media is inserted with OpenSuSE 10.1?
My Cdrecorder and DVD work, but /dev/sr0 does not.
The scsi cdrom is on an aha152x.
(I can mount the device manually, so I know it works).
This automount conf once worked for me:
10:11 shanghai:/etc # cat auto.master
Right, the old autofs system. Still available, but not normally used in SuSE 10.1, and not running in my box: pen:/etc/init.d # ./autofs status Checking for service autofs: unused Configured Mount Points: ------------------------ Active Mount Points: -------------------- The mounting now seems to be done by some kde daemon which watches the drives. I think its part of kded but all i can find on that pertains to the function calls within it, not how to configure it. -- _____________________________________ John Andersen
Right, the old autofs system. Still available, but not normally
Old? Haha. I am talking about autofs4, and that is what actually is silently proposed for those who do not run the KDE/GNOME and their automounter fun.
used in SuSE 10.1, and not running in my box:
pen:/etc/init.d # ./autofs status
Well start it.
Checking for service autofs: unused Configured Mount Points: ------------------------
Active Mount Points: --------------------
The mounting now seems to be done by some kde daemon which watches the drives. I think its part of kded but all i can find on that pertains to the function calls within it, not how to configure it.
-- _____________________________________ John Andersen
Jan Engelhardt -- -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
On Saturday 29 July 2006 05:11, Jan Engelhardt wrote:
Right, the old autofs system. Still available, but not normally
Old? Haha. I am talking about autofs4, and that is what actually is silently proposed for those who do not run the KDE/GNOME and their automounter fun.
used in SuSE 10.1, and not running in my box:
pen:/etc/init.d # ./autofs status
Well start it.
I would rather get what IS ALREADY running working on all drives than add another automount service. I would still have to disable what is runnning to switch to autofs4, and if I can't find the F'ing settings for the KDE thingie I can't even do that. -- _____________________________________ John Andersen
pen:/etc/init.d # ./autofs status
Well start it.
I would rather get what IS ALREADY running working on all drives
subfs was removed. Although I won't object to that, subfs WAS ALREADY running working on all drives perfect for me.
than add another automount service. I would still have to
Why, blame the DEs for each having their own automounter service. console always had one, be it subfs (past) or autofs4 (now). Even outside Linux, Solaris has its volfs which does not need a DE either. (And to make a mental note: I have no fscking clue why on Earth KDE (on earlier SUSE Linux distributions) asked me -- as unprivileged user -- would you like to configure your hard disk, which sounded pretty stupid.)
disable what is runnning to switch to autofs4, and if I can't find the F'ing settings for the KDE thingie I can't even do that.
-- _____________________________________ John Andersen
Jan Engelhardt -- -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
participants (2)
-
Jan Engelhardt
-
John Andersen