Results 1 to 13 of 13

Thread: building NAS

  1. #1

    Thread Starter
    Fanatic Member sessi4ml's Avatar
    Join Date
    Nov 2006
    Location
    Near San Francisco
    Posts
    958

    building NAS

    I have two 5 1/4 500GB drives and planning to build a NAS
    The NAS will connect via RJ45 to the network
    I know WD has a disk system, I have one.
    or I could give the 2 drives and buy ?

    Ideas...THanks

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: building NAS

    Are you asking whether you should buy a device with new drives or buy a device that empty and use the drives you have? If so then that really depends on how much the price difference would be and whether the drives you have would do what you need them to do. There's not really any one answer to that question.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Fanatic Member sessi4ml's Avatar
    Join Date
    Nov 2006
    Location
    Near San Francisco
    Posts
    958

    Re: building NAS

    I'm not sure what my question is..
    Buy a NAS box for two drives or WD system
    The WD system I could access the files remotely via app
    The NAS system...I am not sure
    Your thoughts..
    Thanks

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: building NAS

    My thoughts are that if you don't know what your question is then it's a bit much to expect us to and if we don't know what the question is then it's a bit much to expect us to provide an answer.

    With regards to being able to access files via an app, or any feature for that matter, the very first thing is to determine whether you think that feature is likely to be useful to you. We can't determine that. If it's not useful to you then it can't be considered an advantage of that option.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  5. #5
    Sinecure devotee
    Join Date
    Aug 2013
    Location
    Southern Tier NY
    Posts
    6,598

    Re: building NAS

    Quote Originally Posted by sessi4ml View Post
    I have two 5 1/4 500GB drives ...
    That seems highly unlikely. I don't know that they manufactured 500GB 5 1/4 drives.
    If they are 5 1/4 drives I wouldn't want to use them as they would have to be relatively slow.
    Common desktop drives have been 3.5 inches for quite a while and 2.5 inches for laptops. You can buy a Terabyte 3.5 inch drive for less than $50.

  6. #6

    Thread Starter
    Fanatic Member sessi4ml's Avatar
    Join Date
    Nov 2006
    Location
    Near San Francisco
    Posts
    958

    Re: building NAS

    Ops, long days, WD5000AAKX
    Sounds like, dump the drives and purchase a WD system.

    Here in North California, we had a fire that burned 1000 plus houses.
    I am looking to build a disk system and place it in a hole ? under the house ? and not worry about it for 50,000 hours. There is the learning curve, so what do I ?have...2 500GB...What could I build with this?
    A network drive..

    Ideas...Thanks

  7. #7
    Frenzied Member 2kaud's Avatar
    Join Date
    May 2014
    Location
    England
    Posts
    1,170

    Re: building NAS

    If you are looking to build a NAS system, have you considered what level RAID you are going to employ? With 2 matched drives you can go with RAID 1 which gives you the space of 1 drive but will keep working if one drive fails until the failed drive is replaced (some models even allow hot replacement). If you can go to multiple drives, then you could have a RAID 5 system whereby if any one drive fails then the system will still work - or even RAID 6 which will still work if 2 drives fail. See https://en.wikipedia.org/wiki/Standard_RAID_levels
    All advice is offered in good faith only. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/

    C++23 Compiler: Microsoft VS2022 (17.6.5)

  8. #8
    Administrator Steve R Jones's Avatar
    Join Date
    Apr 2012
    Location
    Clearwater, FL.
    Posts
    2,356

    Re: building NAS

    I wouldn't dig a hole and bury hard drives.... I'd get some drive space in the cloud or put the drives at a friend/family member's house in another state.
    Wi-fi went down for five minutes, so I had to talk to my family....They seem like nice people.

  9. #9
    Superbly Moderated NeedSomeAnswers's Avatar
    Join Date
    Jun 2002
    Location
    Manchester uk
    Posts
    2,657

    Re: building NAS

    Funnily enough i am looking to buy a NAS,

    i have been looking at the Synology ones and in particular this one - Synology DS416

    You generally buy the enclosure and drives separately and i think you would need new specialist drives like these - Western Digital 4TB

    I am sure they sell the same ones on the Amazon US site !

    I am probably going to get 4 drives and mirror them using RAID, you can get up to 10TB drives for this model so even using RAID thats 20TB which should be plenty of space.
    Please Mark your Thread "Resolved", if the query is solved & Rate those who have helped you



  10. #10
    Frenzied Member
    Join Date
    Dec 2014
    Location
    VB6 dinosaur land
    Posts
    1,190

    Re: building NAS

    The Synology units are nice (and the WD Reds NSA mentioned are well regarded), but likely more $ than other options. Their support not so good (unless maybe you buy direct from them or pay?). It's just a forum, but I've never had my questions answered. You could replicate between 2 units (one local and one in another state). Of course, both sites would need decent connections if you're storing lots of stuff.

    Cheaper and simpler to use the cloud, but some are not comfortable with that.

  11. #11
    Superbly Moderated NeedSomeAnswers's Avatar
    Join Date
    Jun 2002
    Location
    Manchester uk
    Posts
    2,657

    Re: building NAS

    The Synology units are nice (and the WD Reds NSA mentioned are well regarded), but likely more $ than other options.
    Oh yes there are definitely cheaper options, and i am trying to do some comparisons at the moment but i keep coming back to the Synology unit.

    I might look at some cheaper hard disks but i am still not sure, i am more interested it getting a really nice reliable NAS.

    Yes the Cloud is an option but i am a bit old school i like to own and host my own stuff where possible.
    Please Mark your Thread "Resolved", if the query is solved & Rate those who have helped you



  12. #12
    PowerPoster jdc2000's Avatar
    Join Date
    Oct 2001
    Location
    Idaho Falls, Idaho USA
    Posts
    2,526

    Re: building NAS

    For some reviews and test results of NAS systems, check out the link below:
    (ZDNet did a series on them):

    https://www.google.com/search?hl=en&....0.kJmm8mm6SU8

  13. #13
    Frenzied Member
    Join Date
    Dec 2014
    Location
    VB6 dinosaur land
    Posts
    1,190

    Re: building NAS

    Quote Originally Posted by NeedSomeAnswers View Post
    Oh yes there are definitely cheaper options, and i am trying to do some comparisons at the moment but i keep coming back to the Synology unit.

    I might look at some cheaper hard disks but i am still not sure, i am more interested it getting a really nice reliable NAS.

    Yes the Cloud is an option but i am a bit old school i like to own and host my own stuff where possible.
    I understand perfectly since I'm the same way. I ended up with a pair of DS416 with 8TB Reds for our client.

    Their lack of support was a big turnoff for me. It looks like they may have improved it since March. I see there's now a link to submit a ticket in the header of each forum section.

    Their updates sometimes have bugs (check the forum) so hold off on installing for a while. Mine would hang every so often for no apparent reason. Went away once I installed the next update a couple months later.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width