Friday, December 30, 2011

Converting to a fixed virtual hard disk–for a Server core installation

http://blogs.msdn.com/b/virtual_pc_guy/archive/2011/12/30/converting-to-a-fixed-virtual-hard-disk-for-a-server-core-installation.aspx



My last challenge for getting all of my server virtual machines over to fixed-size virtual hard disks is moving some of my Windows Server 2008 R2 virtual machines.  As a reminder, the goal here is to move a virtual machine on a large dynamically expanding virtual hard disk to a smaller fixed-size virtual hard disk. I have used the same technique as I discussed here – but for obvious reasons the process is quite different, as I cannot use any of the GUI tools.  Here is the process I followed:

 

  1. Login to the virtual machine using an administrative account
  2. Run diskpart
  3. Check your disks with list disk
  4. Select the disk you want to shrink (disk 0 in my case – so select disk 0)
  5. Check your partitions with list partition
  6. Select the partition you want to shrink (partition 4 in my case – so select partition 3)
  7. Check how much space you can save with shrink querymax
  8. Shrink the partition to your desired size (in my case - shrink desired=70000 – note that the value here is how much you are shrinking the partition by, not the new size of the partition)
  9. Check that you are happy with the new size with list partition
  10. Exit diskpart with quit
    image
  11. Once you have shrunk the partition(s) use Windows Server Backup inside the virtual machine (if you have not installed this – you can do so by running start /w ocsetup WindowsServerBackup – don’t worry, this does not take up much space and does not require a reboot to install)
  12. Run a full backup on a Remote shared folder and provide a file share to use for storing the back
    1. I have a share setup on my parent partition for backing up virtual machines to when I am doing this
    2. The command that I used for this is: wbadmin start backup -backupTarget:\\Hyper-V\Backups –allCritical –include:d: –VSSfull
      image
  13. While the backup is going you can actually jump to the next step.  Creating a new fixed virtual hard disk
  14. Open the New Virtual Hard Disk Wizard
  15. Choose to create a new fixed size virtual hard disk that is the right size for your smaller partitions
  16. Once the backup is complete, and the fixed virtual hard disk is created, shutdown the virtual machine
  17. Open the virtual machine settings and replace the dynamic virtual hard disks with the new fixed size virtual hard disks
  18. Boot the virtual machine using a Windows Server 2008 R2 installation DVD
  19. After choosing your language, choose Repair your computer (instead of clicking on Install now)    
  20. Then select Restore your computer using a system image that you created earlier and click Next
  21. Click Cancel on the warning that comes up, and then click Next followed by Advanced…
  22. Select Search for a system image on the network, followed by clicking Yes
  23. When prompted – enter the network path that you used to create the backup and click OK
  24. Select your backup from the table and click Next
  25. Select the disks you want to restore and click Next, Next, Finish and Yes
  26. The virtual machine will reboot automatically once the backup is restored

Once this is all complete, and once you have confirmed that the virtual machine is working properly, you can delete the dynamically expanding disk and the backup.

Cheers,
Ben



from Virtual PC Guy's Blog http://blogs.msdn.com/b/virtual_pc_guy/

Looking Back: Ethan Chooses His Own Top 10 Favorite Films of 2011

http://www.firstshowing.net/2011/looking-back-ethan-chooses-his-own-top-10-favorite-films-of-2011/

Ethan's Top 10 Films of 2011

Well, after tomorrow, 2011 will be yet another chapter in the history of cinema, and while we've already gone over some of the films that disappointed us and left terrible tastes in our mouths, now is the time to reflect on the films that remind us why we absolutely love going to the movies. There are plenty of films that I enjoyed quite emphatically from the epic conclusion of Harry Potter and the Deathly Hallows: Part II to the subtle, quiet but riveting financial crisis drama Margin Call. However, not even those films made the cut to be included in my Top 10 Favorite Films of 2011. So find out what actually tickled my fancy below! ...

Continue reading Looking Back: Ethan Chooses His Own Top 10 Favorite Films of 2011



from FirstShowing.net http://www.firstshowing.net

Looking Back: Jeremy Picks His Own Top 10 Favorite Films of 2011

http://www.firstshowing.net/2011/looking-back-jeremy-picks-his-own-top-10-favorite-films-of-2011/

Jeremy's Top 10 Films of 2011

