Return to BSD News archive
Received: by minnie.vk1xwt.ampr.org with NNTP id AA1132 ; Tue, 23 Feb 93 14:27:25 EST Newsgroups: comp.unix.bsd Path: sserve!manuel.anu.edu.au!munnari.oz.au!spool.mu.edu!yale.edu!ira.uka.de!sol.ctr.columbia.edu!news.unomaha.edu!nevada.edu!jimi!taj.cs.unlv.edu!crystal From: crystal@taj.cs.unlv.edu (David Moore) Subject: Help with 386bsd's disklabel syntax Message-ID: <1993Feb11.041845.22976@unlv.edu> Sender: news@unlv.edu (News User) Reply-To: crystal@taj.cs.unlv.edu (David Moore) Organization: UNLV Computer Science and Electrical Engineering Date: Thu, 11 Feb 93 04:18:45 GMT Lines: 11 When using disklabel with the '-w' (write label) option, it requires the the drive name (no problem -> 'wd0' ) then the 'type' (problem) what are some valid sequences for the type. I have tried to stumble upon some by trying '46''wd0a' 'hard disk" ... and such, but I haven't had any luck. Can any one give meany suggestions? here's what I have ::: # disklabel -w wd0 _________ Some background: I am trying to write a new disklabel because when I install into a partition the wd0 drive receives a disklabel that has 'RPM = 0'. When the disk has this label I cannot mount it, but when I change it ( with 'disklabel -e wd0' ) to 'RPM = 3600' I am able to mount the drive. This sounds like progress to me, but when I reboot, the disklabel returns to it's old form. arggh! I think this is the reason why I cannot boot from the hard drive. Any comments?