From owner-freebsd-current Wed Jan 7 06:04:46 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA29457 for current-outgoing; Wed, 7 Jan 1998 06:04:46 -0800 (PST) (envelope-from owner-freebsd-current) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA29435 for ; Wed, 7 Jan 1998 06:04:41 -0800 (PST) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id GAA11334 for current@freebsd.org; Wed, 7 Jan 1998 06:04:38 -0800 (PST) Date: Wed, 7 Jan 1998 06:04:38 -0800 (PST) Message-Id: <199801071404.GAA11334@freefall.freebsd.org> To: current@FreeBSD.ORG Subject: DEVFS-11 Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk One little change and a fix change.. You can now newfs /dev/rsd0 and mount it (/dev/sd0) without ever disklabelling it. (its just a pile of blocks, why not have a FS on it?) This is a byproduct of the fact that all slices appear identical, whether or not they are subslices of subslices of subslices, or just a whole raw disk. More interesting is the capacity to newfs and mount an MBR slice (e.g. wd0s2) without going to the extra step of adding the disklabel. Of course you need to disklabel to make a BOOTABLE part. :) This is "Even more dangeroulsy dedicated mode" It is more useful for the floppy where you can now do: newfs /dev/rfd0 floppy3 Without the disklabel step. and still mount it. This wan't the AIM but it's a byproduct of the aim of making all disk abstractions identical. fix: Can now mount filesystems from floppies again without crashing the system. (Thanks to Mike Smith for falling into that pit..) julian This may be the version that gets checked in (Branch JULIAN_SLICES).