From owner-freebsd-current Sat Oct 3 19:17:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA12659 for freebsd-current-outgoing; Sat, 3 Oct 1998 19:17:50 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA12573 for ; Sat, 3 Oct 1998 19:17:18 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id MAA16510; Sun, 4 Oct 1998 12:16:50 +1000 Date: Sun, 4 Oct 1998 12:16:50 +1000 From: Bruce Evans Message-Id: <199810040216.MAA16510@godzilla.zeta.org.au> To: ccsanady@friley-185-114.res.iastate.edu, freebsd-current@FreeBSD.ORG Subject: Re: Partition weirdness.. Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >On 2 of my bios partitions, I can not write to the second sector. Doing >so will cause the following: > >friley-185-114:/# dd if=/dev/zero of=/dev/rda0s4e bs=512 count=1 seek=1 >dd: /dev/rda0s4e: Read-only file system > >If I seek past 2 sectors, or only write the first sector, I have no >trouble. Does anyone know what might be causing this? My disklabel, >and fdisk output follow.. The second sector contains the disk label and is write protected except when it is temporarily unprotected by disklabel(8) and newfs(8) to write the label. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message