why should I "initialize" JBOD disks?
am 20.05.2011 15:32:44 von Louis-David Mitterrand
Hi,
I just installed an Adaptec SAS 4805 and plugged 8 disks previously used
"as is" (no raid) on an LSI adapter but none are recongnized as boot
disk ("no bios installed").
It seems I need to "initialize" (read: wipe) them in the Adaptec bios
menu before being able to use them as JBOD.
What the fuck?!
By my defintion JBOD should means "just get out of the way and let me
use my disks as they are".
Does that "initlialization" mean that disks become unusable when plugged
to an adapter of any other brand or model?
What is the underlying format of JBOD disks. Can they be read by a
straight, non-raid adapter?
These hardware raid cards suck on so many levels...
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: why should I "initialize" JBOD disks?
am 20.05.2011 16:34:55 von Gordon Henderson
On Fri, 20 May 2011, Louis-David Mitterrand wrote:
> Hi,
>
> I just installed an Adaptec SAS 4805 and plugged 8 disks previously used
> "as is" (no raid) on an LSI adapter but none are recongnized as boot
> disk ("no bios installed").
>
> It seems I need to "initialize" (read: wipe) them in the Adaptec bios
> menu before being able to use them as JBOD.
>
> What the fuck?!
>
> By my defintion JBOD should means "just get out of the way and let me
> use my disks as they are".
>
> Does that "initlialization" mean that disks become unusable when plugged
> to an adapter of any other brand or model?
>
> What is the underlying format of JBOD disks. Can they be read by a
> straight, non-raid adapter?
>
> These hardware raid cards suck on so many levels...
Yup.
I don't know about that, but I had something similar with a Dell
controller - I wanted a box of 15 x 500GB drives - but the only way to get
it was to buy it with their PERC RAID controller cards, however I was
assured that I didn't need to use the card RAID functions and I could use
them "just as a box of disks" ...
It wasn't having it and in the end, I had to create 15 RAID-0 arrays of
one disk each, which I could them assemble as a RAID-6 drive underLinux
MD.
It worked fine, but would have been a PITA to anyone else changing a drive
(fortunately it never broke in it's lifetime) but the down-side was that
the controler hid all the SMART information from the host )-:
Bah!
Gordon
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: why should I "initialize" JBOD disks?
am 20.05.2011 21:08:59 von Alexander
----- Message from vindex+lists-linux-raid@apartia.org ---------
Date: Fri, 20 May 2011 15:32:44 +0200
From: Louis-David Mitterrand
Subject: why should I "initialize" JBOD disks?
To: linux-raid@vger.kernel.org
> Hi,
>
> I just installed an Adaptec SAS 4805 and plugged 8 disks previously used
> "as is" (no raid) on an LSI adapter but none are recongnized as boot
> disk ("no bios installed").
>
> It seems I need to "initialize" (read: wipe) them in the Adaptec bios
> menu before being able to use them as JBOD.
>
> What the fuck?!
The controller puts the configuration details for the disk on the disk
itself. That way you can plug the disk into another port or controller
of the same brand and it will simply work.
> By my defintion JBOD should means "just get out of the way and let me
> use my disks as they are".
>
> Does that "initlialization" mean that disks become unusable when plugged
> to an adapter of any other brand or model?
It will show as uninitialized.
> What is the underlying format of JBOD disks. Can they be read by a
> straight, non-raid adapter?
The configuration needs to be stored somewhere on the disk. Either at
the beginning or at the end (or a combination of both).
Hence I would expect the start of the disk to be shifted a bit (what
used to be block 0 on the disk while plugged into the RAID controller
will be some higher block) or the disk will "end" a bit before the
actual end of the disk.
So I'm pretty sure you can dd such a disk onto another one to rescue
the data given the right seek offset.
Alex.
----- End message from vindex+lists-linux-raid@apartia.org -----
============================================================ ============
# _ __ _ __ http://www.nagilum.org/ \n icq://69646724 #
# / |/ /__ ____ _(_) /_ ____ _ nagilum@nagilum.org \n +491776461165 #
# / / _ `/ _ `/ / / // / ' \ Amiga (68k/PPC): AOS/NetBSD/Linux #
# /_/|_/\_,_/\_, /_/_/\_,_/_/_/_/ Mac (PPC): MacOS-X / Linux / MacOS-X #
# /___/ x86: FreeBSD/Linux/Solaris/Win2k ARM9: EPOC EV6 #
============================================================ ============
------------------------------------------------------------ ----
cakebox.homeunix.net - all the machine one needs..
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html