How do I open the Disk Utility in Unity?

84,619

Solution 1

Accessing Disk Utility:

I'm sorry you have encountered this level of confusion. Help is referring to the activities overlay that is in GNOME Shell, but you are most likely using Ubuntu's Unity Desktop. Since both are "Shells" for GNOME, the help can overlap sometimes.

What you need to do is open the Unity Dash (it's the button with the Ubuntu logo on the upper left), and type Disk Utility.

Dash the rabbit...

Gparted:

However, as Bruno pointed out, you need to install Gparted to actually create partitions with a GUI.

To do this, open the Software Center, search for Gparted, and click install. (Or click this icon: gparted Install gparted)

Solution 2

First make sure you have gparted installed. Now, in order to access software using the default Unity interface, either press the Meta key (Windows) or press the Ubuntu logo on the launcher.

enter image description here

From the Dash Home type gparted or Partition Editor until the GParted Partition Editor appears in the search results

enter image description here

From here you can either strike Enter or use your mouse to click the Partition Editor icon.

Solution 3

If you want to create partitions and move data around you can do that with several tools, the default installed tool Disk Utility can be called from the dash by pressing the super key and looking for Disk in the search box.

enter image description here

For a better utility that allows you to do more with your partitions I recommend gparted.

Open a terminal (press Ctrl+Alt+T) and install gparted.

sudo apt-get install gparted

gparted is an utility that allows you to create/move/resize partitions around without loosing (hopefully) your data.

After installing it you can just open your dash by pressing the super key and looking for gparted.

enter image description here

enter image description here

Remember just one thing, you need to have the disks unmounted while doing stuff on them with gparted so you cannot do it on the same disk you boot from (its mounted).

To do it on the disk you boot from you need to use the LiveCD to boot and use the same instructions/program to use it.

Solution 4

Run gnome-disks from the terminal for Ubuntu 16.04.

Solution 5

FYI, in Ubuntu 12.10, the Disk Utility is known instead as Disk So don't worry yourself searching for Disk Utility as nothing of that sort exists in the Dashboard.

Its rather Disk

Share:
84,619

Related videos on Youtube

landroni
Author by

landroni

Updated on September 18, 2022

Comments

  • landroni
    landroni over 1 year

    I am new to Ubuntu and have installed it side by side with windows 7. Both boot up okay, my problem is I can't get to disk utility to create a partition that I can share between both OSs. Help says go to activities -> overview and select disk utility there. I can't find activities.

    • Admin
      Admin over 12 years
      Is your question "How to create a partition" or "How to find disk utility"?
  • Bruno Pereira
    Bruno Pereira over 12 years
    Dont think gparted is installed by default.
  • Michael Gundlach
    Michael Gundlach over 12 years
    That's why there are install instructions :)
  • Bruno Pereira
    Bruno Pereira over 12 years
    At least you did not get a down-vote before editing the answer :(