Skip to content

Instantly share code, notes, and snippets.

@denysonique
Created February 1, 2012 13:41
Show Gist options
  • Save denysonique/1716990 to your computer and use it in GitHub Desktop.
Save denysonique/1716990 to your computer and use it in GitHub Desktop.
[root@speedy dennis]# parted /dev/sda p free
Model: ATA Hitachi HTS54321 (scsi)
Disk /dev/sda: 160GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 32.3kB 32.3GB 32.3GB primary boot
32.3GB 33.4GB 1081MB Free Space
3 33.4GB 160GB 127GB extended
5 33.4GB 126GB 93.0GB logical ext3
126GB 160GB 33.6GB Free Space
[root@speedy dennis]# btrfs filesystem resize max /
Resize '/' of 'max'
[root@speedy dennis]# parted /dev/sda p free
Model: ATA Hitachi HTS54321 (scsi)
Disk /dev/sda: 160GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 32.3kB 32.3GB 32.3GB primary boot
32.3GB 33.4GB 1081MB Free Space
3 33.4GB 160GB 127GB extended
5 33.4GB 126GB 93.0GB logical ext3
126GB 160GB 33.6GB Free Space
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment