(Criou página com 'Categoria:Linux Categoria:PARTIONAMENTO Categoria:DISCOS Categoria:DICAS =DIMENSIONANDO PARTIÇÃO SUPERIOR A 2TB= * Utilizar o comando '''parted '''com gpt:…') |
(→DIMENSIONANDO PARTIÇÃO SUPERIOR A 2TB) |
||
| Linha 50: | Linha 50: | ||
(parted) quit | (parted) quit | ||
Information: Don't forget to update /etc/fstab, if necessary. | Information: Don't forget to update /etc/fstab, if necessary. | ||
| - | <pre> | + | </pre> |
'''Formatar: ''' | '''Formatar: ''' | ||
| Linha 57: | Linha 57: | ||
# mkfs.ext4 /dev/sda1 | # mkfs.ext4 /dev/sda1 | ||
| - | <pre> | + | </pre> |
'''Verificando:''' | '''Verificando:''' | ||
Manual do parted
# man parted
Formatação:
# parted /dev/sda GNU Parted 1.8.1 Using /dev/sda Welcome to GNU Parted! Type 'help' to view a list of commands. (parted) mklabel gpt Warning: The existing disk label on /dev/sdb will be destroyed and all data on this disk will be lost. Do you want to continue? Yes/No? yes (parted) Definir a unidade padrão para TB, digitar: (parted) unit TB Criando a partição: (parted) mkpart primary 0.00TB 4.00TB Visualizar: (parted) print Disk /dev/sda: 4.00TB Sair: (parted) quit Information: Don't forget to update /etc/fstab, if necessary.
Formatar:
# mkfs.ext4 /dev/sda1
Verificando:
# fdisk -l /dev/sda