From owner-freebsd-questions Wed Oct 15 14:45:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA07527 for questions-outgoing; Wed, 15 Oct 1997 14:45:45 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA07471; Wed, 15 Oct 1997 14:45:36 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id OAA25049; Wed, 15 Oct 1997 14:38:54 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd025044; Wed Oct 15 21:38:52 1997 Message-ID: <3445379D.446B9B3D@whistle.com> Date: Wed, 15 Oct 1997 14:37:33 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: Jason Alan Nordwick CC: Jacques Hugo , questions@FreeBSD.ORG, hackers@FreeBSD.ORG Subject: Re: damn, damn, damn ... getting confused here. References: <344476E5.31DFF4F5@wired.ctech.ac.za> <19971015203230.7404.qmail@scheme.xcf.berkeley.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Jason Alan Nordwick wrote: > > Jacques Hugo, on Wed 10/15/1997, wrote the following: > > > > Hi there ... hope you can help. > > > > What is the difference between a device like > > /dev/vn0 and /dev/vn0c ?? > > > > What does the 'c' mean? > > > > Thanks. > > > > -Jacques > > IT is a character device, rather than a block device. no it is not. it is a dummy partition to maintain compatibility because some software assumes there will be a 'c' partition that represents the whole device. > > I understand the distinction between raw and cooked (old > terminolgy ?), but besides tty's, is there any other form of > "cooked" devices ? not really, but disks are block or raw (char). tapes can (not in freeBSD) have a block interface. > > jay > -- > Join the FreeBSD Revolution! > http://xcf.berkeley.edu/~nordwick