Can I turn my external USB HDD into a wireless HDD?

12

2

There's a new league of "wireless HDDs" available out there,

For example: The Transcend Storejet Cloud and the Seagate Satellite

My question is: is it possible to make use of a wireless USB adapter in conjunction with an external USB HDD and turn it into a 'wireless HDD' of sorts?

Powering the wireless USB adapter and the external HDD can be done by using a self powered USB hub, as seen here.

I do not want to go for a NAS server based solution.

john

Posted 2013-04-30T17:39:36.090

Reputation: 131

I never tried USB Wi-Fi adapter. But as per it's description, it can makes a device wireless. You need to connect to that device to access data. But since it requires power supply, your HDD need to be on power. I believe, this will be visible to your neighbours too. – Amit Kumar Gupta – 2016-03-12T08:26:31.897

1I think you'd have to add some sort of processor between everything. – Daniel R Hicks – 2013-04-30T17:43:02.350

@john Not a dumb question in the slightest; see my answer below. – Aaron Miller – 2013-04-30T17:54:13.673

Answers

6

What you're looking for is a wireless USB hub such as this one (disclaimer: I've never used one, that's just the first Google result I found).

On one end, it has USB ports as with any USB hub; on the other end, it has a Wi-Fi radio that talks to your wireless network and exposes attached storage devices. For stuff like USB microscopes, oscilloscopes, &c., I wouldn't expect it to work, but something simple like a hard disk should be fine.

Aaron Miller

Posted 2013-04-30T17:39:36.090

Reputation: 8 849

Oh, and the one I linked acts as a powered USB hub, which I expect is usual -- so you shouldn't need to do anything special for power; unless your external HDD has a power adapter separate from the USB cable, you should be able to just plug it into the hub and be off and running. – Aaron Miller – 2013-04-30T17:56:02.443

wow,thanks a million aaron miller. this is just what i was looking for – john – 2013-04-30T18:07:33.840

thanks daniel:"I think you'd have to add some sort of processor between everything" – john – 2013-04-30T18:09:45.630

thanks daniel:"I think you'd have to add some sort of processor between everything".......actually i've already done something like this....my "processor" is an android tablet.i connected my external hdd to the tablet and with a little bit of fiddling around got it to "broadcast the hdd"..........this way i can now have all data in one central place streamed wirelessly instead of using NAS server or something like that.....but i wanted to know if its possible to boot off of that hdd i.e. booting off of the external hdd having both data and os on which would be "wirelessly streamed". – john – 2013-04-30T18:18:02.067

AFAIK no BIOS supports wifi booting.....this is where i think what aaron said becomes useful....maybe i should be using the device he suggested instead of an android tablet in order to be able to "boot wirelessly" – john – 2013-04-30T18:20:35.767

@john Glad to be of help. But you're not going to be able to boot this way; for that to happen, your BIOS would have to know how to bring up your computer's wireless adapter, connect it to your network, and then carry out some kind of PXE boot via that interface...all before an OS is loaded. It's possible in theory, but extremely unlikely to work in practice -- see http://superuser.com/questions/310915/is-possible-to-boot-on-pxe-over-a-wifi-device for more.

– Aaron Miller – 2013-04-30T18:24:17.647

gr8 work 1ce again aaron :-) – john – 2013-04-30T18:46:22.443

1

just found this: iUSBport . Looks very compact and versatile. Sells for the same price as the previous suggest solution. Hope it helps.

Ben Green

Posted 2013-04-30T17:39:36.090

Reputation: 11