From owner-freebsd-current Sun Jan 21 12:47:35 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA05517 for current-outgoing; Sun, 21 Jan 1996 12:47:35 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA05512 for ; Sun, 21 Jan 1996 12:47:33 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id MAA01658; Sun, 21 Jan 1996 12:45:13 -0800 To: Bruce Evans cc: current@FreeBSD.ORG, freebsd@hopf.math.purdue.edu Subject: Re: MSDOS extended partitions in -current In-reply-to: Your message of "Mon, 22 Jan 1996 07:17:13 +1100." <199601212017.HAA22755@godzilla.zeta.org.au> Date: Sun, 21 Jan 1996 12:45:13 -0800 Message-ID: <1656.822257113@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-current@FreeBSD.ORG Precedence: bulk Of course, the errors still shouldn't reboot the machine. :-) Jordan > >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