New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

RAID is not setting itself up...[SOLVED]

Got problems with your B2 or B3? Share and get helped!
Post Reply
zander
Posts: 141
Joined: 01 Jan 2009, 23:16
Location: las vegas, nv, usa
Contact:

RAID is not setting itself up...[SOLVED]

Post by zander »

i have a b2, 1Tb and the external esata also 1TB attached.

when i click Create RAID array it returns No useable disk found.

there may be some stuff on the external disk.

how can i setup this external disk for raid?

please advise.

thank you.
Last edited by zander on 11 Jan 2013, 11:51, edited 1 time in total.
~alonzo...
nobody
Posts: 226
Joined: 10 Mar 2012, 14:46

Re: RAID is not setting itself up...

Post by nobody »

Maybe the raid-maker script doesnot like it that you have data on that second disk. If so, you can try removing all partitions from that disk. In windows , right click on my computer, select 'manage' and then disk management. On linux, go to the ssh shell, run "fdisk /dev/sdb" , press "h" for help, and follow instructions on deleting partitions.

It is possible to manually create the raid partition, but you need to do a little hacking from the ssh shell
zander
Posts: 141
Joined: 01 Jan 2009, 23:16
Location: las vegas, nv, usa
Contact:

Re: RAID is not setting itself up...

Post by zander »

hi,

i ran

Code: Select all

root@blacksun:/# blkid -c /dev/null
/dev/sda1: LABEL="Bubba root" UUID="043d3ef2-de20-4a39-9710-5c1cd83b6dd3" TYPE="ext3" 
/dev/sda2: UUID="wH4ytO-T0rk-Tzps-2fW7-0Yoo-gEyv-osvaWI" TYPE="LVM2_member" 
/dev/sda3: TYPE="swap" 
/dev/mapper/bubba-storage: LABEL="Bubba home" UUID="18d4e828-b650-4437-b12e-47e544fa682a" TYPE="ext3" 
root@blacksun:/#
looks like there is only the root partition, user partition and the swap partition.

it seems the external drive may not even be mounted. is /dev/sda2 the external disk or user space on the primary bubba disk?

i want to be sure before i start doing stuff.

can someone verify this please?

thank you.
~alonzo...
zander
Posts: 141
Joined: 01 Jan 2009, 23:16
Location: las vegas, nv, usa
Contact:

Re: RAID is not setting itself up...

Post by zander »

can someone tell me where the raid setup script is please?

so i can take a look at it and see where the external drive is at least suppose to be mounted.


thank you.
~alonzo...
zander
Posts: 141
Joined: 01 Jan 2009, 23:16
Location: las vegas, nv, usa
Contact:

Re: RAID is not setting itself up...[SOLVED]

Post by zander »

the eSata was not plugged in! :lol:
~alonzo...
nobody
Posts: 226
Joined: 10 Mar 2012, 14:46

Re: RAID is not setting itself up...[SOLVED]

Post by nobody »

:D
Post Reply