From owner-freebsd-questions@FreeBSD.ORG Tue Feb 24 11:56:53 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D77EA16A4CE for ; Tue, 24 Feb 2004 11:56:53 -0800 (PST) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 459F443D2D for ; Tue, 24 Feb 2004 11:56:53 -0800 (PST) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i1OJukI28893; Tue, 24 Feb 2004 14:56:46 -0500 (EST) From: Jerry McAllister Message-Id: <200402241956.i1OJukI28893@clunix.cl.msu.edu> To: osmany.guirola@cigb.edu.cu (Osmany Guirola Cruz) Date: Tue, 24 Feb 2004 14:56:45 -0500 (EST) In-Reply-To: <1077652140.719.2.camel@draco.cigb.edu.cu> from "Osmany Guirola Cruz" at Feb 24, 2004 02:49:01 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: mount questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2004 19:56:54 -0000 > > 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