Re: partitioning program does not see scsi disk

Anton Shterenlikht <[email protected]>
Newsgroups gmane.os.freebsd.devel.alpha
Message-ID <[email protected]>
On Thu, Jul 19, 2007 at 08:47:55PM +0300, Nikos Ntarmos wrote:
> Hi there.
> 
> On Thu, Jul 19, 2007 at 01:00:11PM +0100, Anton Shterenlikht wrote:
> > and I can see the disk detected correctly by sym during boot:
> [...]
> > but after that I cannot see the disk (this is a screen copy):
> 
> This is usually caused by the disk not having a bsd disklabel, which
> is (also usually) corrected with a
> # disklabel -W da0; dd if=/dev/null of=/dev/rda0c bs=8k count=1
> 
> > Now, how do I do that? Do I actually need to remove the disk from
> > alpha and put in some other unix box?
> 
> It's been years since I last installed FreeBSD/alpha but I seem to
> remember there was a shell fired up on VTY4 (and there is always the
> "Fixit" sysinstall(8) option that drops you to a shell).

thanks, I already figured this out. The actual commands were:

Fixit# dd if=/dev/zero of=/dev/da0 bs=512 count=32
32+0 records in
32+0 records out
16384 bytes transferred in 0.445921 secs (36742 bytes/sec)
Fixit# bsdlabel -w da0

I'm thinking of adding a short paragraph on this under
4.2 Common Installation Problems for Alpha/AXP Architecture Users
in FreeBSD/alpha 6.2-RELEASE Installation Instructions
http://www.freebsd.org/releases/6.2R/installation-alpha.html
(that section is empty at present).

thanks a lot
anton

-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 928 8233 
Fax: +44 (0)117 929 4423
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-alpha
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.