Recommended Posts

How to build a Home Server with Windows 8

Saying that Windows 8 is a major shift in strategy for Microsoft is pretty obvious at this point. Between the Metro interface, complete dismissal of the start menu, focus on touch screen devices, and myriad other changes; this is not the Windows of the Bill Gates era. One change which hasn?t received much discussion is the idea of Windows 8 being Microsoft?s next iteration for not only Windows 7, but for Windows Home Server.

If you haven?t heard, Windows Home Server has been discontinued by Microsoft. For those not familiar with the Windows Home Server product line to begin with, it was designed to be the central hub of your home network; providing easy access to large amounts of easily expandable storage, simple backups, media functionality, and synchronization of usernames and passwords throughout your home network. The good news is that Windows 8 provides much of the same functionality previously found only in Windows Home Server.

Our in-depth guide here will show you everything you'll need to build a Windows 8 home server.

Configuring Storage

Windows 8 offers some new tools which make it easy to create large amounts of redundant storage that may seem familiar if you?ve used Windows Home Server in the past. The storage spaces feature lets you group multiple physical hard drives together into a single storage pool and even provides options for redundancy. Storage spaces are probably a good idea even if you only have a single drive at the moment due to the ability to dynamically expand the size of your volume by adding more drives, much like the drive extender feature familiar to Windows Home Server users.

power_user_menu.png

Power users can quickly access a number of tools using this hidden menu.

To begin configuring storage spaces, you need to access the Control Panel, which can be a little tricky in Windows 8. The two easiest ways we?ve found to get there are:

1. Go to the Start Screen, type ?Control Panel?, then click on the Control Panel shortcut.

2. Move your mouse cursor to the bottom left of the screen to bring up the Start Screen shortcut, right click on the shortcut, and choose the Control Panel option. (There are some other goodies here as well, so keep this trick in mind for later use.)

Once you?ve navigated to the Control Panel you can find Storage Spaces under the System and Security category. The first step in getting storage spaces up and running is to create a storage pool and add physical drives to the pool. One thing to know is that storage pools use the full capacity of your hard drive, so if you have existing data it needs to be copied off before you add the drive into a storage pool.

storage_spaces.png

Storage spaces let you create RAID-like storage on the cheap.

Within the Storage Spaces applet in the Control Panel you should see a link that says Create a new pool and storage space. Click this link and confirm the user account control pop-up to begin adding drives to your storage pool. The next screen will ask you to choose the drives to use in your storage pool. Select the drive or drives you want to use and click the Create pool button at the bottom of the window. Notice you can use any combination of internal and external drives to create your storage pool (we?re using two 2TB Backup Plus Desk drives from Seagate connected over USB 3.0).

Once the storage pool is created we move on to creating a storage space. There are several options when creating a storage space, some of which require some additional explanation. The name and drive letter are probably obvious to Maximum PC readers, these configure how the storage space is displayed in File Explorer. You would think the pool size would be another obvious option, but storage spaces can be configured to be larger than the amount of physical storage you have available. To be clear this is not usable space, but it does allow you to create a large storage space and expand through new physical drives as needed.

storage_space_config.png

Configuring a storage space is extremely simple.

Resiliency is probably the most confusing of the storage space options. A storage space can be built to protect against drive failure by storing a duplicate copy of your data on more than one drive in a mirroring configuration. The caveats to using resiliency are that you must have multiple drives in your storage pool and the maximum storage capacity is reduced because some of the drive space is being used for resiliency. A storage space can even be configured to store an additional copy of your data in a three-way mirror. Sadly you cannot add or change the resiliency configuration of a storage space simply by adding another drive at a later date. What you can do later is add additional drives, configure a new storage space with resiliency, and then move your files to the new storage space. Also keep in mind that you can have multiple storage spaces in a single storage pool. This means you could have a resilient storage space mirroring your important documents, and a second storage pool with no resiliency used for music or videos which you could recover through another method.

Sharing your Files

Microsoft introduced the HomeGroup feature in Windows 7, and it?s returned in Windows 8. The feature allows you to set up a relationship between the Windows PCs on your network and eases the process of sharing files and devices between computers. There are two parts to sharing files using HomeGroup on your network.

homegroup_password.png

HomeGroup creates a random password during the initial configuration.

First we need to create the HomeGroup and add computers. HomeGroup settings can be found in the Control Panel under the Network and Internet category. If there is already a HomeGroup on your network, you will be invited to join the existing HomeGroup, otherwise you will be prompted to create a new HomeGroup. There?s really not much to actually creating the HomeGroup itself. The system will generate a password which you must use to join other computers to the group. This password can be changed later to something you can remember.

