Skip to content

Instantly share code, notes, and snippets.

@dungmanh88
Last active October 1, 2016 15:21
Show Gist options
  • Save dungmanh88/52d9c53ddc18c12efdd6939f6b303cea to your computer and use it in GitHub Desktop.
Save dungmanh88/52d9c53ddc18c12efdd6939f6b303cea to your computer and use it in GitHub Desktop.
Get unallocated space
[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