Partitionen

  • parted
  • gparted (grafisch)
  • fdisk
    • Beispiel: Neue Swap anlegen:

      fdisk /dev/sda
      
      n (Neue Partition)
          p (Primäre Partition)
          2 (Partitionsnummer)
      t (Partitionstyp)
          82 (Linux Swap)
      

last update: 2024-01-28 17:42:17 +0100