From owner-freebsd-questions Thu Aug 30 6:59:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from relay1.ntu-kpi.kiev.ua (www.ntu-kpi.kiev.ua [212.111.192.161]) by hub.freebsd.org (Postfix) with ESMTP id 7F60D37B405 for ; Thu, 30 Aug 2001 06:59:49 -0700 (PDT) (envelope-from simon@comsys.ntu-kpi.kiev.ua) Received: from comsys.ntu-kpi.kiev.ua (eth0.comsys.ntu-kpi.kiev.ua [10.0.1.184]) by relay1.ntu-kpi.kiev.ua (Postfix) with ESMTP id 016E52EED1; Thu, 30 Aug 2001 16:59:44 +0300 (EEST) Received: from pm5149 (pm514-9.comsys.ntu-kpi.kiev.ua [10.18.54.109]) by comsys.ntu-kpi.kiev.ua (8.11.3/8.11.3) with SMTP id f7UDpbF11391; Thu, 30 Aug 2001 16:51:37 +0300 (EEST) Message-ID: <001001c13151$f579d980$6d36120a@comsys.ntukpi.kiev.ua> From: "Andrey Simonenko" To: "Radhika Sambamurti" Cc: References: <20010830134109.25547.qmail@web9303.mail.yahoo.com> Subject: Re: Cannot mount /dev/ad0s2 Date: Thu, 30 Aug 2001 16:47:41 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 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 ----- Original Message ----- From: Radhika Sambamurti Newsgroups: lucky.freebsd.questions Sent: Thursday, August 30, 2001 5:42 PM Subject: Cannot mount /dev/ad0s2 > Hello, > I am running Freebsd stable (4.3). I have a 9 gig drive, > which also runs Windows 98. The drive is partitioned as > below: > Drive C: type FAT - primary - DOS - 2G > Drive D: type FAT - logical - DOS - 1G > ad0s3 : UFS - my FREEBSD partition. - 4G > > I can mount drive /dev/ad0s1 (primary Dos) without any > problem. When I try to mount my D drive, it says bad > command. > It is bad that you didn't give us exact command line and output of command line you run. Nevertheless I suppose that you have drive D in DOS extended partition. If it is true then run: # /dev/MAKEDEV ad0s5 # mount_msdos -l /dev/ad0s5 /mnt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message