Out with the bad. In with the good. But not just the good. No, save the good for the ten most "it was decent, but I'm ready to get out of the theater now" LIST. This is the best. These are the movies that reinvigorate our love of cinema, and the movies that are the reason I love going to the theater in the first place. There were many throughout the year 2011, and it was hard to whittle this list down to the 10 best films, but thankfully my honorable mentions help me get around that issue a little bit. Sadly, there's no Nicolas Cage on this list. It's not looking good for Ghost Rider: Spirit of Vengeance, either. I swear I'll stop picking on that movie as soon as I see it. But before that comes, take a gander at my top ten movies of 2011. See the list below...

Continue reading Looking Back: Jeremy Picks His Own Top 10 Favorite Films of 2011



from FirstShowing.net http://www.firstshowing.net

Converting to a fixed virtual hard disk–the hard way

http://blogs.msdn.com/b/virtual_pc_guy/archive/2011/12/29/converting-to-a-fixed-virtual-hard-disk-the-hard-way.aspx



Yesterday I showed you how to easily convert a dynamically expanding virtual hard disk to a fixed size virtual hard disk.  But, how do you do this if you want to keep your fixed size virtual hard disk as small as possible?  Well, here is the process that I use for my Windows Server 2008 R2 virtual machines:

 

  1. Login to the virtual machine using an administrative account
  2. Open Server Manager and select the Disk Management node under the Storage node.
  3. Right click on the partition that you want to shrink and select Shrink
  4. Select how much you want to shrink the partition by
    1. In my case I want to shrink a 250GB partition to 70GB:
      image
  5. Once you have shrunk the partition(s) open Windows Server Backup inside the virtual machine (if you have not installed this – you can do so by choosing to Add Features from Server Manager – don’t worry, this does not take up much space and does not require a reboot to install)
  6. In Windows Server Backup select Backup Once…
  7. This will open the Backup Once Wizard.  There is only one choice on the first page.  On the second page choose Full server
  8. Then select to store the backup on a Remote shared folder and provide a file share to use for storing the back
    1. I have a share setup on my parent partition for backing up virtual machines to when I am doing this
  9. Complete the wizard and wait for the backup to complete:
    image
  10. While the backup is going you can actually jump to the next step.  Creating a new fixed virtual hard disk
  11. Open the New Virtual Hard Disk Wizard
  12. Choose to create a new fixed size virtual hard disk that is the right size for your smaller partitions
    1. Here I am making a 70GB virtual hard disk for my WDS server:
      image
  13. Once the backup is complete, and the fixed virtual hard disk is created, shutdown the virtual machine
  14. Open the virtual machine settings and replace the dynamic virtual hard disks with the new fixed size virtual hard disks
  15. Boot the virtual machine using a Windows Server 2008 R2 installation DVD
  16. After choosing your language, choose Repair your computer (instead of clicking on Install now)     
  17. Then select Restore your computer using a system image that you created earlier and click Next
  18. Click Cancel on the warning that comes up, and then click Next followed by Advanced…
  19. Select Search for a system image on the network, followed by clicking Yes
  20. When prompted – enter the network path that you used to create the backup and click OK
  21. Select your backup from the table and click Next
  22. Select the disks you want to restore and click Next, Next, Finish and Yes
  23. The virtual machine will reboot automatically once the backup is restored

Once this is all complete, and once you have confirmed that the virtual machine is working properly, you can delete the dynamically expanding disk and the backup.

Cheers,
Ben



from Virtual PC Guy's Blog http://blogs.msdn.com/b/virtual_pc_guy/

1 million Galaxy Notes shipped worldwide, US fans throw money at their screens

http://www.engadget.com/2011/12/29/1-million-galaxy-notes-shipped-worldwide-us-fans-throw-money-at/

The Galaxy Note, Samsung's unconventional powerhouse, has managed to ship 1 million units in under two months. While eager US customers still wait for the 5.3-inch tabletphone hybrid to arrive on their shores, the Galaxy Note has apparently struck a chord in Europe and Asia. The number of units shipped is always more substantial than the number devices out there in end-users' (preferably large) hands, but it bodes well for the device's eventual reception in the US. Now, whether it will include an LTE radio, we'll have to wait and see.

Continue reading 1 million Galaxy Notes shipped worldwide, US fans throw money at their screens

1 million Galaxy Notes shipped worldwide, US fans throw money at their screens originally appeared on Engadget on Thu, 29 Dec 2011 04:35:00 EDT. Please see our terms for use of feeds.

Permalink The Verge  |  sourceSamsung (Flickr)  | Email this | Comments

