If you try to mount a local filesystem which is allready mounted, mount will fail. If you try to mount allready mounted CIFS shares they will be mounted on top of the allready existing mount. Mount fails to recognize that the share is allready mounted.
entries in /etc/fstab look like this: \\server.localnet\filesharing-incoming /mnt/server.localnet/filesharing/ cifs auto,users,user=user,password=***,uid=user,gid=user,noperm,iocharset=utf8 0 0 \\server.localnet\Dateien\040und\040Dokumente /mnt/server.localnet/docs cifs auto,users,user=user,password=***,uid=user,gid=user,noperm,iocharset=utf8 0 0 \\server.localnet\Transfer /mnt/server.localnet/transfer cifs auto,users,user=user,password=***,uid=user,gid=user,noperm,iocharset=utf8 0 0 \\server.localnet\user /mnt/server.localnet/user cifs auto,users,user=user,password=***,uid=user,gid=user,noperm,iocharset=utf8 0 0 cat /proc/mounts shows this: //server.localnet/filesharing-incoming /mnt/server.localnet/filesharing cifs rw,mand,nosuid,nodev,noexec,unc=\\server.localnet\filesharing-incoming,username=user,rsize=16384,wsize=57344 0 0 //server.localnet/Dateien\040und\040Dokumente /mnt/server.localnet/docs cifs rw,mand,nosuid,nodev,noexec,unc=\\server.localnet\Dateien und Dokumente,username=user,rsize=16384,wsize=57344 0 0 //server.localnet/Transfer /mnt/server.localnet/transfer cifs rw,mand,nosuid,nodev,noexec,unc=\\server.localnet\Transfer,username=user,rsize=16384,wsize=57344 0 0 //server.localnet/user /mnt/server.localnet/user cifs rw,mand,nosuid,nodev,noexec,unc=\\server.localnet\user,username=user,rsize=16384,wsize=57344 0 0 Everytime I do "mount -a" the CIFS shares are mounted again. After a fresh boot they are mounted twice. I suspect by mountall and mountnfs. Right behaviour would be to not mount allready mounted filesystems!? Ubuntu version is Feisty Fawn -- mount fails to recognize existing mounts of cifs shares https://bugs.launchpad.net/bugs/54248 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
