Created
February 1, 2012 13:41
-
-
Save denysonique/1716990 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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