I have a new NAS box. I am currently copying over the files from the old NAS box. They both have gigabit ethernet connections, but sadly the switch they are plugged into is only 100MBit.
I started off copying the files from Windows, using drag/drop, but this proved to be a little slow (I assume that it was copying the files from NAS1->PC->NAS2). So I found this guide which showed me how to SSH into NAS2, and then use smbclient to pull the files direct from NAS1.
Which seems to be getting about 10MB/s. Which is 80MBit, and so probably about as fast as the switch can usefully manage.
Now I just have to leave it for 12 hours while all 400Gig of videos copies over...
I started off copying the files from Windows, using drag/drop, but this proved to be a little slow (I assume that it was copying the files from NAS1->PC->NAS2). So I found this guide which showed me how to SSH into NAS2, and then use smbclient to pull the files direct from NAS1.
Which seems to be getting about 10MB/s. Which is 80MBit, and so probably about as fast as the switch can usefully manage.
Now I just have to leave it for 12 hours while all 400Gig of videos copies over...
no subject
Date: 2011-08-24 07:32 pm (UTC)no subject
Date: 2011-08-24 07:42 pm (UTC)Not sure how I'd jury-rig that one up either.
no subject
Date: 2011-08-24 07:39 pm (UTC)(Crossover cable and scp?)
no subject
Date: 2011-08-24 07:42 pm (UTC)no subject
Date: 2011-08-24 07:49 pm (UTC)no subject
Date: 2011-08-24 07:49 pm (UTC)no subject
Date: 2011-08-24 07:54 pm (UTC)Ah. Good point.
no subject
Date: 2011-08-24 08:19 pm (UTC)no subject
Date: 2011-08-24 09:16 pm (UTC)Although, actually, I boiught it because it was almost entirely self-managing. I wanted something I could just plug hard drives into, and it would just make them work together, while also doing bittorrent, dlna, etc. managed through a web interface. The thought of having to deal with the command line more than once a year fills me with horror :->
no subject
Date: 2011-08-24 08:34 pm (UTC)% nohup
% (sleep 120; scp-or-smbclient-or-whatever-batch-copy)
Then disconnect the two NAS boxes from the switch, connect them to each other via the crossover (you have 120 seconds to do so. Change that number if you like ;)
Then wait for the lights to stop blinking.
no subject
Date: 2011-08-24 09:16 pm (UTC)I suspect I'll just leave it running mget, and it should be finished by the time I wake up :->
no subject
Date: 2011-08-24 10:52 pm (UTC)mdadm --assemble /dev/md4 /dev/sdb1
mkdir /mnt/old
mount /dev/md4 /mnt/old
cp -a /mnt/old/
At this point you'll discover that the CPU maxes out at about 300Mbits as far as I recall but hey, taking things apart is Fun!
no subject
Date: 2011-08-25 07:04 am (UTC)Except, if I remember correctly, the Terastation (old NAS) is formatted with xfs, and the ds411j is ext4. Oh, and the Terastation has 4 disks in it of 250Gig (in RAID5), while the new one has two disks of 2TB each (so far, I plan to expand it later).
Would that cause an issue?
no subject
Date: 2011-08-25 08:21 am (UTC)no subject
Date: 2011-08-27 10:56 pm (UTC)no subject
Date: 2011-08-27 11:04 pm (UTC)