D-Link Forums

The Graveyard - Products No Longer Supported => D-Link Storage => DNS-323 => Topic started by: vishnumrao on August 06, 2010, 10:59:07 PM

Title: Connecting to External Hard Drive connected to DNS-323's USB port.
Post by: vishnumrao on August 06, 2010, 10:59:07 PM
Anyone know how to connect to an external hard drive connected to the USB port of DNS-323, in LINUX? Windows and Mac users get a Shareport Utility. Sadly no Linux client yet!


@ Dlink, Can we get a Linux Shareport Utility Client?

OS: Ubuntu 10.04 32 bit OS.
Title: Re: Connecting to External Hard Drive connected to DNS-323's USB port.
Post by: jamieburchell on August 07, 2010, 02:16:49 AM
Google DNS-323 and USB external drive. Possibilities are available using a third party modification- fun_plug / FFP
Title: Re: Connecting to External Hard Drive connected to DNS-323's USB port.
Post by: tentimes on August 07, 2010, 07:25:57 AM
Anyone know how to connect to an external hard drive connected to the USB port of DNS-323, in LINUX? Windows and Mac users get a Shareport Utility. Sadly no Linux client yet!


@ Dlink, Can we get a Linux Shareport Utility Client?

OS: Ubuntu 10.04 32 bit OS.

No no no no no Noooooooooooooooooooooooooooooooooooo

Please please don't do this!!!!

They added sharepoint to the DIR-655 and totally blew the firmware, it's been crippled ever since - just go read the forums. You do NOT want them adding this to the firmware and ending up with a broken NAS. They have had over a year to fix the implications of addingt sharepoint to the DIR-655 and still haven't managed to fix the basic (and fundamental) problems that it introduced.

Be careful what you wish for! ;)
Title: Re: Connecting to External Hard Drive connected to DNS-323's USB port.
Post by: tfiveash on August 07, 2010, 01:39:59 PM
I agree with tentimes.  Shareport is not the way to add a USB drive but  we do need it.

Terry
Title: Re: Connecting to External Hard Drive connected to DNS-323's USB port.
Post by: vishnumrao on September 14, 2010, 08:29:29 PM
@ Dlink Engineers: Can we get support for USB connected External hard drive in the next firmware update?

Its really sad to see my usb port wasted. I have two external hard drives lying around.

I borrowed a friend's Synology DS210j. USB External hard drive works flawlessly.

Can we please get some USB hard drive support?
Title: Re: Connecting to External Hard Drive connected to DNS-323's USB port.
Post by: vishnumrao on September 14, 2010, 08:35:48 PM
Google DNS-323 and USB external drive. Possibilities are available using a third party modification- fun_plug / FFP

My external HDD is not supported by the fun_plug method!! Tried it already!
Title: Re: Connecting to External Hard Drive connected to DNS-323's USB port.
Post by: tfiveash on September 14, 2010, 09:34:55 PM
@ Dlink Engineers: Can we get support for USB connected External hard drive in the next firmware update?

Its really sad to see my usb port wasted. I have two external hard drives lying around.

I borrowed a friend's Synology DS210j. USB External hard drive works flawlessly.

Can we please get some USB hard drive support?

I would not count on any more firmware updates from D-Link.  We have been waiting for a long time for fixes and nothing.  D-Link does not even have the courtesy to reply on this board anymore.

Terry
Title: Re: Connecting to External Hard Drive connected to DNS-323's USB port.
Post by: vishnumrao on September 14, 2010, 10:45:06 PM
Thats sucks!! Maybe I should stop buying Dlink!! The Synology NAS and their support is far more superior to the DNS 323 and Dlink. I wish I had known these facts before I bought the DNS 323.

Lets give them the benefit of doubt, they are busy working on the fixes and feature requests, hence find no time to reply to the posts!!! ;D
Title: Re: Connecting to External Hard Drive connected to DNS-323's USB port.
Post by: jamieburchell on September 15, 2010, 02:11:06 AM
My external HDD is not supported by the fun_plug method!! Tried it already!

