Re: type of softraid

2008-12-17 Thread Michael
Hi, 8192string marcCRAMOpenBSD softraid > 8200 long&0x >0 version %u >> 8244 long&0x RAID 0 >> 8244 long&0x 0001RAID 1 >> 8244 long&0x 0041AOE targ

Re: type of softraid

2008-12-13 Thread Marco Peereboom
first entry in teh google overlord tracking machine: http://en.wikipedia.org/wiki/Hexadecimal On Sat, Dec 13, 2008 at 04:08:48PM +0100, Cesare Gargano wrote: > ok, so what does 0x4c means? > > regards, > c. > > On 13/12/08 08:52 -0600, Marco Peereboom wrote: > > Crypto > > > > On Sat, Dec 13, 2

Re: type of softraid

2008-12-13 Thread Cesare Gargano
ok, so what does 0x4c means? regards, c. On 13/12/08 08:52 -0600, Marco Peereboom wrote: > Crypto > > On Sat, Dec 13, 2008 at 03:42:27PM +0100, Cesare Gargano wrote: > > On 12/12/08 11:07 -0600, Marco Peereboom wrote: > > > It isn't pretty but: > > > dd if=/dev/wd1a skip=8244 bs=1 count=4 | hexd

Re: type of softraid

2008-12-13 Thread Marco Peereboom
Crypto On Sat, Dec 13, 2008 at 03:42:27PM +0100, Cesare Gargano wrote: > On 12/12/08 11:07 -0600, Marco Peereboom wrote: > > It isn't pretty but: > > dd if=/dev/wd1a skip=8244 bs=1 count=4 | hexdump -C > > 4+0 records in > > 4+0 records out > > 4 bytes transferred in 0.001 secs (3263 bytes/sec) >

Re: type of softraid

2008-12-13 Thread Cesare Gargano
On 12/12/08 11:07 -0600, Marco Peereboom wrote: > It isn't pretty but: > dd if=/dev/wd1a skip=8244 bs=1 count=4 | hexdump -C > 4+0 records in > 4+0 records out > 4 bytes transferred in 0.001 secs (3263 bytes/sec) > 41 00 00 00 |A...| > 0004 > > w

Re: type of softraid

2008-12-13 Thread Michael
Hi, Stuart Henderson schrieb: > On 2008-12-12, Stuart Henderson wrote: >> On 2008-12-12, Marco Peereboom wrote: >>> It isn't pretty but: >>> dd if=/dev/wd1a skip=8244 bs=1 count=4 | hexdump -C >>> 4+0 records in >>> 4+0 records out >>> 4 bytes transferred in 0.001 secs (3263 bytes/sec) >>> 0

Re: type of softraid

2008-12-13 Thread Michael
Hi, > It isn't pretty but: > dd if=/dev/wd1a skip=8244 bs=1 count=4 | hexdump -C > 4+0 records in > 4+0 records out > 4 bytes transferred in 0.001 secs (3263 bytes/sec) > 41 00 00 00 |A...| > 0004 > > wd1a is the cooked RAID partition. In this c

Re: type of softraid

2008-12-12 Thread Stuart Henderson
On 2008-12-12, Stuart Henderson wrote: > On 2008-12-12, Marco Peereboom wrote: >> It isn't pretty but: >> dd if=/dev/wd1a skip=8244 bs=1 count=4 | hexdump -C >> 4+0 records in >> 4+0 records out >> 4 bytes transferred in 0.001 secs (3263 bytes/sec) >> 41 00 00 00

Re: type of softraid

2008-12-12 Thread Stuart Henderson
On 2008-12-12, Marco Peereboom wrote: > It isn't pretty but: > dd if=/dev/wd1a skip=8244 bs=1 count=4 | hexdump -C > 4+0 records in > 4+0 records out > 4 bytes transferred in 0.001 secs (3263 bytes/sec) > 41 00 00 00 |A...| > 0004 Here's a fragm

Re: type of softraid

2008-12-12 Thread Marco Peereboom
It isn't pretty but: dd if=/dev/wd1a skip=8244 bs=1 count=4 | hexdump -C 4+0 records in 4+0 records out 4 bytes transferred in 0.001 secs (3263 bytes/sec) 41 00 00 00 |A...| 0004 wd1a is the cooked RAID partition. In this case this is an AOE tar

Re: type of softraid

2008-12-12 Thread Michael
Todd T. Fries schrieb: > tried > > bioctl -h softraid0 > lately? Well, yes... but it only works if I already activated the softraid device... # bioctl -h softraid0 Volume Status Size Device softraid0 0 Online 3.8G sd1 CRYPTO 0 Online 3

Re: type of softraid

2008-12-12 Thread Todd T. Fries
tried bioctl -h softraid0 lately? -- Todd Fries .. t...@fries.net _ | \ 1.636.410.0632 (voice) | Free Daemon Consulting, LLC \ 1.405.227.9094 (voice) | http://FreeDaemonConsulting.

type of softraid

2008-12-12 Thread Michael
Hi, is it somehow possible to read the type of a softraid partition? When I have the following... (it actually is a crypto raid volume) ... how could I figure out if it is RAID 0, 1 or C? # fdisk sd0 Disk: sd0 geometry: 491/255/63 [7897088 Sectors] Offset: 0 Signature: 0xAA55