Posts

Showing posts from August, 2012

Sharepoint 2013 Setup on Standalone Machine

Image
Hello Everyone As I discussed about Rebuilding my Machine in my last post. This time we'll be catching up with Installation of Microsoft Sharepoint 2013 . The Base Operating System will be Windows Server 2012 . After installation of Operating System, we need to Add some features. Wireless Lan Feature(if you're working on a Laptop):                                  In Server Manager Dashboard , click Manage , and then click Add Roles and Features . The Add Roles and Features Wizard opens. Click Next . In Select installation type , select Role-based or feature-based installation , and then click Next . In Select destination server , select the local server for which you want to enable the Wireless LAN Service, and then click Next . In Select server roles , click Next . In Select Server features , in...

Apologies and Reformat of My Machine with some info About Partitioning

Sincere apologies to the followers of this blog. Got disconnected for some time, my machine got into some issues. The reason for that was I had forgotten the concept of Primary Partitions and Extended partitions. Lemme clear that for you: Partitions can be of two types Primary Partition Secondary Partition Primary Partition : A primary partition contains one file system In DOS and earlier versions of Microsoft Windows systems, the system partition was required to be the first partition. More recent Windows operating systems (Win7, XP, etc.) can be located on any partition, but the boot files (bootmgr, ntldr, etc.) must be on a primary partition. There can only be at the max four Primary Partitions on a Hard Disk The partition type code for a primary partition can either correspond to a file system contained within (e.g. 0x07 means either an NTFS or an OS/2 HPFS file system) or indicate that the partition has a special use (e.g. code 0x82 usually indicates a Linux swap ...