Is there a device to share mass storage over Wi-Fi to all platforms, even iOS?

2

Is there a device which can share any mass storage device over Wi-Fi, regardless of the platform/device to be accessed from?

I have Googled some, but they are fixed sized hard-drives or pen-drives, mostly for iPhone and iPad.

What I looking for is a device that has a USB port where I can connect any portable hard-drive of any capacity, pen drive, memory cards (via USB) or any mass-storage media, and the device can share the media over Wi-Fi that can be accessed by any Wi-Fi enabled device.

kush.impetus

Posted 2012-08-20T16:43:20.613

Reputation: 207

Answers

2

Now (in 2013) this is a feature of "smart" wireless routers. They can act as standalone DNLA servers, which means, you plug in a USB Mass Storage Device (usb stick, external hard drive), and it wirelessly shares those files in the DNLA format. THis format can be picked up by media devices like bluray players, tablets, media boxes. If you don't want to pay for a fancy smart router, find an opensource compatible low-end router and use an alternative firmware which may have this feature (such as Tomato, DDWRT, or others, best known for working with Linksys routers)

Reggor

Posted 2012-08-20T16:43:20.613

Reputation: 36

Well, yes, that's what I meant by "any wireless router with a USB port for disk/file sharing". This is not some new feature developed in 2013. – terdon – 2014-01-27T18:43:27.057

5

Anything set up to share files via SMB should work. SMB is Windows-style file sharing. SaMBa is the most well-known open source SMB server implementation. I have a NAS (well, an old PC with large HDDs running Linux) and a Time Capsule on my home network. Both are set up to share files via SMB, among other things. They are both detected and provide one-click access from:

  1. Linux (all flavors)
  2. OS X (multiple laptops, multiple OS X versions)
  3. iOS (iPhone/iPad)
  4. Windows (both XP and 7)

So, the device you are looking for is called a computer :). Also, any wireless router with a USB port for disk/file sharing almost certainly does it via SMB as well. I would do this using a Linux server but you can go with your personal choice.

terdon

Posted 2012-08-20T16:43:20.613

Reputation: 45 216

I could have done that using wireless router from Asus, that too for around $60, no need of computer. But it supports only pen-drive. – kush.impetus – 2012-08-20T17:07:06.580

Something like FreeNAS is also an option and you can run the OS/App right off a thumb drive (http://www.engadget.com/2012/02/01/how-to-set-up-a-home-file-server-using-freenas/)

– Kendor – 2012-08-20T17:12:52.597

1@terdon What protocol are you using to connect from iOS? And what iOS app? I'm not aware of iOS having a native AFP or SMB client, but maybe I'm wrong. – Spiff – 2012-08-20T18:48:16.687

@Spiff, you are correct that it is not built in to the iOS, whatever app you are using needs to be able to access SMB shares. However there are plenty out there.

– Scott Chamberlain – 2012-08-20T19:12:48.303

@Spiff Don't know about many. There are various apps that let you browse a share, others that stream if you install a specific server daemon. The only apps I know of that will directly stream video from a samba share are Oplayer and the excellent BuzzPayer. – terdon – 2012-08-20T20:00:35.827

Okay, if SMB service is all that's needed, then any wireless router with a USB port for disk sharing is going to suffice. I took the liberty of updating your Answer with that tidbit, rather than adding a separate Answer. I hope that's okay. – Spiff – 2012-08-20T21:22:04.867

@Spiff you also took the time to change ipad to iPad etc, and made the answer clearer to boot. Of course I don't mind, thanks :) – terdon – 2012-08-20T21:38:26.167

@Spiff Could to briefly explain your point...if SMB service is all that's needed, then any wireless router w......... And can't I achieve what I want without using a computer / laptop? – kush.impetus – 2012-08-27T19:16:51.333

@kush.impetus Yes, you can achieve what you want without a computer/laptop. I actually edited terdon's answer a week ago to say that any wireless router with a USB port for disk/file sharing is almost certainly going to do that disk/file sharing via the SMB protocol, which is perhaps the most widely supported disk/file sharing protocol. And as others have pointed out, client software for SMB is built into many popular iOS apps (as well as being built into the OS X and Windows OSes themselves). – Spiff – 2012-08-27T19:42:54.233