Como abrir o terminal Gparted?

16

Eu li este documento do gparted para recuperar de problemas de inicialização quando uma partição é movida. Para testar o comando grub no terminal gparted, eu quero abrir o terminal, mas não encontrar uma maneira do meu Ubuntu 13.04. Quando executo sudo gparted & no terminal do meu shell, ele abre a GUI e, portanto, não posso testar os comandos. Como abrir o terminal?

    
por Ravi 05.12.2013 / 11:00

2 respostas

21

Por que não? Sim, houve , dividido . você pode usá-lo no terminal. basta instalar Gparted seguindo o comando e usá-lo no terminal executando parted

sudo apt-get install gparted

GParted é um front end gráfico (mais) para a biblioteca libparted usada pelo projeto Parted. Se você quiser usar a linha de comando, use parted (nota: não há g na frente do nome).

use apenas sudo parted para iniciá-lo.

Aqui está toda a lista de comandos em parted :

$ sudo parted

GNU Parted 2.3
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) help                                                             
  align-check TYPE N                        check partition N for TYPE(min|opt) alignment
  check NUMBER                             do a simple check on the file system
  cp [FROM-DEVICE] FROM-NUMBER TO-NUMBER   copy file system to another partition
  help [COMMAND]                           print general help, or help on COMMAND
  mklabel,mktable LABEL-TYPE               create a new disklabel (partition table)
  mkfs NUMBER FS-TYPE                      make a FS-TYPE file system on partition NUMBER
  mkpart PART-TYPE [FS-TYPE] START END     make a partition
  mkpartfs PART-TYPE FS-TYPE START END     make a partition with a file system
  resizepart NUMBER END                    resize partition NUMBER
  move NUMBER START END                    move partition NUMBER
  name NUMBER NAME                         name partition NUMBER as NAME
  print [devices|free|list,all|NUMBER]     display the partition table, available devices, free space, all found partitions, or a particular partition
  quit                                     exit program
  rescue START END                         rescue a lost partition near START and END
  resize NUMBER START END                  resize partition NUMBER and its file system
  rm NUMBER                                delete partition NUMBER
  select DEVICE                            choose the device to edit
  set NUMBER FLAG STATE                    change the FLAG on partition NUMBER
  toggle [NUMBER [FLAG]]                   toggle the state of FLAG on partition NUMBER
  unit UNIT                                set the default unit to UNIT
  version                                  display the version number and copyright information of GNU Parted
(parted) 
    
por αғsнιη 13.09.2014 / 09:14
2

Essas instruções estão dizendo para você abrir um terminal e usar o console grub .

O GParted não possui seu próprio terminal ou modo de console.

    
por Oli 05.12.2013 / 11:16