NASLite Network Attached Storage

www.serverelements.com
Task-specific simplicity with low hardware requirements.
It is currently Wed Jul 02, 2025 9:12 pm

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: Fri Aug 18, 2006 1:11 pm 
Offline

Joined: Mon Jan 31, 2005 7:50 am
Posts: 13
Hi Guys

Now that I have everything working :D , I want to copy quite a lot of data (2 x 320gb to be exact) over onto my raid set.

I am currently running all the drives in the same machine ie 2 x 320gb drives connected to PATA and 4 x 320Gb connected to an Intel SRCS16 Raid controller. At the moment I am copying data via a host machine and as this is via a 100mbit connection it is rather slow (max 5000kb/s as the data has to go both ways).

I was thinking off booting the system up with a Linux Live version and just copying the data over locally from the PATA drives to the raid set as I am sure that this would be a whole load faster. I tried using Ubuntu Live v5.10 but it does not seem to mount the drives for some reason (I am a Linux newb :oops: ).

Is their anybody out there who can either tell me how to get ubuntu to see the drives (probably quite simple) or alternatively suggest another small build of Linux that would do this and allow me to copy of the files locally?

Thanks

JohnB


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 18, 2006 2:39 pm 
Offline

Joined: Thu Aug 03, 2006 1:11 pm
Posts: 15
If you want something with a gui I think Knoppix http://www.knopper.net (~700MB) would be in order. That supports just about everything and you can drag and drop.

If a cli is all you want, download grml-small http://www.grml.org (~50MB) and copy it over that way.

boot grml
mkdir /mnt/disk1
mkdir /mnt/disk2
mkdir /mnt/raid

mount /dev/hda1 /mnt/disk1
mount /dev/hdc1 /mnt/disk2
mount /dev/sda1 /mnt/raid

rsync -aWv /mnt/disk1/* /mnt/raid
rsync -aWv /mnt/disk2/* /mnt/raid

This may not be correct howto. Use judgement.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group