DSM-G600, DNS-3xx and NSA-220 Hack Forum

Unfortunately no one can be told what fun_plug is - you have to see it for yourself.

You are not logged in.

Announcement

#1 2009-03-02 22:09:16

jacktheman18
New member
Registered: 2007-10-23
Posts: 4

Upgrading Disk Capacity of the DNS-323

Question: Will the following procedure work to upgrade the capacity of the DNS-323
Background: Currently have a DNS-323, running 2 Sata drives, each 500gb. (Network drive Wsmile
Objective: Upgrade to running 2 sata drives, each 1TB
Proposed procedure:
1. Attach a new 1TB drive, locally to a PC, call it drive X:
2. xcopy W: X: /d /e /f /h /r /k /x /y
3. Remove current 500gb drives in DNS-323; put in 1 new 1TB drive; this is now W: (and is empty).
4. xcopy X: W: /d /e /f /h /r /k /x /y
5. reformat current X: drive; put it into 2nd bay of DNS-323.

Comments/suggestions/improvements?

Offline

 

#2 2009-03-03 00:44:00

uyuni
Member
From: Denmark
Registered: 2007-12-29
Posts: 31

Re: Upgrading Disk Capacity of the DNS-323

You cannot do this because the disks in the DNS323 are formatted with the ext2 filesystem and the commands you suggest are NTFS commands.

Also, DON'T replace only one disk in the NAS leaving the other one next to it. I did that saturday and the damned NAS formatted the old one even though it said it would format the new one! I lost 450GB of data and could only recover a very few files using photorec.

What yo could do is:

1. Take out both old disks
2. Insert one new disk and let the NAS format it
3. Remove this disk.
4. Insert the other new disk and let the NAS format it.
5. Now insert one new and one old disk
6. install funplug
7. launch telnet
8. Then "cp -r -a /mnt/HD_a2 /mnt/HD_b2" or "cp -r -a /mnt/HD_b2 /mnt/HD_a2" - depending on which disk is which
9. Then do the same with the other old disk

have fun


D-Link DNS-323 firmware 1.08 + Samsung HD203WI + Samsung HD103UJ + ffp-0.5 + addons

Offline

 

#3 2009-03-03 01:11:57

fordem
Member
Registered: 2007-01-26
Posts: 1938

Re: Upgrading Disk Capacity of the DNS-323

uyuni wrote:

You cannot do this because the disks in the DNS323 are formatted with the ext2 filesystem and the commands you suggest are NTFS commands.

I beg to differ - and suggest that you actually try doing what he proposes before condemning it - I just used xcopy to transfer files to my DNS-323, so take it from me, xcopy doesn't care what the underlying file system is.

Offline

 

#4 2009-03-03 01:30:58

jacktheman18
New member
Registered: 2007-10-23
Posts: 4

Re: Upgrading Disk Capacity of the DNS-323

A further question:
In the previously mentioned procedure, is there any issue with first putting in 1 disk into the dns-323, and then putting in a second?
Will it automatically format the second disk drive after it is put in?
Also, is XCOPY a fast enough approach for approximately 750gb? (Or will that take many days to copy?)

Offline

 

#5 2009-03-03 15:52:42

uyuni
Member
From: Denmark
Registered: 2007-12-29
Posts: 31

Re: Upgrading Disk Capacity of the DNS-323

fordem, you are right. I was too quick with the reading and assumed that jacktheman18 was putting an NTFS fromatted disk into the DNS323 but I realize now that this is not the case (sorry). I agree that the proposed procedure will work just fine even though it is not the fastest way to reach the goal e.g. replacing 2x500GB disks with 2x1TB disks.

jacktheman18, I would be very cautious about inserting a fresh second disk into the DNS323 and format it when you have non-backed up data on the other disk. As I said, the DNS323 has a firmware bug that sometimes formats the wrong disk. It is mentioned some other posts in this forum. Alas, I only discovered it afterwards :-(


D-Link DNS-323 firmware 1.08 + Samsung HD203WI + Samsung HD103UJ + ffp-0.5 + addons

Offline

 

#6 2009-03-03 21:01:29

jacktheman18
New member
Registered: 2007-10-23
Posts: 4

Re: Upgrading Disk Capacity of the DNS-323

uyuni wrote:

fordem, you are right. I was too quick with the reading and assumed that jacktheman18 was putting an NTFS fromatted disk into the DNS323 but I realize now that this is not the case (sorry). I agree that the proposed procedure will work just fine even though it is not the fastest way to reach the goal e.g. replacing 2x500GB disks with 2x1TB disks.

jacktheman18, I would be very cautious about inserting a fresh second disk into the DNS323 and format it when you have non-backed up data on the other disk. As I said, the DNS323 has a firmware bug that sometimes formats the wrong disk. It is mentioned some other posts in this forum. Alas, I only discovered it afterwards :-(

Is there any other way to upgrade the capacity of the DNS-323 with fresh disks? Any suggestions for backing up such an enormous amount of data?

Offline

 

#7 2009-03-03 21:14:15

mig
Member
From: Seattle, WA
Registered: 2006-12-21
Posts: 532

Re: Upgrading Disk Capacity of the DNS-323

I am assuming you are running your disks as individual disks, no RAID or JBOD.

You could:
1) remove both 500GB disks
2) install both 1TB disks, setup as individual disk and format
3) install fun_plug with USB module
4) attach each 500GB disks (on at a time) to the USB port
    using SATA/USB case or cable (~$10-20)
