From: Tucker Cunningham <tucker@intapp.com>
To: linux-fsdevel@vger.kernel.org
Subject: cifs mounting multiple times
Date: Wed, 09 Nov 2005 14:57:38 -0800 [thread overview]
Message-ID: <43727EE2.7020603@intapp.com> (raw)
hi -
I noticed that if you run multiple mount commands for the same cifs share
onto the same mountpoint, mount does not throw an error, it simply
stacks up entries in the mounttab. This seems inconsistent with other
mount commands, which only allow something to be mounted on a mountpoint
once. Is this a feature that I'm unaware of, or a bug?
example:
tucker@buffalo:~/temp$ sudo mount -t cifs //sloth/fs cifs -o
user=tucker,password=*****
tucker@buffalo:~/temp$ sudo mount -t cifs //sloth/fs cifs -o
user=tucker,password=*****
tucker@buffalo:~/temp$ sudo mount -t cifs //sloth/fs cifs -o
user=tucker,password=*****
tucker@buffalo:~/temp$ sudo mount -t cifs //sloth/fs cifs -o
user=tucker,password=*****
tucker@buffalo:~/temp$ mount
/dev/hda1 on / type ext3 (rw,errors=remount-ro)
...
cheetah:/export/usr_local on /auto/usr_local type nfs (ro,addr=192.168.1.7)
//sloth/fs on /home/tucker/temp/cifs type cifs (rw,mand)
//sloth/fs on /home/tucker/temp/cifs type cifs (rw,mand)
//sloth/fs on /home/tucker/temp/cifs type cifs (rw,mand)
//sloth/fs on /home/tucker/temp/cifs type cifs (rw,mand)
tucker@buffalo:~/temp$
Thanks for your help.
-tucker
--
Tucker Cunningham
Integration Appliance Inc.
email: tucker@intapp.com
cell: 650.387.5980
reply other threads:[~2005-11-09 22:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=43727EE2.7020603@intapp.com \
--to=tucker@intapp.com \
--cc=linux-fsdevel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.