Comment 4 for bug 444500

Revision history for this message
Alecz20 (alexguzu) wrote :

I have two shares mounted in /etc/fstab:

//server/alex /home/alex-server cifs users,credentials=/home/alex/.smbcredentials,user=alex,iocharset=utf8,file_mode=0700,dir_mode=0700,uid=alex,gid=alex,auto

//server/server /home/server cifs users,credentials=/home/alex/.smbcredentials,user=alex,iocharset=utf8,file_mode=0775,dir_mode=0775,uid=alex,gid=alex,auto

Regardless of the order or the names the share on //server/alex appears twice in the removable devices, and if it does not appear at boot-up , it will generate the error message posted in Comment #2.

After the error message, that share will be duplicated.

If I unmount, and re-mount, the share is not duplicated, but again, after a few minutes, the error appears, and the duplicate appears with it.

I hope this will help solve the bug, since I saw this occurring on a few systems already.