table of contents
PARTX(8) | Administração do sistema | PARTX(8) |
NOME¶
partx - avisa o kernel sobre a presença e quantidade de partições no disco.
SINOPSE¶
partx [-a|-d|-P|-r|-s|-u] [-t type] [-n M:_N_] [-] disk
partx [-a|-d|-P|-r|-s|-u] [-t type] partition [disk]
DESCRIÇÃO¶
Dado um dispositivo ou imagem de disco, partx tenta analisar a tabela de partição e listar seu conteúdo. Ele também pode dizer ao kernel para adicionar ou remover partições de sua contabilidade.
O argumento disco é opcional quando um argumento partição é fornecido. Para forçar a varredura de uma partição como se fosse um disco inteiro (por exemplo, para listar subpartições aninhadas), use o argumento "-" (hífen, menos). Por exemplo:
partx --show - /dev/sda3
Isso verá o sda3 como um disco inteiro em vez de uma partição.
partx is not an fdisk program - adding and removing partitions does not change the disk, it just tells the kernel about the presence and numbering of on-disk partitions.
OPÇÕES¶
-a, --add
-b, --bytes
By default, the unit, sizes are expressed in, is byte, and unit prefixes are in power of 2^10 (1024). Abbreviations of symbols are exhibited truncated in order to reach a better readability, by exhibiting alone the first letter of them; examples: "1 KiB" and "1 MiB" are respectively exhibited as "1 K" and "1 M", then omitting on purpose the mention "iB", which is part of these abbreviations.
-d, --delete
-g, --noheadings
-l, --list
-n, --nr M:N
M
M:
:N
M:N
-o, --output lista
--output-all
-P, --pairs
-r, --raw
-s, --show
-t, --type tipo
--list-types
-u, --update
-S, --sector-size tamanho
-v, --verbose
-h, --help
-V, --version
AMBIENTE¶
LIBBLKID_DEBUG=all
EXEMPLO¶
partx --show /dev/sdb3, partx --show --nr 3 /dev/sdb, partx --show /dev/sdb3 /dev/sdb
partx --show - /dev/sdb3
partx -o START -g --nr 5 /dev/sdb
partx -o SECTORS,SIZE /dev/sda5 /dev/sda
partx --add --nr 3:5 /dev/sdd
partx -d --nr :-1 /dev/sdd
AUTORES¶
Davidlohr Bueso <dave@gnu.org>, Karel Zak <kzak@redhat.com>
A versão original foi escrita por Andries E. Brouwer <aeb@cwi.nl>
VEJA TAMBÉM¶
addpart(8), delpart(8), fdisk(8), parted(8), partprobe(8)
RELATANDO PROBLEMAS¶
For bug reports, use the issue tracker at <https://github.com/util-linux/util-linux/issues>.
DISPONIBILIDADE¶
O comando partx é parte do pacote util-linux que pode ser baixado do Linux Kernel Archive <https://www.kernel.org/pub/linux/utils/util-linux/>.
2024-10-01 | util-linux 2.40.2 |