I just installed ubuntu studio on my desktop computer. While installing I chose one drive and format everything.
Now I want to divide my partition in to three partitions.
Asked
Active
Viewed 1,232 times
0

Pabi
- 7,401
- 3
- 40
- 49
1 Answers
0
The easiest way (with GUI) is to use Gparted. To do it in CLI use fdisk. Here is tutorial if you don't mind reading linux manual.

Qback
- 1,103
-
Thanks, but it wants pass and I can't enter the pass. – Mahedi Hasan Jan 16 '18 at 11:59
-
Boot from a live distro and repartition. The password to run gparted is your normal user password ( it runs as sudo ). – hatterman Jan 16 '18 at 13:29