Last active
October 1, 2016 15:21
-
-
Save dungmanh88/52d9c53ddc18c12efdd6939f6b303cea to your computer and use it in GitHub Desktop.
Get unallocated space
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@test home]# parted | |
GNU Parted 2.1 | |
Using /dev/sda | |
Welcome to GNU Parted! Type 'help' to view a list of commands. | |
(parted) print free | |
Model: VMware Virtual disk (scsi) | |
Disk /dev/sda: 32,2GB | |
Sector size (logical/physical): 512B/512B | |
Partition Table: msdos | |
Number Start End Size Type File system Flags | |
32,3kB 1049kB 1016kB Free Space | |
1 1049kB 211MB 210MB primary ext4 boot | |
2 211MB 4506MB 4295MB primary linux-swap(v1) | |
3 4506MB 32,2GB 27,7GB primary ext4 | |
Free space is unallocated space |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment