Subject: Re: disklabel problem
To: Wes Brown <wes@prozac.eeap.cwru.edu>
From: Tony Povoas <tony@ing.iac.es>
List: port-hp300
Date: 04/08/1997 18:12:55
I'm now getting errors that the disk is read only which is news to me! Any
other ideas? ( I've tried disklabel -W)
dd if=/dev/rsd0c of=/dev/rsd1c count=3
Dec 9 13:55:35 marat /netbsd: sd1: WARNING: no disk label, using old
default partitioning
dd: /dev/rsd1c: Read-only file system
3+0 records in
2+0 records out
1024 bytes transferred in 1 secs (1024 bytes/sec)
After that disklabel -r reports no label on the disk :-(
Thanks for any ideas
Tony
On Mon, 7 Apr 1997, Wes Brown wrote:
> > I'm trying to disklabel a second SCSI disk on my system however disklabel
> > reports the following errors:
> >
> > disklabel -w -B sd1 sdsg42100
> > disklabel: Dec 9 13:11:45 marat /netbsd: sd1: WARNING: no disk label,
> > using old default partitioning
> > warning, boot overlaps partition c, marked as FS_BOOT
> > disklabel: ioctl DIOCSDINFO: Open partition would move or shrink
> > marat# Dec 9 13:11:45 marat /netbsd: sd1: WARNING: no disk label, using
> > old default partitioning
> >
> > The new disk label is fine and what I want to use, how can I persuade
> > NetBSD to let me label it?
> >
> > Thanks
> >
> > Tony
>
> Try this. It has worked for me. Assuming that your first SCSI Disk is
> working with a label on it.
> dd if=/dev/rsd0c of=/dev/rsd1c count=3
>
> Now you can `disklabel -e -r /dev/rsd1c`
> Just suck in the label that you want from a file once you get into the
> editor.
>
> Wes
> ---
> Wes Brown
> ewb4@po.cwru.edu wes@prozac.cwru.edu
> http://prozac.cwru.edu/wes/About.me.html
> KB8TGR
>