When ordering from the US, parcels may be subject to import tax and duty charges, which the buyer is responsible to pay.

NEW & Fast Ship! GParted Professional Hard Drive Partition Manager Software USB

This product data sheet is originally written in English.


NEW & Ready to Ship Fast! + Download Included - GParted Professional Hard Drive Partition Manager on a Flash Drive & a Professional Disc - Provided by Sharper Jacks
GParted
[SOFT - 35 - WML - D1+F]
GParted is a partition editor for graphically managing your disk partitions.

With GParted you can resize, copy, and move partitions without data loss, enabling you to:

• Grow or shrink your C: drive

• Create space for new operating systems

• Attempt data rescue from lost partitions

Why Partition your Disk Device?

To Improve Performance

To improve performance, you should place frequently accessed files in a partition at the start of the hard disk drive.

Modern hard disk drives contain more sectors of data at the outer edge of the physical disk than at the inner edge. Hard drives spin at a constant rate; normally 5400, 7200, or 10,000 RPM. This physical configuration means that more data can be accessed at the outer edge (start) in a single spin of the disk than at the inner edge (end).

To take advantage of these physical hard disk drive properties, you should place frequently accessed files at the start of the disk (lower sector numbers).

For example to shorten the Operating System boot time, you should place the OS in a partition at the start of the hard disk drive. Less frequently accessed information, such as your data files, should be placed in a partition after the OS.

Note: These improved performance properties only apply to hard disk drives because these devices contain spinning disks.

For disk devices that do not contain moving parts, such as Solid State Drives (SSDs), memory sticks, and USB Flash drives, you will get increased performance by aligning partitions to mebibyte (MiB) boundaries.

Aligning partitions to mebibyte (MiB) boundaries works well with modern Operating Systems and all types of disk devices.

To install more than one Operating System

To install more than one Operating System, you should create separate partitions for each OS.

Because different Operating Systems have different requirements, each OS should have a separate partition so that these individual requirements can be met.

Partition Requirements

• Windows requires a primary partition for the OS.

• GNU/Linux can use either a primary partition or a logical partition.

• Mac OS X needs a primary partition.

File System Requirements

• Windows performs optimally with NTFS.

• GNU/Linux prefers file systems such as ext2/3/4, xfs, and btrfs.

• Mac OS X performs optimally with HFS+.

Partition Table Requirements

As a general rule, each disk device should contain only one partition table.
Mac OS X is an exception to this rule.
• Recent Windows versions, such as Windows 7, can use either a GPT or an MSDOS partition table.
Older Windows versions, such as Windows XP, require an MSDOS partition table.

• GNU/Linux can use either a GPT or an MSDOS partition table.

• Mac OS X uses a hybrid partition table scheme consisting of both a GPT and an MSDOS partition table.
Note: After editing partitions with GParted, the hybrid partition table scheme gets out of sync. You can re-synchronize the partition tables using the gptsync command included with GParted Live, or with the rEFIt application.

Note: On disk devices with a 512 byte sector size, an MSDOS partition table is limited to 2 TB. For disk sizes larger than 2 TB you need to use a different partition table, such as GPT.

To share data among Operating Systems

To share data among Operating Systems, you should place your data in a file system in a separate partition that can be read from and written to by all your OSes (e.g., FAT32).

In a perfect world, all Operating Systems would be able to read from and write to all file system types. Unfortunately this is not the case. Hence if you wish to access your data from all of your OSes, you need to use a file system type that each OS can access.

The FAT16 (limited to 2 GB) and FAT32 file systems are examples of two file systems that can be read from and written to by OSes, such as Windows, GNU/Linux, and Mac OS X.

To make computer maintenance tasks quicker

To make computer maintenance tasks quicker, you should store your data in a separate partition.

Even if you do not run multiple Operating Systems on your computer, there are advantages to storing your data in a partition separate from the OS.

One advantage is that you will have at least two partitions: one containing the OS (and applications), and a second containing data, as opposed to a single larger partition. The file system on a small partition is quicker to check or defragment than a large partition. This can save you time when your computer is running file system checks to recover from a power failure, or when you are defragmenting your disk for improved performance.

A second advantage is that if all of your data is contained in a separate partition, then you can use the backup strategy that I use. Specifically, on a frequent basis I back up all of my data in my data partition, but do not back up the OS or applications.

My reasoning is that I cannot afford to lose my data, but I can lose the OS because with some effort I can re-install the Operating System and applications using the install media. Recreating my data is neither practical, nor even possible.

A third advantage to storing your data in a separate partition is that it makes Operating System upgrades quicker. Often when upgrading from one major version of an OS to another version, the process involves reformatting the partition. If your data is in the same partition as the OS, then you will have to restore your data from backup. If; however, you have your data in a separate partition, then you can skip the step to restore your data from backup.

Caveat: Too many partitions

Because managing multiple partitions can become onerous, you should only create or reserve space for as many partitions as you reasonably need.

I would be remiss if I did not tell you about the problems that can occur with too many partitions. Specifically partitions do not share free space with other partitions. Hence if one partition runs out of free space, then you will need to resize, move, or delete other partitions to enable you to address the lack of free space problem.

If there is unallocated space immediately after the partition, then growing the partition into this space is often a quick task.

Unfortunately if unallocated space is not available immediately after the partition, then the task becomes much more onerous. This is because moving partitions is a time consuming task, and there is always the chance of data loss due to software bugs, hardware problems, or power failure. We highly recommend that you back up your data prior to moving partitions.

To minimize the chance that you will need to restructure your partition layout, we recommend that you spend some time up front to estimate the partition sizes you will need.

GParted enables you to easily manage your disk partitions:

