Menu

#97 smbmount get mounted several times

pam_mount
pending-invalid
pam_mount (94)
5
2011-07-29
2011-07-29
Anonymous
No

when we use smbmount, the pmt_smtab_mounted doesn't work on some platform :

cat /etc/mtab

...
//sambaserver/sambashare/ /mnt/sambashare cifs rw,mand 0 0
...

There is a trailing "/" in the share name of the first field, this causes pmt_smtab_mounted to fail if there is not trailing "/" in the path= field of the volume, while this is optional...

You can still make it work by adding the trailing "/" to the volume path...

Discussion

  • Jan Engelhardt

    Jan Engelhardt - 2011-07-29

    This is a samba problem (it falsely adds a slash), cf. http://bugs.debian.org/620818

     
  • Jan Engelhardt

    Jan Engelhardt - 2011-07-29
    • status: open --> pending-invalid
     

Log in to post a comment.