From owner-freebsd-hackers Mon Jun 12 21:30:08 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA22599 for hackers-outgoing; Mon, 12 Jun 1995 21:30:08 -0700 Received: from rah.star-gate.com (bettina.star-gate.com [204.188.121.18]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id VAA22593 for ; Mon, 12 Jun 1995 21:30:06 -0700 Received: from localhost.v-site.net (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.6.11/8.6.9) with SMTP id VAA05044; Mon, 12 Jun 1995 21:17:26 -0700 Message-Id: <199506130417.VAA05044@rah.star-gate.com> X-Authentication-Warning: rah.star-gate.com: Host localhost.v-site.net didn't use HELO protocol X-Mailer: exmh version 1.6delta 4/7/95 To: Poul-Henning Kamp cc: freebsd-hackers@freebsd.org Subject: Re: Extended DOS partition support? In-reply-to: Your message of "Mon, 12 Jun 1995 21:21:59 PDT." <199506130421.VAA24763@ref.tfs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 12 Jun 1995 21:17:25 -0700 From: Amancio Hasty Sender: hackers-owner@freebsd.org Precedence: bulk >>> Poul-Henning Kamp said: > > I am curious where is this slice stuff documented. > > On my system, which I suped and "make world" on saturday. > > MAKEDEV does not create a /dev/wd0s5 so I created one. When I tried > > mount -t msdos /dev/wd0s5 , the system claims that the device is not > > configured. Fine, so I went down the list till /dev/wd0s1 which seems to work > > on my system over here. > > wd0s1 isn't an extended DOS partition. > # mount -t msdos /dev/wd0s1 /dos rah# Jun 12 21:16:29 rah /kernel: wd0s1: type 0x6, start 35, end = 243879, size 243845 : OK Jun 12 21:16:29 rah /kernel: wd0s1: type 0x6, start 35, end = 243879, size 243845 : OK rah# ls /dos 0setup.tmp config.01 foo.bat nackexp.zip sw32.env 1280.reg config.16s foo.cfg nbwin talisman 801.205 config.8s foo.s3 net.com task.lst a.bat config.bak football.2mb oemsetup.inf tasm Amancio