From owner-freebsd-hackers Tue Nov 26 15:28:59 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA03693 for hackers-outgoing; Tue, 26 Nov 1996 14:36:28 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA03670; Tue, 26 Nov 1996 14:36:22 -0800 (PST) Received: from bnr.ca (x400gate.nortel.ca [192.58.194.73]) by who.cdrom.com (8.7.5/8.6.11) with SMTP id LAA12932 ; Tue, 26 Nov 1996 11:47:41 -0800 (PST) Message-Id: <199611261947.LAA12932@who.cdrom.com> Received: from bcarsfba by bnr.ca id <19961126160657-1@bnr.ca>; Tue, 26 Nov 1996 11:07:43 -0500 Received: from bnr.ca by bcarsfba.bnr.ca id <29339-0@bcarsfba.bnr.ca>; Tue, 26 Nov 1996 11:01:17 -0500 Date: 26 Nov 1996 10:43 EST To: akiyama@kme.mei.co.jp Cc: freebsd-scsi@FreeBSD.org, hackers@FreeBSD.org, joerg_wunsch@uriah.heep.sax.de, peter@taronga.com From: "barry (b.a.) scott" Subject: Re: Drive with 1024 byte logical blocks Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > I'm only using /sbin/disklabel, but never got a problem. > /sbin/fdisk ..., humm, it's not worked for 1024/2048 byte/sector > media. newfs has tests that the last sector on the new file system can be written. It writes a 512 byte sector to do this test. If this works then you cannot have reliable error checking in your code. It is an error to attempt to write to 1/2 of a sector. BArry