Sharing files using a HomeGroup is most easily done by using Libraries. The HomeGroup Control Panel allows you to choose which libraries get shared with other users in the HomeGroup. If you want to simply share a single file it can be done by adding it to a shared library.

For our scenario, we?re looking to share entire folders within our new storage space. By creating Music, Video, and Pictures folders we can easily organize our media files. Additionally we can add these folders to the existing libraries by simply right clicking and choosing Include in library to start sharing them to the HomeGroup.

Sometimes we don?t want to do things exactly like Microsoft designed, so using the existing libraries isn?t always going to be a workable solution. Fortunately you can add libraries and then share them with the HomeGroup or simply share an individual folder without using the libraries. To test this, let?s create a Backup folder in our storage space. Once the folder is created, right click on the folder, choose Share with, and choose HomeGroup (view and edit).

homegroup.png

Libraries shared to the HomeGroup integrate directly into Windows Explorer.

Now that we?ve created our HomeGroup and shared all of our files open up File Explorer (this is another option in that power user menu we showed you earlier). In the left panel of File Explorer you should now see a HomeGroup section with your username underneath. Expanding your username should show the computers you have access to, and should provide a list of shared folders on that computer.

Another feature of a HomeGroup is the ability to stream media over the network using DLNA. This can be configured using the Media streaming options in the Network and Sharing Center Control Panel. The Media streaming options will allow you to allow or disallow individual media devices on your network from accessing certain types of files.

Protecting your Data

One thing we can?t recommend highly enough is backing up your data. Few things are worse than losing years of pictures or documents because of a failed hard drive or accidental deletion. There are two aspects of data protection we want to take a look at, using your Windows 8 server as backup storage and backing up the storage volume itself.

windows_backup.png

Windows Backup isn?t gone from Windows 8, it?s just hiding.

Using your Windows 8 server as backup storage is as simple as using the Backup folder we created earlier as your storage volume. This can be done with most backup tools, including Windows Backup and File History (which we?ll talk about in a minute). Interestingly, Windows Backup is a deprecated feature in Windows 8, which means two things. First, it?s hard to find. Second, it?s a feature that may disappear completely in future versions of Windows.

To use the traditional Windows Backup features in Windows 8 you need to go to File History in the System and Security category. Once there you will see an option for Windows 7 File Recovery in the bottom left corner of the window. Another option is to switch to the Control Panel?s icon view and find the Windows 7 File Recovery option there. Once you are in Windows Backup/Windows 7 File Recovery you can create a system image, back up your libraries, or choose individual folders to back up. These steps can be used to back up other computers to your central storage or to back up your centralized files and folders to another location.

file_history.png

File History is a feature we wish we had before deleting that massive Word document.

Another option to back up critical files in Windows 8 is by using the File History feature. File History is primarily used for backing files up from other computers to your centralized storage, but it offers some increased flexibility over traditional backups. File History can be configured by simply choosing the backup location and turning the feature on. In addition to having a backup copy of your files you also have the ability to open a previous version of a file. This is particularly handy if you?ve accidentally deleted something contained in a file, such as paragraphs from a document or a slide from a presentation.

Conclusion

Windows 8 is certainly a shift from previous versions of Windows, but it?s not all about the new interface and the start screen. If you know where to look there are some sweet new features that open up new possibilities in how we use our computers on a daily basis.

http://www.maximumpc.com/article/windows/windows_8_home_server_guide

Link to comment
https://www.neowin.net/forum/topic/1117523-windows-8-home-server-guide/
Share on other sites

  • 3 weeks later...

