From owner-freebsd-current Sun Jan 21 12:21:59 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA04674 for current-outgoing; Sun, 21 Jan 1996 12:21:59 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA04669 for ; Sun, 21 Jan 1996 12:21:53 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id HAA22755; Mon, 22 Jan 1996 07:17:13 +1100 Date: Mon, 22 Jan 1996 07:17:13 +1100 From: Bruce Evans Message-Id: <199601212017.HAA22755@godzilla.zeta.org.au> To: current@FreeBSD.ORG, freebsd@hopf.math.purdue.edu Subject: Re: MSDOS extended partitions in -current Sender: owner-current@FreeBSD.ORG Precedence: bulk >What support if any is there supposed to be for MSDOS fs in extended >partitions? On my -current, mount_msdos /dev/(some-extented-msdos-part) >reboots the machine. It's supposed to work the same as for an primary partition: mount -t msdos /dev/slice-containing-msdos-file-system /mountpoint where the slice is one of s5-s30 (never a raw extended partition, er slice, s1-s4). Bruce