from Engadget http://www.engadget.com

Converting to a fixed virtual hard disk–the easy way

http://blogs.msdn.com/b/virtual_pc_guy/archive/2011/12/28/converting-to-a-fixed-virtual-hard-disk-the-easy-way.aspx



As I discussed yesterday – I have been working on converting my virtual machines from dynamic virtual hard disks to fixed virtual hard disks.  There are a couple of ways that you can do this.  The easiest way is to just convert the disks using Hyper-V.  To do this you need to:

  1. Shutdown the virtual machine (do not put it into a saved state)
  2. Open the virtual machine settings and select the virtual hard disks one at a time
  3. Click the Edit button on the settings page:
    image
  4. This will open the edit virtual hard disk wizard with the selected virtual hard disk.  Choose the Convert option:
    image
  5. Next, enter a file name for the new fixed virtual hard disk:
    image
  6. Wait for the virtual hard disk to be converted (this will take a while)
  7. Change the virtual machine settings to point to the new, fixed, virtual hard disk
  8. Boot the virtual machine
  9. Once you have confirmed that everything is working properly, delete the old dynamic virtual hard disks

While this process is fairly easy to follow – it has one big drawback.  The fixed virtual hard disk will take up the maximum space of the dynamically expanding virtual hard disk.  For some of my virtual machines I had created small dynamically virtual hard disks, so this worked well.  But for some of them I had created foolishly large dynamically expanding virtual hard disks.

Tomorrow I will document the process that I used for these virtual machines.

Cheers,
Ben



from Virtual PC Guy's Blog http://blogs.msdn.com/b/virtual_pc_guy/

Intel starts shipping Atom N2600, N2800 processors for netbooks, ten hours of battery life promised

http://www.engadget.com/2011/12/28/intel-starts-shipping-atom-n2600-n2800-processors-ten-hours-of/

We've already seen a few benchmarks and other hints that they'd soon be shipping, and Intel has now officially announced that its new Cedar Trail Atom processors are finally available, with the first systems using them set to roll out early next year. The two chips you'll likely be seeing the most of are the Atom N2600 and N2800 -- both dual-core, and both designed for use in netbooks, where they promise to allow for up to ten hours of battery life and "weeks of standby," and offer support for 1080p video playback. Also rolling out today are the D2500 and D2700, which are designed for use in entry-level desktops and all-in-one computers, as well as more commercial systems. As for all those systems themselves, details remain a bit light, but Intel says you can expect to see some from Acer, Asus, HP, Lenovo, Samsung, and Toshiba.

Continue reading Intel starts shipping Atom N2600, N2800 processors for netbooks, ten hours of battery life promised

Intel starts shipping Atom N2600, N2800 processors for netbooks, ten hours of battery life promised originally appeared on Engadget on Wed, 28 Dec 2011 12:54:00 EDT. Please see our terms for use of feeds.

Permalink   |   | Email this | Comments

from Engadget http://www.engadget.com

The best smartphones to carry with you into 2012

http://arstechnica.com/gadgets/news/2011/12/the-best-smartphones-to-take-into-the-new-year.ars?utm_source=rss&utm_medium=rss&utm_campaign=rss

Another year has gone by, and we are dozens of texting, calling, app-downloading machines the richer for it. Below, we've picked some of our favorite high-end and budget-conscious smartphones that we would be proud to carry into 2012.

High-end winners

Samsung Galaxy S II (Android)

There are few phones, or even objects, I would recommend more heartily than the Galaxy S II. This phone has been a worldwide success, and for good reason: it's speedy, has a fantastic camera and prodigious battery life, and is remarkably easy to type on. Its biggest drawback is that it's not available on all American carriers. But that aside, I was, and am, enamored of it. Here's hoping its transition to Android 4 goes smoothly.

Read the rest of this article...

Read the comments on this post



from Ars Technica http://arstechnica.com/index.php

'Forrest Gump,' 'Bambi' and Others Added to National Film Registry

http://www.firstshowing.net/2011/forrest-gump-bambi-and-more-added-to-national-film-registry/

Forrest Gump / National Film Registry

For over 20 years now The Library of Congress has chosen a select group of films to be preserved in the National Film Registry, and this year's titles have just been revealed. Last year The Empire Strikes Back made it into the registry, and this year there's a whole new set of 25 films that will be preserved under the terms of the National Film Preservation Act as they have been deemed "culturally, historically or aesthetically" significant to cinema or as Librarian of Congress James H. Billington (no relation to Alex) says, "These films are selected because of their enduring significance to American culture." More below...

