From owner-freebsd-questions Thu Aug 23 15:27:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id E212037B40B for ; Thu, 23 Aug 2001 15:27:12 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id E55132B6A3; Fri, 24 Aug 2001 00:27:09 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id CA38527; Fri, 24 Aug 2001 08:27:04 +1000 (EST) Date: Fri, 24 Aug 2001 08:27:04 +1000 From: Edwin Groothuis To: Timothy Luoma Cc: FBSD questions Subject: Re: mount questions continued Message-ID: <20010824082704.Q459@k7.mavetju.org> Mail-Followup-To: Edwin Groothuis , Timothy Luoma , FBSD questions References: <200108232211.f7NMB0j22245@svr-ganmtc-appserv-mgmt.ncf.coxexpress.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200108232211.f7NMB0j22245@svr-ganmtc-appserv-mgmt.ncf.coxexpress.com>; from luomat@peak.org on Thu, Aug 23, 2001 at 06:10:46PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Aug 23, 2001 at 06:10:46PM -0400, Timothy Luoma wrote: > I tried several versions like > > mount_msdos /dev/ad0s2d /win > > and keep getting > > /win does not exist > > (Of course it doesn't exist, that's why I'm trying to > mount it there) I think it's more complaining about the fact that the directory /win doesn't exist yet. Make it and you'll see a different error. > I'm guessing I have the device name wrong. How can I > figure out the correct device name? guess. try. repeat. for i in /dev/ad0s*; do mount_msdos $i /win; done At the end, if you do "mount" or "df", you'll see which one was valid :-) Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message