Gentoo Archives: gentoo-user

From: Alexander Puchmayr <alexander.puchmayr@×××××××.at>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] When is a disk not a disk?
Date: Mon, 08 Feb 2010 14:21:26
Message-Id: 201002081520.08941.alexander.puchmayr@linznet.at
In Reply to: [gentoo-user] When is a disk not a disk? by Peter Humphrey
1 Am Montag 08 Februar 2010 01:27:59 schrieb Peter Humphrey:
2 > Hello again List,
3 >
4 > $ sudo fdisk -l
5 >
6 > Unable to seek on /dev/sda
7 >
8 > What am I to make of this? The system runs ok, but apparently the
9 > underlying disk subsystem isn't happy. This box has only the one disk at
10 > the moment. Google doesn't help.
11 >
12 > The box is a new Armari system with an Asus P7P55D motherboard and a
13 > Samsung Spinpoint F3 1TB SATA II hdd.
14 >
15
16 Having read the thread, there are three things that come to my mind:
17
18 1) Have you tried to read from the disk at block zero, i.e. try something like
19 dd if=/dev/sda of=/dev/null bs=512 count=1024
20 This should read half a megabyte from the disk and for your hardisk be
21 finsihed as soon you release the enter key ...
22 Errors? and messages in dmsg?
23
24 2) The dmesg-output you mailed contains a call-trace about calgary. AFAIK
25 calgary is a IOmmu. Have you tried to disable it (try something like appending
26 iommu=none to your kernel commandline).
27 Have you looked for a bios upgrade? maybe you can get rid of the "broken bios"
28 messages this way.
29
30 3) A long time ago, there was a bios option for bootsector-protection, I've
31 never tried this, and I also don't have any idea whether linux sees that in
32 any way. If there is such an option, disable it.
33
34 Greetings
35 Alex

Replies

Subject Author
Re: [gentoo-user] When is a disk not a disk? Paul Hartman <paul.hartman+gentoo@×××××.com>