Re: svn commit: r185588 - head/sbin/newfs

2008-12-09 Thread Peter Wemm
On Mon, Dec 8, 2008 at 11:17 PM, Paul Saab <[EMAIL PROTECTED]> wrote: > This requires all devices end in 'a' - 'h'. This breaks newfsing zfs > volumes with arbitrary names, It also would be wrong in a whole bunch of other scenarios: [EMAIL PROTECTED]:07AM]~/fbp4-1132> cat /etc/fstab /dev/twed0p2

Re: svn commit: r185588 - head/sbin/newfs

2008-12-08 Thread Paul Saab
This requires all devices end in 'a' - 'h'. This breaks newfsing zfs volumes with arbitrary names, On Wed, Dec 3, 2008 at 10:37 AM, Luigi Rizzo <[EMAIL PROTECTED]> wrote: > Author: luigi > Date: Wed Dec 3 18:36:59 2008 > New Revision: 185588 > URL: http://svn.freebsd.org/changeset/base/185588 >

svn commit: r185588 - head/sbin/newfs

2008-12-03 Thread Luigi Rizzo
Author: luigi Date: Wed Dec 3 18:36:59 2008 New Revision: 185588 URL: http://svn.freebsd.org/changeset/base/185588 Log: Enable operation of newfs on plain files, which is useful when you want to prepare disk images for emulators (though 'makefs' in port can do something similar). This