locked
How To replace System Drive in WHS V1 RRS feed

  • Question

  • I have a failing drive and it is the system drive , I need the easyiest method to replace it.

    Thanks in Advance


    Mark G

    Friday, December 30, 2016 6:53 PM

Answers

  • Trying this first with the cmd prompt

    net stop pdl

    net stop whsbackup

    chkdsk D: /x /r  

    chkdsk C: /x /r

    for /d %%1 in (C:\fs\*) do start chkdsk /x /r %%1


    Mark G

    • Marked as answer by Lunker 1 Tuesday, January 10, 2017 1:39 PM
    Monday, January 2, 2017 12:43 AM

All replies

  • Look in the FAQ section of this forum.

    Phil P.S. If you find my comment helpful or if it answers your question, please mark it as such.

    Saturday, December 31, 2016 4:30 AM
  • Trying this first with the cmd prompt

    net stop pdl

    net stop whsbackup

    chkdsk D: /x /r  

    chkdsk C: /x /r

    for /d %%1 in (C:\fs\*) do start chkdsk /x /r %%1


    Mark G

    • Marked as answer by Lunker 1 Tuesday, January 10, 2017 1:39 PM
    Monday, January 2, 2017 12:43 AM
  • I have a failing drive and it is the system drive , I need the easyiest method to replace it.

    Thanks in Advance


    Mark G

    If the drive is replaced, are all the updates still availible for download? Ugh...all the updates have to be re downloaded pp1-3? Hasto be a better way!

    Mark G


    Mark G

    Tuesday, January 10, 2017 1:42 PM