Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!sri-unix!cepu!scw@ucla-locus From: scw%ucla-locus@cepu.UUCP Newsgroups: net.unix Subject: Re: Raw vs. block device. I'm confused. Message-ID: <15446@sri-arpa.UUCP> Date: Fri, 13-Jan-84 11:01:00 EST Article-I.D.: sri-arpa.15446 Posted: Fri Jan 13 11:01:00 1984 Date-Received: Mon, 16-Jan-84 01:14:41 EST Lines: 17 From: Steve Woods I seem to remember a warning once that doing a read on a raw . . . end of buffer! Is this true? Does it depend on the device controller? No, but it does depend on the controller. All DEC controllers will read as many bytes as you tell them to read, when writing however they will write a full sector (disks) padding the sector with zero bytes up to its full length. Tape records will exactly as long as you tell them to be, within the limits of the controller (some tape controllers require an even number of bytes).