CONTENT
  • CHANGES
Szukaj
counter

#top parted


parted - partycjonowanie dyskow powyzej 2TB

Powiązane:
parted, sfdisk,

SYNOPSIS
parted [options] [device [command [options...]...]]


DESCRIPTION



OPTIONS
-h, --help
displays a help message

-l, --list
lists partition layout on all block devices

-m, --machine
displays machine parseable output

-s, --script
never prompts for user intervention

-v, --version
displays the version

-a alignment-type, --align alignment-type
Set alignment for newly created partitions, valid alignment types are:

non
Use the minimum alignment allowed by the disk type.

cylinder
Align partitions to cylinders.

minimal
Use minimum alignment as given by the disk topology information. This and the opt value will use layout information provided by the disk to align the logical partition table addresses to actual physical blocks on the disks. The min value is the minimum aligment needed to align the partition properly to physical blocks, which avoids performance degradation.

optimal
Use optimum alignment as given by the disk topology information. This aligns to a multiple of the physical block size in a way that guarantees optimal performance.



EXAMPLES
parted /dev/cciss/c1d0 mktable gpt - create table GPT
parted /dev/cciss/c1d0 p - print partition table
parted /dev/cciss/c1d0 mkpart 83 0 128000 - create parttion table - 0-128GB
parted /dev/cciss/c1d0 mkpart 83 128000 10000000 - create parttion table - 128GB-10TB
parted /dev/cciss/c1d0 rm 1 - remove partition 1
parted /dev/cciss/c1d0 rm 2 - remove partition 2




Zmodyfikowany ostatnio: 2014/05/15 09:59:53 (9 lat temu), textsize: 2,47 kB, htmlsize: 3,18 kB

Zapraszam do komentowania, zgłaszania sugestii, propozycji, własnych przykładów, ...
Dodaj komentarzKomentarze użytkowników