On Fri, May 26, 2006 at 06:01:56PM +0200, Sven Luther wrote: > > Can you access the disk? Eg. hexdump -C /dev/sda > > Trying to partition the disk with parted yielded the last set of debug > messages, and a : Interesting. Using dd, i am able to write some stuff to disk : dd if=/dev/sda of=/tmp/blah count=1 -> hexdump /tmp/blah yields only 0s. dd if=/dev/random of=/dev/sda count=4 (count = 4, because /dev/random outputs blocks of 128 bytes) dd if=/dev/sda of=/tmp/blah count=1 -> hexdump /tmp/blah yield random non-0 content Trying to write past the first block, seems to freeze the disk or someting, at least dd doesn't come back without me ctr-c'ing it. Friendly, Sven Luther - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- References:
- RE: [PATCH/2.6.17-rc4 10/10] bugs fix for marvell SATA on powerp c pl atform
- From: Benjamin Herrenschmidt <[email protected]>
- Re: [PATCH/2.6.17-rc4 10/10] bugs fix for marvell SATA on powerp c pl atform
- From: Jeff Garzik <[email protected]>
- Re: [PATCH/2.6.17-rc4 10/10] bugs fix for marvell SATA on powerp c pl atform
- From: Mark Lord <[email protected]>
- Re: [PATCH/2.6.17-rc4 10/10] bugs fix for marvell SATA on powerp c pl atform
- From: Sven Luther <[email protected]>
- Re: [PATCH/2.6.17-rc4 10/10] bugs fix for marvell SATA on powerp c pl atform
- From: Mark Lord <[email protected]>
- Re: [PATCH/2.6.17-rc4 10/10] bugs fix for marvell SATA on powerp c pl atform
- From: Sven Luther <[email protected]>
- Re: [PATCH/2.6.17-rc4 10/10] bugs fix for marvell SATA on powerp c pl atform
- From: Mark Lord <[email protected]>
- Re: [PATCH/2.6.17-rc4 10/10] bugs fix for marvell SATA on powerp c pl atform
- From: Sven Luther <[email protected]>
- Re: [PATCH/2.6.17-rc4 10/10] bugs fix for marvell SATA on powerp c pl atform
- From: Mark Lord <[email protected]>
- Re: [PATCH/2.6.17-rc4 10/10] bugs fix for marvell SATA on powerp c pl atform
- From: Sven Luther <[email protected]>
- RE: [PATCH/2.6.17-rc4 10/10] bugs fix for marvell SATA on powerp c pl atform
- Prev by Date: Re: [PATCH 03/33] radixtree: hole scanning functions
- Next by Date: Re: [PATCH/2.6.17-rc4 10/10] bugs fix for marvell SATA on powerp c pl atform
- Previous by thread: Re: [PATCH/2.6.17-rc4 10/10] bugs fix for marvell SATA on powerp c pl atform
- Next by thread: Re: [PATCH/2.6.17-rc4 10/10] bugs fix for marvell SATA on powerp c pl atform
- Index(es):