From owner-freebsd-questions Wed Mar 11 13:34:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA15082 for freebsd-questions-outgoing; Wed, 11 Mar 1998 13:34:07 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dt050ndd.san.rr.com (root@dt050ndd.san.rr.com [204.210.31.221]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA14955 for ; Wed, 11 Mar 1998 13:33:39 -0800 (PST) (envelope-from Studded@dal.net) Received: from dal.net (dougdougdougdoug@localhost [127.0.0.1]) by dt050ndd.san.rr.com (8.8.8/8.8.8) with ESMTP id NAA03866; Wed, 11 Mar 1998 13:33:22 -0800 (PST) (envelope-from Studded@dal.net) Message-ID: <35070321.CECE085A@dal.net> Date: Wed, 11 Mar 1998 13:33:21 -0800 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.6-BETA-0310 i386) MIME-Version: 1.0 To: pstephan@cs.cmu.edu CC: freebsd-questions@FreeBSD.ORG Subject: Re: Problems mounting extended DOS partition References: <1386.889646894@N2.SP.CS.CMU.EDU> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG pstephan@cs.cmu.edu wrote: > > Hi, > > I know that it shouldn't be hard, but I am unable to mount > my extended DOS partition from FreeBSD. I don't have any > problem mounting my primary DOS partition. Here's the message > that I get when I try to mount it: > > # mount_msdos /dev/wd0s3 /dos > mount_msdos: /dev/wd0s3: Invalid argument The first extended DOS partition is known to the system as slice 5. So you would want to use mount -t msdos /dev/wd0s5 /dos instead. Good luck, Doug -- *** Chief Operations Officer, DALnet IRC network *** *** Proud operator, designer and maintainer of the world's largest *** Internet Relay Chat server. 5,328 clients and still growing. *** Try spider.dal.net on ports 6662-4 (Powered by FreeBSD) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message