Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!sri-unix!clark.wbst@PARC-MAXC.ARPA From: clark.wbst@PARC-MAXC.ARPA Newsgroups: net.unix Subject: Re: Raw vs. block device. I'm confused. Message-ID: <15354@sri-arpa.UUCP> Date: Mon, 9-Jan-84 08:12:00 EST Article-I.D.: sri-arpa.15354 Posted: Mon Jan 9 08:12:00 1984 Date-Received: Sun, 15-Jan-84 01:23:55 EST Lines: 7 A raw device does not go through the buffer pool... this has some side effects like you have to read and write in integer multiples of physical blocks (sectors), starting on block boundries. Also, a raw file system is defined in terms of sectors - an offset and a length. I do not THINK there is anything to prevent you from going beyond there and tromping on the next file system. --Ray