Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jul 2007 19:33:12 +0100
From:      Anton Shterenlikht <mexas@bristol.ac.uk>
To:        Nikos Ntarmos <ntarmos@ceid.upatras.gr>
Cc:        freebsd-alpha@freebsd.org
Subject:   Re: partitioning program does not see scsi disk
Message-ID:  <20070719183312.GA47203@mech-aslap33.men.bris.ac.uk>
In-Reply-To: <20070719174754.GA14288@diogenis.ceid.upatras.gr>
References:  <20070719120010.GA43146@mech-aslap33.men.bris.ac.uk> <20070719174754.GA14288@diogenis.ceid.upatras.gr>

next in thread | previous in thread | raw e-mail | index | archive | help
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



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