You are not logged in.

#1 2009-02-04 16:40:50

ga01f4733
Member
From: NYC
Registered: 2008-12-05
Posts: 117

Adding raid to an existing Arch setup, issues [SOLVED]

Hi,

I recently installed arch64 in an IDE disk, everithing good as gold, no issues at all, all components were recognized, etc, etc.. good as gold!

then I dicided to make use of the sata2 raid included in the MB, so I plugged 3 500Gb disks to try a RAID 5.

cfdisk all the drives to Linux raid, mdadm --create/dev/md0 --level=5 --raid-devices=3 etc.. made mkfs.ext4 /dev/md0 ,
mount it as

# mount /dev/md0 /mnt
# cd /mnt
# mkdir SERVER
# mount /dev/md0 /mnt/SERVER


and worked, great lol,
but I decided to reboot just to check, I had a windows infancy, you know.... and the SERVER mount point was gone...


I guess  must be something related with automounting, I'm quite lost and some guidance will be unvaluable

PD I'm afraid I screwed it using md0,:( isn it?

thx in advance

Last edited by ga01f4733 (2009-02-05 14:56:03)


There are no foreign lands. It is the traveler only who is foreign. --R.L Stevenson

Offline

#2 2009-02-05 11:05:52

ga01f4733
Member
From: NYC
Registered: 2008-12-05
Posts: 117

Re: Adding raid to an existing Arch setup, issues [SOLVED]

sorry,

forgot to update the /etc/fstab


There are no foreign lands. It is the traveler only who is foreign. --R.L Stevenson

Offline

Board footer

Powered by FluxBB