Thursday, August 8, 2013

Automatically mount Netgear ReadyShare folder in linux (fedora) at boot

Here is the sweet little /etc/fstab entry that mounts the Netgear ReadyShare folder at boot time to a local folder on my linux desktop(Fedora 18!). Theoretically, it mounts when you first access the mount point.

//192.168.1.1/USB_Storage /readyShare cifs x-systemd.automount,guest,noperm,sec=ntlm 0 0

4 comments:

  1. Brilliant, this worked for me. I had spent the best part of two days trying to figure out a good way to transfer 30 gigs of music and videos from a desktop Windows 10 machine to a old Macbook that I converted to a Linux computer, and nothing seemed to work and it was complicated dealing with IP addresses, routers and so on. The effect of this single line of code combined with a Netgear router is that you can take any kind of data on a Windows formatted USB micro card, or from a phone, and get it onto a Linux computer as easily as onto another Windows machine, without hugely complicated setups, multiple downloads, configuring files, and so on. Hallelujah.

    ReplyDelete
  2. Thanks for providing nice resource for Netgear Router customer review, it is really nice and helpful to me. I need this type of blog and I’m so lucky to find out your blog. For any customer support help about netgear router contact 0800-090-3220 or visit the website Netgear Help Number UK

    ReplyDelete
  3. I had to make one small change to make it work - from 'sec=ntlm' to 'sec=none' Thanks!

    ReplyDelete