- This topic has 8 replies, 5 voices, and was last updated 8 years, 3 months ago by ucodegen.
-
AuthorPosts
-
July 20, 2016 at 1:53 PM #22051July 20, 2016 at 2:11 PM #799759spdrunParticipant
Connect it to a cheap Linux box, NAS it. File system format become irrelevant.
July 21, 2016 at 9:20 AM #799776CoronitaParticipantOk. Went with exFat for now…. Seems to be the most compatible without the FAT32 file size limit of 4gb…Cool.
Ended up getting a Western Digital 12TB Duo, for now…
Total damage, $490 after tax.
But I’m also a shareholder, so , I’m contributing to its bottomline.
While I’m at it, I think I’m going to be building media drive so I’m think I’m going to get this and drop my old drives in there as a networked media drive.
July 21, 2016 at 2:06 PM #799783no_such_realityParticipantGet a Nighthawk and plug the drive straight in and enable NAS directly off your wifi router?
July 26, 2016 at 12:01 AM #799985ucodegenParticipantI would tend to use a method similar to what spdrun suggested. Run a Linux box, ext4 file system, and Samba it. I have benchmarked Windows filesystems and they aren’t pretty. When MSFT was trying to demonstrate that they were as fast on web servers as most LAMP systems, I looked at what was behind the specs. What was happening was that the drive was being shadowed into RAM and the Windows system was web-serving off the RAM image.
Another thing to consider is what type of access control/permission schema you are considering. Windows/OSX/Linux use different mechanisms.
It turns out that a Raspberry PI can be used as a Linux based file server, as can a cheap notebook with a decent Ethernet interface (use one of the old ones that is not really being used and Linux it).
With the Nighthawk, I think there are only two levels of shared file permissions. Guest and Admin. (I have a NetGear WiFi w/ file sharing. I don’t know if this is enough for what is wanted. The sharing is also a ‘web’ type vs a mounted filesystem.
July 26, 2016 at 7:31 PM #800026moneymakerParticipantUnless you are hardwired into the NAS it could be slow at backing things up, other than that not a bad way to go.
July 27, 2016 at 1:54 AM #800037ucodegenParticipant[quote=moneymaker]Unless you are hardwired into the NAS it could be slow at backing things up, other than that not a bad way to go.[/quote]
Depends upon the WiFi and what the surrounding signal interference looks like. The one I am using has a combined 1.3Gbit transfer capability – so no problem. If allowing NAS across WiFi, might want to have a WiFi that has a separate set of ‘guest’ bands that do not talk to ‘home network’ equipment but instead only talks out to WAN/Cable.July 27, 2016 at 8:31 AM #800038moneymakerParticipantI’ve noticed some of my neighbors have WPS enabled on their wifi and some don’t, is there a security risk to having it enabled?
July 27, 2016 at 4:35 PM #800052ucodegenParticipantYes.
https://en.wikipedia.org/wiki/Wi-Fi_Protected_SetupI use WPA-TKIP with AES encryption (from recollection. If really important, I could double check)
-
AuthorPosts
- You must be logged in to reply to this topic.