Results 1 to 2 of 2
on my sled 11 i added the machine to windows AD domain.
i managed to mount cifs shares from windows fileserver successfully using pam_mount, after modifying the pam_mount.conf.xml file
we ...
- 04-01-2009 #1Just Joined!
- Join Date
- Mar 2008
- Location
- navi mumbai, india
- Posts
- 41
Re: pam_mounted cifs shares get unmounted upon inserting USB
on my sled 11 i added the machine to windows AD domain.
i managed to mount cifs shares from windows fileserver successfully using pam_mount, after modifying the pam_mount.conf.xml file
we have around 150 users in different departments and each bunch of users have different set of drives (total no. of shared drives in the windows file server is close to 30). So i stored a single pam_mount conf file on an ftp server and regularly sync it with all the machines using cron jobs and wget.
the drives mount flawlessly and work fine for all users.
the issue which i face is, when any user inserts a USB storage device like a pendrive, the cifs mounted drives get unmounted.
i dont know what the reason is.
http://sites.google.com/site/techwor...ome/sled11.avi
VLC player should be able to play this file.
this is sample pam_mount.conf.xml file in my testing lab...
any clues? thank you ...Code:. . . <!-- Volume definitions --> <volume user="*" fstype="cifs" server="192.168.5.215" path="share1" mountpoint="~/share1"/> <volume user="*" fstype="cifs" server="192.168.5.215" path="share2" mountpoint="~/share2"/> <volume user="*" fstype="cifs" server="192.168.5.215" path="share3" mountpoint="~/share3"/> <volume user="*" fstype="cifs" server="192.168.5.216" path="dom2share1" mountpoint="~/dom2share1"/> <volume user="*" fstype="cifs" server="192.168.5.216" path="domshare2" mountpoint="~/domshare2"/> <volume user="*" fstype="cifs" server="192.168.5.215" path="everyone" mountpoint="~/everyone"/> . . .
- 04-02-2009 #2Just Joined!
- Join Date
- Mar 2008
- Location
- navi mumbai, india
- Posts
- 41
no clues?


Reply With Quote