0

I have a 64gb usb stick and it's now corrupting files that I place on it. On my previous computer I had Gparted (PCLinux) and that did the trick for a bit. Now I have Ubuntu I can't seem to find Gparted.

Is there an addon store for Ubuntu where I can find Gparted? Or is the another way to fix my usb stick?

Thanks.

user641095
  • 1
  • 1
  • 1

1 Answers1

0

You can install this via the terminal (or find it in software center):

sudo apt-get install gparted
Wouter
  • 291