Questo contenuto non è disponibile nella lingua selezionata.

13.3. Removing a Partition


Warning

Do not attempt to remove a partition on a device that is in use.

Procedure 13.3. Remove a partition

  1. Before removing a partition, boot into rescue mode (or unmount any partitions on the device and turn off any swap space on the device).
  2. Start parted, where /dev/sda is the device on which to remove the partition:
    # parted /dev/sda
  3. View the current partition table to determine the minor number of the partition to remove:
    # print
  4. Remove the partition with the command rm. For example, to remove the partition with minor number 3:
    # rm 3
    The changes start taking place as soon as you press Enter, so review the command before committing to it.
  5. After removing the partition, use the print command to confirm that it is removed from the partition table. You should also view the output of /proc/partitions to make sure the kernel knows the partition is removed.
    # cat /proc/partitions
  6. The last step is to remove it from the /etc/fstab file. Find the line that declares the removed partition, and remove it from the file.
Red Hat logoGithubRedditYoutubeTwitter

Formazione

Prova, acquista e vendi

Community

Informazioni sulla documentazione di Red Hat

Aiutiamo gli utenti Red Hat a innovarsi e raggiungere i propri obiettivi con i nostri prodotti e servizi grazie a contenuti di cui possono fidarsi.

Rendiamo l’open source più inclusivo

Red Hat si impegna a sostituire il linguaggio problematico nel codice, nella documentazione e nelle proprietà web. Per maggiori dettagli, visita ilBlog di Red Hat.

Informazioni su Red Hat

Forniamo soluzioni consolidate che rendono più semplice per le aziende lavorare su piattaforme e ambienti diversi, dal datacenter centrale all'edge della rete.

© 2024 Red Hat, Inc.