Continue reading 'Forrest Gump,' 'Bambi' and Others Added to National Film Registry



from FirstShowing.net http://www.firstshowing.net

Tuesday, December 27, 2011

Untethered jailbreak now available for pre-A5 iPhones, iPads and Touches

http://www.engadget.com/2011/12/27/untethered-jailbreak-now-available-for-pre-a5-iphones-ipads-and/

It's just a few weeks since pod2g revealed his untethered jailbreak for iOS 5 and -- boom -- all of a sudden it's up for the DL. The exploit has been incorporated into redsn0w 0.9.10, the Pwnage Tool and Chronic Devteam's Cydia package, and it works on the iPhone 3GS, iPhone 4 (including the CDMA version), iPad 1, iPod Touch 3G and iPod Touch 4G, so long as they've been updated to iOS 5.0.1. Meanwhile, pod2g is reportedly now looking for a way to snap the shackles on A5-based devices too, but hopefully only after he's taken some rest -- a burned-out jailbreaker is no good to anybody. Full instructions are at the source link.

[Thanks to everyone who sent this in]

Untethered jailbreak now available for pre-A5 iPhones, iPads and Touches originally appeared on Engadget on Tue, 27 Dec 2011 07:01:00 EDT. Please see our terms for use of feeds.

Permalink   |  sourceiPhone Devteam  | Email this | Comments

from Engadget http://www.engadget.com

Monday, December 26, 2011

CUPP's PunkThis graduates to tablets, earns a degree in security (hands-on video)

http://www.engadget.com/2011/12/26/cupps-punkthis-graduates-to-tablets-earns-a-degree-in-security/

Remember CUPP Computing's PunkThis board we played with at Computex 2011? It's now left the confines of its 2.5-inch hard drive form-factor and jumped ship from a standard Asus netbook to a Core i5-equipped Eee Slate EP121, taking residence alongside the tablet's battery. As a refresher, PunkThis puts a complete ARM-based system into an x86 computer by replacing the SATA HDD with a single core 1GHz Texas Instruments OMAP 3730 processor, 512MB RAM and WiFi, along with a mini-PCIe socket for SSD storage, plus connectors for the host's video, audio and USB interfaces. While CUPP computing is still working hard to make PunkThis commercially available for tech-savvy individuals, it acquired Israeli security company Yoggie last July and built this demo machine to attract another kind of customer.

The tablet we tested was running Windows 7 Home Premium and Android 2.3.4 simultaneously, and was equipped with an additional button for switching between x86 and ARM modes. Since the Asus EP121 already uses a mini-PCIe SSD instead of 2.5-inch SATA storage, a prototype PunkThis board was designed to fit alongside a modified battery. Gingerbread didn't break a sweat supporting both the 1280x800-pixel capacitive touchscreen and pen-based Wacom digitizer thanks to some additional hardware and software tweaks. Beyond the ability to switch between Windows for heavy lifting and Android for improved battery life, it's possible to use both x86 and ARM side-by-side. Imagine antivirus and firewall software running on the PunkThis board in mission-critical security applications for enterprise, and it's easy to see where CUPP Computing is going with this. Check out the gallery below and our hands-on video after the break.

Continue reading CUPP's PunkThis graduates to tablets, earns a degree in security (hands-on video)

CUPP's PunkThis graduates to tablets, earns a degree in security (hands-on video) originally appeared on Engadget on Mon, 26 Dec 2011 07:21:00 EDT. Please see our terms for use of feeds.

Permalink   |   | Email this | Comments

from Engadget http://www.engadget.com

Install SQL and WordPress on WHS 2011

http://www.mswhs.com/2011/12/install-sql-and-wordpress-on-whs-2011/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+MSWHS+%28MS+Windows+Home+Server%29

Windows Home Server MVP Nigel Wilks explains to us the Microsoft Web Platform Installer for WHS 2011 users.

Web Platform Installer 3.0

This installer will enable you to easily install a whole suite of applications from Sql through to WordPress, even Forum software such as PhpBB onto Windows Home Server 2011. In the post Nigel explains how to get the installer setup an d configured, which you can find here.

Install SQL and WordPress on WHS 2011 is a post from: MS Windows Home Server - Your Personal Guide to MicroSoft Windows Home Server!



from MSWHS.com http://www.mswhs.com