Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2004 14:56:45 -0500 (EST)
From:      Jerry McAllister <jerrymc@clunix.cl.msu.edu>
To:        osmany.guirola@cigb.edu.cu (Osmany Guirola Cruz)
Cc:        freebsd-questions@freebsd.org
Subject:   Re: mount questions
Message-ID:  <200402241956.i1OJukI28893@clunix.cl.msu.edu>
In-Reply-To: <1077652140.719.2.camel@draco.cigb.edu.cu> from "Osmany Guirola Cruz" at Feb 24, 2004 02:49:01 PM

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> I need mount a fat32 partition in two diferent places.
> when i try to do it the second time the system says device busy.. 
> What can i do? 

Why would you need to mount it in two different places (I presume
you mean at the same time)?

If you want to use it as a different file path string, then
mount it one way and create a symlink to it with the other
name.

Or, if they don't need to both be mounted at the same time, you need to 
umount it from one mount in order to mount it the other way.  It doesn't 
like two separate mounts of the same device at the same time.

////jerry



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402241956.i1OJukI28893>