— iIT-Services

Archive
Tag "Partitioning"

In case, during your partition resizing, your Windows installation turns sour (e.g., when installing multi boot such as with Bootcamp on a Mac), the follwing tutorial might serve the purpose: https://www.digitalcitizen.life/command-prompt-fix-issues-your-boot-records.

Especially the Bootrec.exe does a good job in the case of a “Missing operating system”.

Read More

The following tutorial is borrowed from: https://superuser.com/questions/1270251/resizing-windows-10-bootcamp-partition-manually, generously written by the user dardeshna.

Read More

GPT fdisk (consisting of the gdisk, cgdisk, sgdisk, and fixparts programs) is a set of text-mode partitioning tools for Linux, FreeBSD, Mac OS X, and Windows. The gdisk, cgdisk, and sgdisk programs work on Globally Unique Identifier (GUID) Partition Table (GPT) disks, rather than on the older (and once more common) Master Boot Record (MBR) partition tables. The fixparts program repairs certain types of damage to MBR disks and enables changing partition types from primary to logical and vice-versa. You can learn more about fixparts on its dedicated Web page. If gdisk, cgdisk, and sgdisk sound interesting to you, then read on (or skip straight to the “Obtaining GPT fdisk” link if you don’t need the GPT pep talk): http://www.rodsbooks.com/gdisk/.

Read More