[CentOS] auto mounting group shares

2010-02-08 Thread Carlos Santana
I am using autofs to mount user's home and group directories. The
setup works fine for home directories which are mounted after user
logs in. The group shares are also mounted, but user has to manually
do cd  or ls command on group shares, e.g.: ls /groups/chemistry will
mount chemistry group share. Is there any way to mount group shares
automatically?
I noticed that after successful login 'some program' performs chdir
(cd) which probably tells autofs to mount home dirs. Which program
does this operation? Is there any way to do this for group shares
also?

-
CS.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] auto mounting group shares

2010-02-08 Thread Arvind P R
The pam mount module might help you. Check its man pages.

On 2/8/10, Carlos Santana neu...@gmail.com wrote:
 I am using autofs to mount user's home and group directories. The
 setup works fine for home directories which are mounted after user
 logs in. The group shares are also mounted, but user has to manually
 do cd  or ls command on group shares, e.g.: ls /groups/chemistry will
 mount chemistry group share. Is there any way to mount group shares
 automatically?
 I noticed that after successful login 'some program' performs chdir
 (cd) which probably tells autofs to mount home dirs. Which program
 does this operation? Is there any way to do this for group shares
 also?

 -
 CS.
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos