Date: Sun, 22 Nov 1998 13:48:11 -0500 From: Randall Hopper <aa8vb@pagesz.net> To: Joel Ray Holveck <joelh@gnu.org> Cc: current@FreeBSD.ORG Subject: Re: 3.0-RELEASE Feedback Message-ID: <19981122134811.A1167@pagesz.net> In-Reply-To: <86ww4no9ng.fsf@detlev.UUCP>; from Joel Ray Holveck on Sun, Nov 22, 1998 at 12:38:27PM -0600 References: <19981122100830.A7061@pagesz.net> <861zmvpqd3.fsf@detlev.UUCP> <19981122131714.A632@pagesz.net> <86ww4no9ng.fsf@detlev.UUCP>
next in thread | previous in thread | raw e-mail | index | archive | help
Joel Ray Holveck: |> stealth : /dev # sh MAKEDEV cd1 | |Sorry, I omitted one minor detail. MAKEDEV syntax means that you use |the number of devices. If you want to create cd0 and cd1's stuff, you |must MAKEDEV cd2 (ie, 2 devices). Ok, that works, but it seems odd. And it appears it isn't applied across the board. For example, when I needed to make my hard drive slice partitions, I needed to explicitly specify the hard drive, slice, and partition to get them. For example: stealth : /dev # rm wd4s1* stealth : /dev # sh MAKEDEV wd4 stealth : /dev # ls -l wd4s1* brw-r----- 1 root operator 0, 0x00020022 Nov 22 13:43 wd4s1 stealth : /dev # sh MAKEDEV wd4s1 stealth : /dev # ls -l wd4s1* brw-r----- 1 root operator 0, 0x00020022 Nov 22 13:43 wd4s1 stealth : /dev # sh MAKEDEV wd4s1e stealth : /dev # ls -l wd4s1* brw-r----- 1 root operator 0, 0x00020022 Nov 22 13:43 wd4s1 brw-r----- 1 root operator 0, 0x00020020 Nov 22 13:43 wd4s1a brw-r----- 1 root operator 0, 0x00020021 Nov 22 13:43 wd4s1b brw-r----- 1 root operator 0, 0x00020022 Nov 22 13:43 wd4s1c brw-r----- 1 root operator 0, 0x00020023 Nov 22 13:43 wd4s1d brw-r----- 1 root operator 0, 0x00020024 Nov 22 13:43 wd4s1e brw-r----- 1 root operator 0, 0x00020025 Nov 22 13:43 wd4s1f brw-r----- 1 root operator 0, 0x00020026 Nov 22 13:43 wd4s1g brw-r----- 1 root operator 0, 0x00020027 Nov 22 13:43 wd4s1h wd4s1e is what I need in this case. If it followed the convention, I'd think a "sh MAKEDEV wd4" would make all possible permutations of all drive/partition/slice for wd0,wd1,wd2,& wd3. |I'll investigate this. I'm not sure about the ediff; the leim I |suspect may be a bug in pkg_add. Thanks, Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981122134811.A1167>