From: Stef Bon <sbon@bononline.nl>
To: autofs@linux.kernel.org
Subject: Re: Looking for a per user submount...
Date: Tue, 29 Jan 2008 16:26:59 +0100 [thread overview]
Message-ID: <479F45C3.8000800@bononline.nl> (raw)
In-Reply-To: <1201570926.3072.17.camel@raven.themaw.net>
Ian Kent wrote:
> On Mon, 2008-01-28 at 11:11 +0100, Francesco P. Lovergine wrote:
>
>> I was looking for some sort of automounting for per-user subtrees.
>> Essentially I need to bind-mount on demand some per user (users are sql-based)
>> subdir like /path/<user>/mount_point, where /path/<user> is a true dir.
>> I'm missing something or it cannot be performed using autofs without
>> adding each entry explicitly for every users ?
>>
>
> Try something like.
>
> In the master map:
> /topdir /etc/auto.users
>
> In auto.users:
> * :/path/&
>
> Clearly, the automount entries for future mounts aren't known until they
> are triggered, so they can't be seen no matter what options you use.
>
> Ian
>
I've been working on a construction to achieve mounts on a per-user basis.
It's based on a few things:
- a tree in the homedirectory of the logged in user, representing the
Windows network. The shares are
symlinks pointing to the automount path: /mnt/autofs/network/:
/home/sbon/Global Network/Windows Network/BONONLINE/LFS20060812/public ->
/mnt/autofs/network/smb:%%u_sbon@LFS20060812@BONONLINE%public
Now this autofs directory/key (/smb::%%u_sbon@LFS20060812@BONONLINE%public)
does have all the information in it necessary to do a cifs mount.
I can do this because the automounter does not understand the smb
protocol. It just passes the parameters
to the mount program.
Earlier I've been working with a construction where the automounter had
to be started for every user. This new construction does not need this.
Futher this Windows Network representation is build by scripts which
discover the network periodically.
- my auto file looks like:
* -fstype=network :/&
Very short and simple!
Earlier I've been working with submounts ( Ian do you remember this?)
Look at the filesystem network. It does not exist, but I've created a
mount.network wrapper:
- a mount.network wrapper. It's just possible to use this wrapper in
stead of a "normal" filesystem!!
This wrapper does find all the information necessay out of the key
(/smb::%%u_user@HOST@WORKGROUP%share) to call the real mounter mount.cifs!
The automounter is started at boottime with a rc script.
There is only one point which is difficult: for which users the network
representation has to be build.
Any advice appreciated. I'm using a special module in PAM for that
purpose right now, but maybe
there are other ways to do this.
My most recent howto is on:
http://linux.bononline.nl/linux/automountsmbshares/automountsmbshares-page01a.php
An older version is available at:
http://www.howtoforge.com/automatic_discovery_mounting_smb_networkshares
This latest version I will update as soon as I'm ready with the
documentation on my own website.
This construction is working very good. Try it. If you need any help you
can contact me.
Stef Bon
>
> _______________________________________________
> autofs mailing list
> autofs@linux.kernel.org
> http://linux.kernel.org/mailman/listinfo/autofs
>
>
prev parent reply other threads:[~2008-01-29 15:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-28 10:11 Looking for a per user submount Francesco P. Lovergine
2008-01-29 1:42 ` Ian Kent
2008-01-29 14:27 ` Douglas E. Engert
2008-01-29 14:33 ` Francesco Paolo Lovergine
2008-01-29 15:23 ` Douglas E. Engert
2008-02-04 15:57 ` Jeff Moyer
2008-01-29 15:26 ` Stef Bon [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=479F45C3.8000800@bononline.nl \
--to=sbon@bononline.nl \
--cc=autofs@linux.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.