Hi I been Googling around and I am wondering does G part work on the Pi 2? I tried some commands and no luck? Does it work on mate?
GParted or gpart
work, but they are not installed by default. They are included in a live session for the desktop versions, but not installed on fresh installations like the Raspberry Pi image.
You can install the tool by typing this into the terminal:
sudo apt-get install gparted
gparted
being the graphical program, which also installs gpart
. (Or gpart
on its own if you're going for a command line approach ;))
I did the G part thing and it worked. Thank you for teaching me that.
1 Like