Page 14 of 20 FirstFirst ... 411121314151617 ... LastLast
Results 209 to 224 of 310

Thread: Linux Server (NAS)

  1. #209
    Splash
    Guest

    Re: Linux Server (NAS)

    Quote Originally Posted by oimi View Post
    Sounds about right, thank you very much. What is a 'BOT partition'?
    I'm pretty certain he meant the Boot partition and that it was a typo. Essentially you have to be able to boot your OS in order to make the RAID available, and if your OS is part of your RAID array it won't be able to load.

    I *could* be wrong though, but in this case I think it's unlikely

  2. Received thanks from:

    oimi (27-03-2009)

  3. #210
    Senior Member
    Join Date
    Jan 2007
    Posts
    363
    Thanks
    142
    Thanked
    4 times in 2 posts

    Re: Linux Server (NAS)

    Quote Originally Posted by Splash View Post
    I'm pretty certain he meant the Boot partition and that it was a typo. Essentially you have to be able to boot your OS in order to make the RAID available, and if your OS is part of your RAID array it won't be able to load.

    I *could* be wrong though, but in this case I think it's unlikely
    So connecting an IDE HDD would be the way forward if I got the previously linked motherboard huh? So that the SATA ports can be free for storage.

  4. #211
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts

    Re: Linux Server (NAS)

    Yes - a typo (it was late and I have been revising for an exam!)

    Depends how you are approaching the RAID. If you are using a dedicated card (and I can't remember what you decided on) that is OS transparent, then then provided the boot partition is visible before the OS loads, there is no problem. If it isn't (because you are using a software raid such as MDADM, then you need a small boot partition (typically less than 100MB outside the RAID. Saves the power and heat of another hard drive and the overhead of 100MB is minimal considering the cluster size of a 1TB system (depending on how you partition it of course) The whole OS is likely to take up less than 10GB anyway - less if you cut down the other stuff (you don't really need a Gui, although it can be useful, but if you cut that out, saves the Xserver and all the stuff that Gnome/Kde r whatever) needs. But again, the veread for that is really minimal in comparison with the overall storage space.

    Given that the smallest HD readily available is about 60Gb (and thats a 2.5 inch) you are going to be losing space anyway.

    There are lots of ways to achieve this - there is no 'Best' way - its what works for you and you are comfortable with.
    Last edited by peterb; 27-03-2009 at 09:08 AM.
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  5. Received thanks from:

    oimi (27-03-2009)

  6. #212
    Senior Member
    Join Date
    Jan 2007
    Posts
    363
    Thanks
    142
    Thanked
    4 times in 2 posts

    Re: Linux Server (NAS)

    Quote Originally Posted by peterb View Post
    Yes - a typo (it was late and I have been revising for an exam!)

    Depends how you are approaching the RAID. If you are using a dedicated card (and I can't remember what you decided on) that is OS transparent, then then provided the boot partition is visible before the OS loads, there is no problem. If it isn't (because you are using a software raid such as MDADM, then you need a small boot partition (typically less than 100MB outside the RAID. Saves the power and heat of another hard drive and the overhead of 100MB is minimal considering the cluster size of a 1TB system (depending on how you partition it of course) The whole OS is likely to take up less than 10GB anyway - less if you cut down the other stuff (you don't really need a Gui, although it can be useful, but if you cut that out, saves the Xserver and all the stuff that Gnome/Kde r whatever) needs. But again, the veread for that is really minimal in comparison with the overall storage space.

    Given that the smallest HD readily available is about 60Gb (and thats a 2.5 inch) you are going to be losing space anyway.

    There are lots of ways to achieve this - there is no 'Best' way - its what works for you ad you are comfortable with.
    Hmmm, what you say is interesting.

    In one sense, I would like the OS on a seperate hard drive rather than partition because the external backup will then have an identical copy of JUST the data stored on it. However, the overheads and power consumption you talk about are something of a concern to me too.

    Would you advise the use of a RAID controller on this setup? Its been advise that I use a Linus software RAID, but I'm not sure.

  7. #213
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts

    Re: Linux Server (NAS)

    Entirely your call. Good RAID cards are expensive - software RAID is quite mature in the LINUX environmemnt (can't comment n Windows). I use a very cheap, unsupported XFX card (not sure if they are available) which adds risk (which I mitigate against by having a spare card "just in case" and regular backups) Not sure what I'd do f I was setting it up again - probably software RAID haviing gained a bit of experience with LVM, but I'd want to experiment a bit first to get comfortable with it before putting into main use (although again, taking regular ackups mitigates against that risk)

    You might wnat to look at Mondo Rescue (Google it) which gives an excellent bare metal recovery ption for a Linux OS.

    But - when you get it running - don't forget to back it up - regularly. It'll save you a few sleepless nights.

    And if you do have it Internet facing (in the sense that you want to access it from the public internet) check the configuration very carefully and don't forget to check the logs regularly (at least weekly) to make sure no-one has broken in. And consider very carefully how you are going to access it. SSH properly configured is pretty good but subject to attacks (record for me was 50,000 plus attempts one night - all failed) because it is a well known application. VPN to your router is probably OK. Webserver (Apache) can be a bit trickier, running a mailserver can be trickier still. Do NOT, EVER, allow Telnet access from the internet. FTP is also probably not a good idea.
    Last edited by peterb; 27-03-2009 at 09:23 AM.
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  8. Received thanks from:

    oimi (27-03-2009)

  9. #214
    Senior Member
    Join Date
    Jan 2007
    Posts
    363
    Thanks
    142
    Thanked
    4 times in 2 posts

    Re: Linux Server (NAS)

    Yeah, internet security is going to vital as you say.

    Is there a way to use SSH without installing software on the computer I want to use to access my work from a different location (such as a library, where such applications cannot be installed due to restrictions)?

  10. #215
    Splash
    Guest

    Re: Linux Server (NAS)

    That rather depends on the host OS - many linuxes will have an SSH client installed out of the box, but if it's Windows then you'd need something like Putty - not sure if it's available as a portable app, or if you'd even be able to run a portable app in the situation you're talking about.

    EDIT - ok, Putty can be run from a USB key or CD - take a look at http://portableapps.com/apps/internet/putty_portable

  11. Received thanks from:

    oimi (27-03-2009)

  12. #216
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts

    Re: Linux Server (NAS)

    Quote Originally Posted by Splash View Post
    That rather depends on the host OS - many linuxes will have an SSH client installed out of the box, but if it's Windows then you'd need something like Putty - not sure if it's available as a portable app, or if you'd even be able to run a portable app in the situation you're talking about.

    EDIT - ok, Putty can be run from a USB key or CD - take a look at http://portableapps.com/apps/internet/putty_portable
    In a library you are most likely to encounter Windows, and the configuartion will probably (and should!) prevent you running executeables from a USB stick - which rules out Putty. Therefore you are looking at providing some srt of web access - so you will need to install Apache with access protected by some means or other. Simplest is password, safest is SSL - you will need to research this carefully - start with the Apache foundation pages (Google) and possibly a book (Amazon - search Apache) O'Reilly publish a couple of good ones. Read it - carefully - especially security aspects.
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  13. Received thanks from:

    oimi (27-03-2009)

  14. #217
    Splash
    Guest

    Re: Linux Server (NAS)

    Out of interest... what kind of files are we talking about? Peterb makes a good point about the locked down status of library PCs, you'll probably find that you're unable to write to the local disk as well so I guess it depends on what kind of thing you're aiming to do...

  15. Received thanks from:

    oimi (27-03-2009)

  16. #218
    Senior Member
    Join Date
    Jan 2007
    Posts
    363
    Thanks
    142
    Thanked
    4 times in 2 posts

    Re: Linux Server (NAS)

    Quote Originally Posted by Splash View Post
    Out of interest... what kind of files are we talking about? Peterb makes a good point about the locked down status of library PCs, you'll probably find that you're unable to write to the local disk as well so I guess it depends on what kind of thing you're aiming to do...
    I'm talking about read/write access to word documents etc, if that helps.. I knew that executables would be a problem with the Windows client, which is why I I wasn't sure about SSH.

    I've run an Apache Server before using Windows, so installation shouldn't be too difficult. Running SSL and protecting it will be a bit more difficult...

  17. #219
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts

    Re: Linux Server (NAS)

    You don't have to run SSL - simple password (or better - password using MD5 digest will probably be sufficient.
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  18. #220
    Senior[ish] Member Singh400's Avatar
    Join Date
    Jun 2008
    Posts
    2,935
    Thanks
    136
    Thanked
    310 times in 247 posts

    Re: Linux Server (NAS)

    Just wondering have you ordered any parts yet?

  19. #221
    Senior Member
    Join Date
    Jan 2007
    Posts
    363
    Thanks
    142
    Thanked
    4 times in 2 posts

    Re: Linux Server (NAS)

    I've ordered everything now :-)

  20. #222
    Senior Member strike-down's Avatar
    Join Date
    Oct 2008
    Location
    Devon
    Posts
    718
    Thanks
    76
    Thanked
    54 times in 54 posts
    • strike-down's system
      • Motherboard:
      • Asus Maximus VII Formula
      • CPU:
      • i7-4770k/H100i
      • Memory:
      • 16gb Corsair Dominator Plat 1800mhz
      • Storage:
      • 2x Samsung 850 pro RAID1, 2x HGST 4TB
      • Graphics card(s):
      • Asus GTX980 STRIX
      • PSU:
      • Corsair AX760i
      • Case:
      • CM Storm Trooper
      • Operating System:
      • Win7 Pro x64
      • Monitor(s):
      • Acer XB270H
      • Internet:
      • EE Fibre

    Re: Linux Server (NAS)

    What did you settle for in the end?
    PC: AMD FX8150 @ 4.8GHz, Corsair H100i, Crosshair V Formula, 16GB Corsair Vengeance 1600mhz, 2* MSI GTX670 2GB PE SLI, Asus Xonar Xense, 256GB OCZ Vector, 2TB Seagate Barracuda RAID1, Corsair AX760, CM Storm trooper, Windows 7 Pro
    Hackintosh: Intel i7-4770k @ 4.4GHz, Corsair H100i, Gigabyte Z87M-WIFI, 16GB Corsair Dominator Platinum 1866mhz, 120GB OCZ Agility 3, Antec TP 750W, Bitfenix Prodigy, Mavericks
    Server: AMD FX6300, Asus M5A97 R2, 8GB Kingston ECC RAM, 2* 1TB WD RED RAID1, 2* WD RED 3TB RAID1, Intel Pro/1000 PT Dual NIC, Seasonic 620W, Sharkoon T9 case, APC 750VA Smart UPS, Windows Server 2008 R2

  21. #223
    Senior Member
    Join Date
    Jan 2007
    Posts
    363
    Thanks
    142
    Thanked
    4 times in 2 posts

    Re: Linux Server (NAS)

    1 100PCS MALE CONNECT UT-193 4.97 5.72
    1 305M CAT5e CABLE standard 34.99 40.24
    6 1m Serial ATA Cable 8.94 10.28
    1 Corsair TwinX 2GB DDR2 6400 C4 21.64 24.89
    1 75075R CAB STRIPER PUNCHDOWN 0.79 0.91
    5 Akasa AK-195BL 13.9CM FAN+ADAP 27.45 31.57
    1 AMD AM2 DCORE 5050E Energy Eff 44.49 51.16
    1 CAIR 400W CMPSU-400CXUK 38.40 44.16
    1 Edge DAS401 x2 SATA2 NAS RAID 111.11 127.78
    1 Asus M3A78-CM 51.30 59.00
    1 LG GH22NS40 22X SATA BLK OEM 14.34 16.49
    1 SCAN FREE GIFT: 0.00 0.00
    1 Targus Pa440E Travel Comb Lock 0.00 0.00
    1 E Carriage 10.82 12.44
    1 Auto. generated by E Orders 0.00 0.00
    Sub Total £369.24
    VAT £55.40
    Total £424.64

    Cooler Master Dominator 690 PC Case With Window / Black (PC Shop) @ £67.99

    + previously mentioned HDDs...

  22. #224
    Senior Member strike-down's Avatar
    Join Date
    Oct 2008
    Location
    Devon
    Posts
    718
    Thanks
    76
    Thanked
    54 times in 54 posts
    • strike-down's system
      • Motherboard:
      • Asus Maximus VII Formula
      • CPU:
      • i7-4770k/H100i
      • Memory:
      • 16gb Corsair Dominator Plat 1800mhz
      • Storage:
      • 2x Samsung 850 pro RAID1, 2x HGST 4TB
      • Graphics card(s):
      • Asus GTX980 STRIX
      • PSU:
      • Corsair AX760i
      • Case:
      • CM Storm Trooper
      • Operating System:
      • Win7 Pro x64
      • Monitor(s):
      • Acer XB270H
      • Internet:
      • EE Fibre

    Re: Linux Server (NAS)

    Me personally I would have spent a bit less than that, but that is far better than what you were first suggesting . Should give you good reliable service for years When can we expect details on the build? Pics included
    PC: AMD FX8150 @ 4.8GHz, Corsair H100i, Crosshair V Formula, 16GB Corsair Vengeance 1600mhz, 2* MSI GTX670 2GB PE SLI, Asus Xonar Xense, 256GB OCZ Vector, 2TB Seagate Barracuda RAID1, Corsair AX760, CM Storm trooper, Windows 7 Pro
    Hackintosh: Intel i7-4770k @ 4.4GHz, Corsair H100i, Gigabyte Z87M-WIFI, 16GB Corsair Dominator Platinum 1866mhz, 120GB OCZ Agility 3, Antec TP 750W, Bitfenix Prodigy, Mavericks
    Server: AMD FX6300, Asus M5A97 R2, 8GB Kingston ECC RAM, 2* 1TB WD RED RAID1, 2* WD RED 3TB RAID1, Intel Pro/1000 PT Dual NIC, Seasonic 620W, Sharkoon T9 case, APC 750VA Smart UPS, Windows Server 2008 R2

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 48
    Last Post: 29-05-2008, 02:22 PM
  2. Setting up a file server (linux)
    By Gordy in forum Software
    Replies: 11
    Last Post: 01-06-2007, 11:54 PM
  3. Replies: 15
    Last Post: 19-10-2006, 12:33 PM
  4. Building a linux server / pc - hardware
    By madman045 in forum Software
    Replies: 7
    Last Post: 21-09-2006, 08:35 AM
  5. What Linux distro for a server?
    By Aaron in forum Software
    Replies: 7
    Last Post: 18-09-2004, 11:13 PM

Posting Permissions

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