21

I'm trying to run gnome-disk-utility. But I cannot seem to find it.

sudo apt-get install gnome-disk-utility says its already installed, as does the software manager, however running gnome-disk-utility or palimpsest gets me command not found.

I have tried reinstalling it (sudo apt-get install --reinstall, and sudo apt-get remove ... sudo apt-get install), which does no good.

whereis: palimpsest return empty
whereis: gnome-disk-utility returns /usr/share/gnome-disk-utility, a folder which contains nothing but *.ui files

So, what has gone wrong, and how do I fix it?

Flimm
  • 44,031
Peter
  • 407

3 Answers3

35

The command to run gnome-disk-utility is

gnome-disks
Rinzwind
  • 309,379
3

Looks like in 13.04 it's just called the "disks" menu item from the ubuntu main menu. And is installed by default.

rogerdpack
  • 1,029
0

Xubuntu: Disks utility (palimpsest) and Gparted not showing up anywhere after installation

https://askubuntu.com/a/239749/284570

As in AJefferiss's answer, it's gnome-disks, nowadays.

Compare the file contents list of the package in 12.04 with the one in 12.10. It appears that palimpsest has been renamed to gnome-disks, without leaving a symbolic link behind. I'm surprised to see that last part has happened.

Usually, the developers leave a link there to preserve compatibility. Well, my feeling about this is right, because, there you go, it's a bug!

Make sure to mark yourself affected there by this bug if you feel this should be solved. At the moment of writing this has a very low priority and is unassigned...

Kevin
  • 1,315