Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Aug 1995 13:50:43 -0700
From:      "Russell L. Carter" <rcarter@geli.com>
To:        bde@zeta.org.au, hackers@freebsd.org, jdl@chrome.onramp.net
Subject:   Re: /etc/disktab and stuff
Message-ID:  <199508302050.NAA22288@geli.clusternet>

next in thread | raw e-mail | index | archive | help

|From: Bruce Evans <bde@zeta.org.au>
|Something like the following should work, but I'm less sure about it:
|
|	disklabel /dev/rsd1 >/etc/label.sd1	# get sub-minimal label
|	vi /etc/label.sd1			# fix deficiencies in label;
|						# partition as required
|	disklabel -R -r sd1 /etc/label.sd1
|

Would this work with the ncr controller, which has trouble guessing
the right parameters with large drives?  I can see an opportunity 
for a lot of experimenting on both the msdog/FreeBSD sides getting
an initial set of parameters that would work with fdisk.

Maybe that group of hackers-to-be could rip out the slicing/labelling
part of sysinstall and build a standalone utility with it.

Russell



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508302050.NAA22288>