From: Guy Van Sanden <sienix@crosswinds.net> Date: Thu, 30 Nov 2000 08:20:23 GMT Message-ID: <20001130.8202316@pcf570.atea.be> Subject: Automounter Hello Is anyone here using the autofs module? I tried it, and it works for cdroms etc, but not for nfs shares. And I just needed those actually... A program I use requires that all its data is accessible via a global path: /net/<server>/<path> Thanks for any help! Kind regards Guy
From: "Tim Schall" <grover@router.fortgirlfriend.tzo.com> Date: Thu, 30 Nov 2000 00:27:37 -0800 Message-ID: <NDBBKJGDMLAMHFPKBPOBEEFOCBAA.grover@router.fortgirlfriend.tzo.com> Subject: RE: [SLE] Automounter Hmmm, much bizarness that one is. I set mine up according to the directions and it mounts right up. Fstab file has something to the effect of: "machine:/sharename /mountpoint nfs defaults 0 0" Or ya can mount from the command line "mount -t nfs machine:/sharename /mountpoint" and it'll hook right up. Or at least it should. All this, of course, is predicated on the fact that the exports are set up correctly on the host machine. I've never had it not work. -----Original Message----- From: Guy Van Sanden [mailto:sienix@crosswinds.net] Sent: Thursday, November 30, 2000 12:20 AM To: suse-linux-e@suse.com Subject: [SLE] Automounter <p>Hello Is anyone here using the autofs module? I tried it, and it works for cdroms etc, but not for nfs shares. And I just needed those actually... A program I use requires that all its data is accessible via a global path: /net/<server>/<path> Thanks for any help! Kind regards Guy <p><p><p> -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
From: Guy Van Sanden <sienix@crosswinds.net> Date: Thu, 30 Nov 2000 13:11:44 GMT Message-ID: <20001130.13114423@pcf570.atea.be> Subject: RE: [SLE] Automounterv -->fixed Thanks to everyone for replying. I finally found the problem. If I tried to address a server which had certain shares not open to me, the automounter failed completely. I fixed it by 'grepping' the fully open shares, and the ones to me out in auto.net. Thanks again Guy
>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<
and it mounts right up. Fstab file has something to the effect of: "machine:/sharename /mountpoint nfs defaults 0 0" Or ya can mount from the command line "mount -t nfs machine:/sharename /mountpoint" and it'll hook right up. Or at least it should. All this, of course, is
On 30/11/2000, 09:27:37, "Tim Schall" <grover@router.fortgirlfriend.tzo.com> wrote regarding RE: [SLE] Automounter: <p>> Hmmm, much bizarness that one is. I set mine up according to the directions predicated
on the fact that the exports are set up correctly on the host machine. I've never had it not work.
-----Original Message----- From: Guy Van Sanden [mailto:sienix@crosswinds.net] Sent: Thursday, November 30, 2000 12:20 AM To: suse-linux-e@suse.com Subject: [SLE] Automounter
<p>> Hello
Is anyone here using the autofs module? I tried it, and it works for cdroms etc, but not for nfs shares.
And I just needed those actually...
A program I use requires that all its data is accessible via a global path: /net/<server>/<path>
Thanks for any help!
Kind regards
Guy
<p><p><p>> --
To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
<p>> --
To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
Hmmm, much bizarness that one is. I set mine up according to the
and it mounts right up. Fstab file has something to the effect of: "machine:/sharename /mountpoint nfs defaults 0 0" Or ya can mount from the command line "mount -t nfs machine:/sharename /mountpoint" and it'll hook right up. Or at least it should. All this, of course, is
Message-Id: <200011301657.eAUGvdX06234@gate.daniloff.com> Date: Thu, 30 Nov 2000 08:57:38 -800 From: Alex Daniloff <alex@daniloff.com> Subject: How to use Automounter with CDROM and other devices? Hello SuSE folkz, Could somebody enlighten me what should I define in /etc/fstab to be able to mount CDROM and other removable devices automatically. I already compiled automounter option in kernel but I need an example of fstab file to understand how to use it. Any help is greatly appreciated Thanks. Alex ------------------- directions predicated
on the fact that the exports are set up correctly on the host machine. I've never had it not work.
-----Original Message----- From: Guy Van Sanden [mailto:sienix@crosswinds.net] Sent: Thursday, November 30, 2000 12:20 AM To: suse-linux-e@suse.com Subject: [SLE] Automounter
Hello
Is anyone here using the autofs module? I tried it, and it works for cdroms etc, but not for nfs shares.
And I just needed those actually...
A program I use requires that all its data is accessible via a global path: /net/<server>/<path>
Thanks for any help!
Kind regards
Guy
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com
Also check the FAQ at http://www.suse.com/support/faq
Message-ID: <3A275944.CBA0DF8@faw.uni-ulm.de> Date: Fri, 01 Dec 2000 08:54:44 +0100 From: Ralf Corsepius <corsepiu@faw.uni-ulm.de> Subject: Re: [SLE] How to use Automounter with CDROM and other devices? Alex Daniloff wrote:
Hello SuSE folkz, Could somebody enlighten me what should I define in /etc/fstab to be able to mount CDROM and other removable devices automatically. I already compiled automounter option in kernel but I need an example of fstab file to understand how to use it. Any help is greatly appreciated
There are several ways to acomplish this. The SuSE default automounter setup already is prepared to access such devices as /misc/cd, /misc/floppy. Besides setting up autofs, you only need to uncomment rsp. add the lines to the automounter maps you need. Eg.:
From /etc/auto.master: /misc /etc/auto.misc
From /etc/auto.misc: cd -fstype=iso9660,ro :/dev/scd0 floppy -fstype=auto :/dev/fd0
Ralf
Date: Thu, 30 Nov 2000 13:11:42 +0100 (MET) From: Jon Trygve Utne <jont@ii.uib.no> Message-ID: <Pine.SOL.4.30.0011301250390.19260-100000@apal.ii.uib.no> Subject: Re: [SLE] Automounter On Thu, 30 Nov 2000, Guy Van Sanden wrote:
A program I use requires that all its data is accessible via a global path: /net/<server>/<path>
Hmmm, strange program. :-) I haven't done this in Linux, but in HP-UX this is done by editing your /etc/auto.master (or your auto.master master map if you use NIS) and add this line: /net -hosts -soft (In fact this is the default content of the file in HP-UX, but never mind...) You could check out whether this behaviour is supported under Linux as well. Anyway, the man page for auto.master(5) is a good place to start looking for a solution. <p>---J.T.U.
Date: Thu, 30 Nov 2000 17:13:02 -0800 From: smel <smel@radical.ca> Message-ID: <14228303807.20001130171302@radical.ca> Subject: Re: [SLE] Automounter Hi Guy, Thursday, November 30, 2000, 12:20:23 AM, you wrote: GVS> Hello GVS> Is anyone here using the autofs module? GVS> I tried it, and it works for cdroms etc, but not for nfs shares. GVS> And I just needed those actually... GVS> A program I use requires that all its data is accessible via a global GVS> path: /net/<server>/<path> GVS> Thanks for any help! 1. Create /etc/auto.master file for each client (or spread the information with NIS). Something like: /net /etc/auto.maps/net 2. Create /etc/auto.maps/net with auto-mount points you need and nfs servers: erver1 server1:/dir_contained_path server2 server2:/dir_contained_path ...... The best way is to create auto.maps NIS map and spread it by NIS. I'm using nfs share and mount /etc/auto.maps at boot time on each client. In the last case make sure that you run rcautofs AFTER mounting /etc/auto.maps 3. Update /etc/exports file for each server (It seems to be already done) 4.Enjoy! <p><p><p><p>GVS> Kind regards GVS> Guy <p><p><p><p><p><p> -- Best regards, Sergey Melnykov mailto:smel@radical.ca
participants (6)
-
alex@daniloff.com
-
corsepiu@faw.uni-ulm.de
-
grover@router.fortgirlfriend.tzo.com
-
jont@ii.uib.no
-
sienix@crosswinds.net
-
smel@radical.ca