I haven't looked yet, but I need to find a guide for Server 2012 Essentials since that replaced the Windows Home Server line of the home server OS's. :(

Take a look here. Paul Thurrot wrote a series of articles on Server 2012 Essentials that cover most of the things you'll need to know. It's pretty straight forward to get up and running although you should read up on storage spaces and put some thought into what how you want to set it up as it's not quite as flexible as the Drive Extender technology in WHSv1. I set up a parity space and although it works well it's a bit more rigid than I would have preferred.

I also found the walkthrough at WeGotServed quite useful although it's a bit wordy and deals with specific issues the author faced setting everything up in a VM.

http://www.wegotserved.com/2012/08/18/installing-windows-server-essentials-2012-part-1/

http://www.wegotserved.com/2012/08/26/installing-windows-server-2012-essentials-part-2/

http://www.wegotserved.com/2012/08/31/installing-windows-server-2012-essentials-part-3/

  • 2 years later...
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • DriversCloud 12.1.6 by Razvan Serea With DriversCloud (formerly My-Config.com), you can explore your computer easily, safely and free. The application quickly scans your PC and identifies the hardware and software components. DriversCloud then establishes a list of the different drivers compatible with your OS and hardware. Download the drivers needed for the proper functioning of your computer. To detect your drivers, DriversCloud also displays a detailed summary of your hardware and software configuration, analyzes your BSOD, monitors in real-time your PC voltages and temperatures and lets you share your configuration online. Once the hardware components have been detected, you will be able to obtain with just a few clicks the latest drivers corresponding to the identified hardware. You can record your configuration on the site for free, and can get the corresponding URL to post the configuration to technical forums, e-mail and social networks. You can also download the detection result (the configuration) as a PDF file. To protect the user's privacy and data confidentiality, a 4-level confidentiality system was created that filters the XML marks and gives control to the user. The default level can be modified in the preferences. Using the maximum level will prevent the user from publishing his configuration and generating a corresponding PDF file. In non-connected mode, each XML configuration is stored on the server for one day (for practical reasons). However, you are given the opportunity to manually delete it. Created in 2004, and continually improved, My-Config.com has established itself on the web as a free service to PC users running Windows and Linux operating systems. The service is designed to work with the most common Internet browsers (Edge, Firefox, Chrome, Safari). Download: DriversCloud 64-bit | 20.0 MB (Freeware) Download: DriversCloud 32-bit | 18.9 MB Link: DriversCloud Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Ocenaudio 3.19.3 by Razvan Serea  Ocenaudio is a full featured, fast and easy to use audio and music editor. It is the ideal software for people who need to edit and analyze audio files without complications. Ocenaudio also has powerful features that will please more advanced users. To assist ocenaudio development, a powerful toolset of audio editing, analysis and manipulation called Ocen Framework was created. ocenaudio is also based on Qt framework, a well known library for cross-platform development. Cross-platform support ocenaudio is available for all major operating systems: Microsoft Windows, Mac OS X and Linux. Native applications are generated for each platform from a common source, in order to achieve excelent performance and seamless integration with the operating system. All versions of ocenaudio have a uniform set of features and the same graphical interface, so the skills you learn in one platform can be used in the others. VST plugins support Ocenaudio supports VST (Virtual Studio Technology) plugins, giving its users access to numerous effects. Like the native effects, VST effects can use real-time preview to aide configuration. Real-time preview of effects Applying effects such as EQ, gain and filtering is an important part of audio editing. However, it is very tricky to get the desired result by adjusting the controls configuration alone: you must listen the processed audio. To ease the configuration of audio effects, ocenaudio has a real time preview feature: you hear the processed signal while adjusting the controls. The effect configuration window also includes a miniature view of the selected audio signal. You can navigate on this miniature view in the same way as you do on the main interface, selecting parts that interest you and listening to the effect result in real time. Multiselection for delicate editions To speed up complex audio files editing, ocenaudio includes multi-selection. With this amazing tool, you can simultaneously select different portions of an audio file and listen, edit or even apply an effect to them. For example, if you want to normalize only the excerpts of an interview where the interviewee is talking, just select them and apply the effect. Eficient edition of large files With ocenaudio, there is no limit to the length or the quantity of the audio files you can edit. Using an advanced memory management system, the application keeps your files open without wasting any of your computer's memory. Even in files several hours long, common editing operations such as copy, cut or paste happen almost instantly. Fully featured spectrogram Besides offering an incredible waveform view of your audio files, ocenaudio has a powerful and complete spectrogram view. In this view, you can analyze the spectral content of your audio signal with maximum clarity. Advanced users will be surprised to find that the spectrogram settings are applied in real time. The display is updated immediately when altering features such as the number of frequency bands, window type and size and dynamic range of the display. Ocenaudio 3.19.3 changelog: Fixes issues with MP4 files with more than 8 channels Fixes incorrect VBR detection for some CBR MP3 files Other bug fixes and improvements Download: Ocenaudio 64-bit | Portable | ~40.0 MB (Freeware) Download: Ocenaudio for Linux and Mac OS View: Ocenaudio Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • DiskGenius 6.2.0.1829 - All Versions: Free, Lite & Portable by Razvan Serea DiskGenius is a full-featured partition manager, which is designed to optimize disk usage for Windows users. It will efficiently help you recover lost data, resize/split partition, backup files, edit hex data, check bad sectors, manage virtual disks, erase data, etc.. Create a system image backup for current Windows with simple clicks to keep the operating system under protection. DiskGenius key features: Partition Management - It can create format, resize, extend, backup, split, hide and clone partition, both MBR and GPT are supported. Disk and partition conversion - Convert dynamic disk to basic, convert virtual disk format and convert MBR to GPT, convert primary partition to logical. File recovery - It can recover files deleted or emptied form recycle bin, recover files from damaged partition or disk and recover files by file type and supports file preview and file filter. Partition recovery - It is the best partition recovery program in that it can recover files from damaged, corrupted and RAW partitions, search for lost partition and recover files from it, besides, it can fix partition table. RAID recovery - It can reconstruct Virtual RAID and recover files from it, and all RAID types are supported. Sector Editor - A Hex editor is embedded to help users edit raw hex data and recover data manually. Backup and Restore - It can backup and restore partition including system partition, hard disk and partition table. Bad Tracks - It can check and repair bad sectors for all storage devices; check hard disk S.M.A.R.T. information. Delete files permanently - It can delete files permanently so that they can't be recovered by any data recovery software. Virtual Disk - It supports virtual disks, including VMware, Virtual PC and Virtual Box. Create WinPE bootable disk and you can manage disk partition when system crashes or there is no operating system on your computer. Support FAT12/FAT16/FAt32/exFAT/NTFS/EXT2/EXT3/EXT4 file system format. DiskGenius 6.2.0.1829 changelog: Add the "Disk Speed Test" feature. Add the "Windows Boot Repair and Conversion" feature. Add the BMB21-2019 erase standard to the "Erase Sectors" feature. Add support for restoring an individual partition from a PMFX disk image file. Enhanced The "Verify Or Repair Bad Sectors/Blocks" feature displays disk read speed in the detection window during scanning. The "Quick Partition" dialog box allows users to quickly select the number of partitions by pressing the numeric keys 1, 2, 7, 8, or 9. The "Set Volume Name" dialog box supports selecting preset volume labels provided by the software. The "Copy Sectors" feature supports resuming copy tasks after modifying the number of skipped bad sectors. Add the "TRIM Optimization" option to the format dialog box. The "Clone Partition" and "Clone Disk" features perform TRIM optimization on target partitions or disks before cloning. Add support for Not Equal To search conditions (prefixed with "!") when searching hexadecimal data in the sector editor. Optimize the display of capacity values in the program interface to show two decimal places. Add a minimize button to dialogs that may require long processing time. Enhance support for the ReFS file system. Enhance support for newer HIF and MP4 formats when recovering files by type. Enhance support for the EXT4 file system. Enhance compatibility of the "File Recovery" feature with special data structures. Fixed Fixed the issue that the selected file system type automatically reverted to NTFS after changing it to exFAT or EXT4 in the "Quick Partition" dialog box. Fixed inaccurate Unicode string search results in the "Sector Editor" feature. Fixed the issue that exceptions might occur when adding multiple disks in the "Erase Sectors" feature. Fixed the issue that insufficient target disk space was incorrectly reported in some cases when cloning, backing up, or restoring disks. Fixed the issue that folder modification timestamps were not preserved when copying files from ReFS partitions. Fixed the issue that Excel-format reports generated by features such as file copying or bad sector checking could not be opened when the report contained more than one million rows. Fixed the issue that folders were not displayed in the exclude-folder dialog box when backing up partitions to image files. Fixed the issue that the "Erase Sectors" feature could not be executed in some cases. Download: DiskGenius 6.2.0.1829 | 63.9 MB (Freeware, paid upgrade available) Download: DiskGenius Portable 64-bit | 40.0 MB Download: DiskGenius Portable 32-bit | 36.0 MB Download: DiskGenius Lite 64-bit | 13.4 MB Download: DiskGenius Lite 32-bit | 11.6 MB View: DiskGenius Home Page | DiskGenius Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Week One Done
      agatameier earned a badge
      Week One Done
    • One Month Later
      agatameier earned a badge
      One Month Later
    • Week One Done
      ssd21345 earned a badge
      Week One Done
    • Contributor
      MarkHughes4096 went up a rank
      Contributor
    • Dedicated
      jordanspringer earned a badge
      Dedicated
  • Popular Contributors

    1. 1
      +primortal
      513
    2. 2
      +Edouard
      185
    3. 3
      PsYcHoKiLLa
      144
    4. 4
      ATLien_0
      95
    5. 5
      Steven P.
      75
  • Tell a friend

    Love Neowin? Tell a friend!