You just need to "insmod usb-storage.ko" (http://www.domaigne.com/download/dns-323/usb-storage.ko (http://www.domaigne.com/download/dns-323/usb-storage.ko)). Wait a few seconds, then mount it. I've only ever tried it with ext2/3 partitions but has worked every time.
Title: Re: Connecting to External Hard Drive connected to DNS-323's USB port.
Post by: irotjaf on September 16, 2010, 06:45:58 PM
Hi chriso and thank you for the information.

Do you think one can use a printer and two external USB drives with a hub attached? I just installed a printer the other day and I'm quite happy to use in network a printer not designed for such use.

And, since you have the experience, does the transfer rate from external HDD you have connected through the hub, changes too much from having them connected directly to the computer? I imagine yes, because the bottleneck is still the DNS-323 system, but what is your experience? Have you tested transfer speeds?

Thank you.
Title: Re: Connecting to External Hard Drive connected to DNS-323's USB port.
Post by: vishnumrao on September 20, 2010, 11:29:38 PM
@jamieburchell

I tried the usb_storage.ko module from the link you sent me. No luck.I have a 2 TB Hitachi Lifestudio External Drive formatted as NTFS.

Product link: http://www.hitachigst.com/lifestudio-desk-plus

I have tried a bunch of usb_storage.ko and ntfs.ko files from a variety of sources. I can see that the usb_all.sh script tries to mount it. But it is unable to. The different .ko files that I have found on the web were all had timestamps from 2007 to 2008. Can someone point me to a .ko file that works. Especially on the newer External drives like the Hitachi one which are of 2 TB capacity!
Title: Re: Connecting to External Hard Drive connected to DNS-323's USB port.
Post by: fordem on September 22, 2010, 04:11:14 AM
The hard drive can not be formatted with NTFS if you want to use it with the DNS-323.  It needs to be formatted with ext2/3.  This is a Linux operating system it doesn't know how to deal with a NTFS disk.

That is incorrect - whilst linux does not use NTFS as it's native file system, it can read & write to NTFS disks.

Just as Windows does not natively read/write the linux ext2/3 file systems, but can be made to do it using an installable file system driver, linux can be made to read/write NTFS file systems using a kernal module.

Perhaps you should follow your own advice five posts earlier - ALL of the information (and assistance) you need to make this happen can be found in the appropriate forum.
Title: Re: Connecting to External Hard Drive connected to DNS-323's USB port.
Post by: jamieburchell on September 22, 2010, 09:50:08 AM
@jamieburchell

I tried the usb_storage.ko module from the link you sent me. No luck.

I can't comment on your particuladriver, nor mounting NTFS partitions. I've only ever mounted EXT2/3 partitions. I guess you could try that?
Title: Re: Connecting to External Hard Drive connected to DNS-323's USB port.
Post by: vishnumrao on September 22, 2010, 10:26:08 AM
I can't comment on your particuladriver, nor mounting NTFS partitions. I've only ever mounted EXT2/3 partitions. I guess you could try that?

Ha ha, Just the two formats that I don't can't try, because I don't have.

I have a 2TB external formatted as NTFS and another 1 TB formatted as ext4! None of which is supported by the DNS 323 at the moment. But thanks for your replies.
Title: Re: Connecting to External Hard Drive connected to DNS-323's USB port.
Post by: jamieburchell on September 22, 2010, 01:20:39 PM
You can format it as EXT2/3 with Linux or tools like GParted. You can even connect it via USB to the NAS and do it if you use ffp (fun_plug)
Title: Re: Connecting to External Hard Drive connected to DNS-323's USB port.
Post by: vishnumrao on September 22, 2010, 03:28:50 PM
I do use ffp. The external hard drives are about 60% full. And that is my back up drives. The main goal of hooking up the external hard drives to the USB port on the 323 is to back up the contents of the NAS to the USB device using rsync.
Title: Re: Connecting to External Hard Drive connected to DNS-323's USB port.
Post by: jamieburchell on September 22, 2010, 03:36:33 PM
So the problem is that you can't get your external USB drives recognised with usb-storage.ko? Or that you can't mount them?
Title: Re: Connecting to External Hard Drive connected to DNS-323's USB port.
Post by: vishnumrao on September 22, 2010, 04:17:21 PM
dmesg shows that the correct Hard disk model etc. But when I try to mount it, the NAS either hangs or gives me a segmentation fault!

Any suggestions?
Title: Re: Connecting to External Hard Drive connected to DNS-323's USB port.
Post by: jamieburchell on September 23, 2010, 04:24:33 AM
Yes, why not use "mke2fs -j /dev/sdc1" (or whatever device and partition it is) to format the NTFS partition on your USB drive as EXT3? Then you can happily mount it natively in the DNS-323 and use "ext2fsd" to read it in Windows.
Title: Re: Connecting to External Hard Drive connected to DNS-323's USB port.
Post by: vishnumrao on September 23, 2010, 07:18:31 PM
I can't format my Externals! I have data on them. I don't have spares to transfer the data out to!!
Title: Re: Connecting to External Hard Drive connected to DNS-323's USB port.
Post by: jamieburchell on September 24, 2010, 04:37:54 AM
I'm not sure what you're trying to achieve by connecting these full drives to the DNS-323 in the first place really.

Is it so you can share them over the network, or so you can backup files from the NAS?

If it's to share them over the network, put the data on the NAS?

Some routers also support sharing hard drives. It would be much quicker attaching it to a computer.
Title: Re: Connecting to External Hard Drive connected to DNS-323's USB port.
Post by: vishnumrao on September 24, 2010, 10:03:48 PM
The answer to  your question is: I am trying both.

1. The external HDD is partially full about 65% full.  I would like to share the contents of the external drive in the network.

2. There is are some directories in the NAS that I would like to back up regularly. So I want to back up to the external drive.

Yes, I am aware of routers that have usb hard drive sharing capabilities. But I don't have them and do not plan to buy one of those.
Title: Re: Connecting to External Hard Drive connected to DNS-323's USB port.
Post by: jamieburchell on September 25, 2010, 12:49:31 AM
If there is any way you could transfer the data from your USB drive to the NAS and/or a PC/USB stick/drive so you can format it as EXT2/3, it would make mounting the drive and setting this up much simpler, negating the use of NTFS modules. You can then easily transfer the data back, mount it, use it as backup etc.