• Create partition tables, (e.g., msdos or gpt)

• Create, move, copy, resize, check, label, set new UUID, and delete partitions

• Enable and disable partition flags, (e.g., boot or hidden)

• Align partitions to mebibyte (MiB) or traditional cylinder boundaries

• Attempt data rescue from lost partitions

GParted works with the following storage devices:

• Hard disk drives (e.g., Sata, IDE, and SCSI)

• Flash memory devices, such as USB memory sticks, Solid State Drives (SSD's), and Non-Volatile Memory Express devices (NVMe's)

• Raid Devices (hardware Raid, motherboard BIOS Raid, and Linux software Raid)

• All sector sizes (e.g., devices with 512, 1024, 2048, 4096 byte sectors and more)

GParted supports the following actions on file systems:

[1] Copy performed using ntfsclone command.

[2] You need kernel support for this file system if you want to grow it (or shrink if shrink is supported).

[3] Although it's not possible to shrink an xfs file system directly, you can shrink it using GParted's copy functionality.

[4] Native available through libparted (versions < 3.0 or versions > 3.0). For example libparted-3.1.

[5] Copy performed using xfsdump and xfsrestore.

[6] Requires mtools to read and write labels and UUIDs.

[7] The blkid command from e2fsprogs v1.41+ is required for ext4 detection.

[8] The swaplabel command from util-linux v2.18+ is required to write labels and UUIDs on linux-swap.

[9] The blkid command from util-linux v2.18+ is required for exfat detection.

[10] Requires btrfs-tools version released after Oct. 25, 2011 to write labels.

[11] Requires ntfs-3g advanced release version >= 2012.1.15AR to change UUID. The ntfs-3g stable version 2012.1.15 does not yet support changing NTFS UUID.

[12] The blkid command from util-linux v2.20+ or libparted 2.4+ is required for nilfs2 detection.

[13] The blkid command from util-linux v2.23+ is required for f2fs detection.

[14] The blkid command from util-linux v2.24+ is required for refs detection.

[15] Requires btrfs-progs version >= 4.1 June 2015 package to set new btrfs UUID.









One advantage is that you will have at least two partitions: one containing the OS (and applications), and a second containing data, as opposed to a single larger partition. The file system on a small partition is quicker to check or defragment than a large partition. This can save you time when your computer is running file system checks to recover from a power failure, or when you are defragmenting your disk for improved performance. A third advantage to storing your data in a separate partition is that it makes Operating System upgrades quicker. Often when upgrading from one major version of an OS to another version, the process involves reformatting the partition. If your data is in the same partition as the OS, then you will have to restore your data from backup. If; however, you
One advantage is that you will have at least two partitions: one containing the OS (and applications), and a second containing data, as opposed to a single larger partition. The file system on a small partition is quicker to check or defragment than a large partition. This can save you time when your computer is running file system checks to recover from a power failure, or when you are defragmenting your disk for improved performance. A third advantage to storing your data in a separate partition is that it makes Operating System upgrades quicker. Often when upgrading from one major version of an OS to another version, the process involves reformatting the partition. If your data is in the same partition as the OS, then you will have to restore your data from backup. If; however, you
Language English
Format CD
MPN Does Not Apply
Brand Provided by Sharper Jacks
License Category Standard
UPC Does not apply
Country/Region of Manufacture United States
Platform Windows
For Operating Systems Microsoft Windows 10
For Operating Systems Microsoft Windows 10 64-bit
For Operating Systems Microsoft Windows 8.1
For Operating Systems Microsoft Windows 8.1 64-bit
For Operating Systems Microsoft Windows 8
For Operating Systems Microsoft Windows 8 64-bit
For Operating Systems Microsoft Windows 7
For Operating Systems Microsoft Windows 7 64-bit
For Operating Systems Microsoft Windows Vista
For Operating Systems Microsoft Windows Vista 64-bit
For Operating Systems Microsoft Windows XP
For Operating Systems Microsoft Windows XP 64-bit
For Operating Systems Windows
For Operating Systems Linux
For Operating Systems Apple Mac OS 6
For Operating Systems Apple Mac OS 7
For Operating Systems Apple Mac OS 8
For Operating Systems Apple Mac OS 9
For Operating Systems Apple macOS 10.12, Sierra
For Operating Systems Apple Mac OS X 10.11, El Capitan
For Operating Systems Apple Mac OS X 10.10, Yosemite
For Operating Systems Apple Mac OS X 10.9, Mavericks
For Operating Systems Apple Mac OS X 10.8, Mountain Lion
For Operating Systems Apple Mac OS X 10.7, Lion
For Operating Systems Apple Mac OS X 10.6, Snow Leopard
For Operating Systems Apple Mac OS X 10.5, Leopard
Type Disk Management
Operating Systems Apple Mac OS 6
Operating Systems Apple Mac OS 7
Operating Systems Apple Mac OS 8
Operating Systems Apple Mac OS 9
Operating Systems Microsoft Windows XP
Operating Systems Microsoft Windows XP 64-bit
Operating Systems Microsoft Windows 7
Operating Systems Microsoft Windows 7 64-bit
Operating Systems Microsoft Windows Vista
Operating Systems Microsoft Windows Vista 64-bit
Operating Systems Microsoft Windows 8
Operating Systems Microsoft Windows 8 64-bit
Operating Systems Microsoft Windows 10
Operating Systems Microsoft Windows 10 64-bit
Operating Systems Linux
Operating Systems Apple Mac OS X 10.0, Cheetah
Operating Systems Apple Mac OS X 10.1, Puma
Operating Systems Apple Mac OS X 10.2, Jaguar
Operating Systems Apple Mac OS X