Results 1 to 7 of 7

Thread: WHS 2011 installed to and run from USB flash ?

  1. #1
    Registered+
    Join Date
    Jan 2005
    Posts
    73
    Thanks
    1
    Thanked
    0 times in 0 posts

    Question WHS 2011 installed to and run from USB flash ?

    WHS 2011 installed to and run from USB flash ?

    I am posting this question on two forums : Hexus and AVForums.
    I did some research on the web but so far I have not come across the definitive answer.

    Similar questions have been asked before here and there but the answers varied.
    Most respondents claimed that for "some reason" (unspecified) it cannot be done ("no Windows OS can be installed in that way").

    Following valuable advice from Hexus community I bought popular HP Microserver N40L.
    I am considering installing either FreeNAS or WHS 2011 as OS.
    There are pros and cons for both.
    As you are probably well aware, the unit has 4 HDD dedicated bays, one slot for optical drive and one internal USB port so there are various HDD / OS configurations possible without attaching anything to any external ports.

    It is confirmed that FreeNAS can be installed to and then run from the internal USB flash port.
    That leaves all 4 bays available for HDDs that I would aim to configure into some sort of RAID 10 (or two RAID 1).
    I have a spare optical drive that I could slot into an empty dedicated bay – nice to have.

    However somehow I am more inclined to install WHS2011.
    The trouble is that if it has to go onto the HDD then the nice configuration described above is no longer feasible.
    With some effort and after some gymnastics I could, potentially, build something like that :
    - replace BIOS to enable 5th internal SATA port for HDD
    - install WHS2011 onto 5th (existing 250GB) HDD that could be installed (with some brackets ?) into an empty space normally reserved for the optical drive
    - as planned add 4 new HDD into 4 standard bays
    While this can be done then :
    - I loose option for the optical drive (not essential but could be useful)
    - the setup is not quick and dirty by any means

    Therefore before I decide what to do I would really like to know if WHS 2011 cannot be installed onto the USB flash stick.

    If it can be do (i.e. it has been done) then, please, direct me to some instructions how it could be done.

  2. #2
    Registered+
    Join Date
    Jan 2005
    Posts
    73
    Thanks
    1
    Thanked
    0 times in 0 posts

    Re: WHS 2011 installed to and run from USB flash ?

    Got some feedback on AVForums and consider this thread closed.
    The simple answer remains NO.

    After reading some posts here and there I am planning putting SSD drive for OS into ODD bay.

  3. #3
    jim
    jim is offline
    HEXUS.clueless jim's Avatar
    Join Date
    Sep 2008
    Location
    Location: Location:
    Posts
    11,457
    Thanks
    613
    Thanked
    1,645 times in 1,307 posts
    • jim's system
      • Motherboard:
      • Asus Maximus IV Gene-Z
      • CPU:
      • i5 2500K @ 4.5GHz
      • Memory:
      • 8GB Corsair Vengeance LP
      • Storage:
      • 1TB Sandisk SSD
      • Graphics card(s):
      • ASUS GTX 970
      • PSU:
      • Corsair AX650
      • Case:
      • Silverstone Fortress FT03
      • Operating System:
      • 8.1 Pro
      • Monitor(s):
      • Dell S2716DG
      • Internet:
      • 10 Mbps ADSL

    Re: WHS 2011 installed to and run from USB flash ?

    It's not a particularly good idea as the OS needs regular writing to and those flash memory sticks won't last many rewrites before they give up the ghost.

    Extra hard disk in the top slot is the correct answer, just make sure you get the fixed BIOS.

  4. #4
    HEXUS.social member Agent's Avatar
    Join Date
    Jul 2003
    Location
    Internet
    Posts
    19,185
    Thanks
    739
    Thanked
    1,614 times in 1,050 posts

    Re: WHS 2011 installed to and run from USB flash ?

    Pendrive write endurance isn't really an issue these days. Even low end MLC drives have ~10K write limit, which is writing the drive over once a day, every day for 27 years.

    SLC based ones often have around 100 000, and these are appearing more due to USB3. Some places are claiming some drives even have 250 000 writes.....

    An OS is *not* writing several gig a day for it's operations, which means you're unlikely to even fill a drive once a day (assuming something > a few gig).

    So in short, write endurance is not an issue (sorry Jim ).

    What is an issue is speed. A lot of pendrives not only have a slower write speed compared to HDDs, but read speed can also be bad. And the real problem? access times.
    Most flash you find in pendrives / SD cards usually swap access speed for write speed. So you can have a nice and fast SD card in terms of reading and writing, but the random access speed is abysmal. This is why people rage when they buy a class 10 card for their phone, install apps / OS stuff to it and it's slow - it's because of the access speed, not the transfer speed.

    For this reason alone, a lot of the flash you find on SD cards and pendrives is entirely unsuitable for a Windows OS. I've seen some people use cheap flash as a way of booting a Linux kernel and then copying the SD to a RAM drive and then running from there - that works fine.
    Quote Originally Posted by Saracen View Post
    And by trying to force me to like small pants, they've alienated me.

  5. #5
    Registered+
    Join Date
    Jul 2008
    Posts
    31
    Thanks
    0
    Thanked
    1 time in 1 post

    Re: WHS 2011 installed to and run from USB flash ?

    Can't the external eSATA on the micro server also be used? I'm sure I've seen someone make use of it. Pretty sure you'll need to the custom BIOS too.

    At the moment I've just got my OS on the 250gb that shipped with it and 2x2tb and a 1tb. But once the HDD prices come down i'll want 4x2tb i think.

  6. #6
    jim
    jim is offline
    HEXUS.clueless jim's Avatar
    Join Date
    Sep 2008
    Location
    Location: Location:
    Posts
    11,457
    Thanks
    613
    Thanked
    1,645 times in 1,307 posts
    • jim's system
      • Motherboard:
      • Asus Maximus IV Gene-Z
      • CPU:
      • i5 2500K @ 4.5GHz
      • Memory:
      • 8GB Corsair Vengeance LP
      • Storage:
      • 1TB Sandisk SSD
      • Graphics card(s):
      • ASUS GTX 970
      • PSU:
      • Corsair AX650
      • Case:
      • Silverstone Fortress FT03
      • Operating System:
      • 8.1 Pro
      • Monitor(s):
      • Dell S2716DG
      • Internet:
      • 10 Mbps ADSL

    Re: WHS 2011 installed to and run from USB flash ?

    Quote Originally Posted by Agent View Post
    Pendrive write endurance isn't really an issue these days. Even low end MLC drives have ~10K write limit, which is writing the drive over once a day, every day for 27 years.

    SLC based ones often have around 100 000, and these are appearing more due to USB3. Some places are claiming some drives even have 250 000 writes.....

    An OS is *not* writing several gig a day for it's operations, which means you're unlikely to even fill a drive once a day (assuming something > a few gig).

    So in short, write endurance is not an issue (sorry Jim ).
    I was under the impression that the USB drives used much cheaper flash and were far inferior in terms of longevity to SSDs and the like?

    I just realised as well that this is about WHS2011 which is probably different - in the (old) WHS that I use, courtesy of demigrator.exe and so on, you could easily rack up a heck of a lot disk writing over the course of a day.

  7. #7
    HEXUS.social member Agent's Avatar
    Join Date
    Jul 2003
    Location
    Internet
    Posts
    19,185
    Thanks
    739
    Thanked
    1,614 times in 1,050 posts

    Re: WHS 2011 installed to and run from USB flash ?

    Quote Originally Posted by snootyjim View Post
    I was under the impression that the USB drives used much cheaper flash and were far inferior in terms of longevity to SSDs and the like?
    The flash is usually of a cheaper / different type, but it mostly hits access speed and read / write times, not endurance.

    If we take a look at the Sandisk product info for SD cards: http://www.flashgenie.net/img/produc...dv2.2final.pdf

    Endurance

    SanDisk SD cards have an endurance specification for each sector of 100,000writes typical
    (reading a logical sector is unlimited). This far exceeds what is typically required in almost
    all SD Card applications.

    Therefore, extremely heavy use of the card in cellular phones,
    personal communicators, pagers and voice recorders will use only a fraction of the total
    endurance over the device’s lifetime. For instance—it would take over 10 years to wear out
    an area on an SD Card based on a file of any size (from 512 bytes to maximum capacity)
    being rewritten 3 times per hour, 8 hours a day, 365 days per year.

    With typical applications, the endurance limit is not of any practical concern to the vast
    majority of users.
    100K of writes is a serious amount, given that SSDs often have 3/5k.

    Now USB pendrives can use a range of integrated flash, don't get me wrong, but I've opened quite a few pendrives only to see a micro SD card + reader inside

    So SD cards for an OS? Sure, as long as you can put up with the poor access speeds / times. the instant response from so many places now is that they will die due to writing, but is just false. It's your standard internet myth.

    You can buy a SD to SATA adaptor and install Windows to it...but what's the point? 64Gig SSDs are almost not much more cost wise (A decent 32gig Sandisk Ultra micro SD is ~£27 + the SATA to SD bridge). You might as well go for a SSD with a much faster speed, no hardware in the middle and is just easier.

    Check this PDF for some more maths: http://www.stec-inc.com/downloads/AN...CALCULATOR.pdf
    Last edited by Agent; 03-07-2012 at 03:24 PM.
    Quote Originally Posted by Saracen View Post
    And by trying to force me to like small pants, they've alienated me.

Thread Information

Users Browsing this Thread

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

Posting Permissions

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