linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* cifs mounting multiple times
@ 2005-11-09 22:57 Tucker Cunningham
  0 siblings, 0 replies; only message in thread
From: Tucker Cunningham @ 2005-11-09 22:57 UTC (permalink / raw)
  To: linux-fsdevel

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-11-09 22:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-09 22:57 cifs mounting multiple times Tucker Cunningham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).