So you have some empty space on your hard disk and wish to format & use it. But you are not confident enough to do this in the commandline using fdisk. Thats ok we will install Gparted(Gnome Partion Utility) to do this task for us.
- Open up a terminal(Applications > Accessories > Terminal)
- Update your apt-get database with sudo apt-get update
- Enter your password
- Now once that is done we can install gparted with sudo apt-get install gparted
- Press Y to confirm your install
- Once it is done you can either type sudo gparted or just go into Gnome Partition Editor (System > Administration > “Gnome Partition Editor”
- Now Right click on unallocated and click New.
- Here you can specifythe size it probably will default to max.
- If you wish to make this partition readable by both windows and your linux choose FAT 32 where it says filesystem
- Click Add
- Now click Apply it should be on the upper right.
Entries (RSS)
Thanks man!
Tektag / tim…
So you have some empty space on your hard disk and wish to format & use it. But you are not confident enough to do this in the commandline using fdisk. Thats ok we will install Gparted(Gnome Partion Utility) to do this task for us….