Did not receive answer within 30 days, therefore this report is being
closed. Please feel free to reopen with the necessary information.
Thanks
** Changed in: util-linux (Ubuntu)
Assignee: Ralph Janke => (unassigned)
Status: Incomplete => Invalid
--
mount fails to recognize existing
Might the problem be that you have specified the drives in fstab with \\
and \ instead of // and /?
Try to change
\\server.localnet\filesharing-incoming
into
//server.localnet/filesharing-incoming
and see if this solves you problem.
Thanks
--
mount fails to recognize existing mounts of cifs
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:
\\serv
Thanks for submitting this report. Could you please provide us with more
information?
Was the share previously mounted with mount -a or manually? What version
of ubuntu do you use?
Thanks
** Changed in: util-linux (Ubuntu)
Assignee: (unassigned) => Ralph Janke
Status: New => Incomple