5) copy data (rsync) from 500GB drive to 1TB drive

This would require additional hardware, but there would be only
one copy process, and very little chance of formatting the wrong drive.


DNS-323 • 2x Seagate Barracuda ES 7200.10 ST3250620NS 250GB SATAII (3.0Gb/s) 7200RPM 16MB • RAID1 • FW1.03 • ext2 
Fonz's v0.3 fun_plug http://www.inreto.de/dns323/fun-plug

Offline

 

#8 2009-03-04 01:45:01

jacktheman18
New member
Registered: 2007-10-23
Posts: 4

Re: Upgrading Disk Capacity of the DNS-323

unfortunately, I am using both 500gb disks as JBOD, at present.
However, can you please explain the format of this step:
5) copy data (rsync) from 500GB drive to 1TB drive

Offline

 

#9 2009-03-04 19:15:42

mig
Member
From: Seattle, WA
Registered: 2006-12-21
Posts: 532

Re: Upgrading Disk Capacity of the DNS-323

jacktheman18 wrote:

unfortunately, I am using both 500gb disks as JBOD, at present.
However, can you please explain the format of this step:
5) copy data (rsync) from 500GB drive to 1TB drive

I'm not really sure what you are asking...
The function of step #5 is to copy the existing data from the 500GB drive to the new
1TB drive.  There are several techniques you can use to copy, one technique is a program
called 'rsync', (available in ffp) which I thought would be useful in this situation.  One advantage
with using 'rsync' is that is can preserve all permissions, users, groups and timestamps, which
I thought would be desirable in this process.

So, how are you going to setup your 1TB disks,  JBOD also?

Last edited by mig (2009-03-04 19:23:39)


DNS-323 • 2x Seagate Barracuda ES 7200.10 ST3250620NS 250GB SATAII (3.0Gb/s) 7200RPM 16MB • RAID1 • FW1.03 • ext2 
Fonz's v0.3 fun_plug http://www.inreto.de/dns323/fun-plug

Offline

 

#10 2009-03-05 16:42:21

bripab007
Member
Registered: 2009-02-16
Posts: 39

Re: Upgrading Disk Capacity of the DNS-323

So, attach one 1TB disk via USB, SATA, IDE, whatever to a machine, copy, across the network, all the data from the JBOD'd 500GB disks in the DNS-323 to it, then take out those 500GB drives, insert the second, blank 1TB disk into the DNS-323, format it, set up your shares, permissions, etc., then copy the data, across the network, from the first 1TB drive attached to the computer, to the 2nd 1TB drive installed in the DNS-323, then uninstall the first 1TB disk from your computer, install it into the DNS-323, format it (make sure which one you're formatting!), and you're good to go.

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB