13

I am new to Ubuntu. I have some old hardware lying around so I decided to build a backup/storage device. I am trying to follow this lifehacker article.

It asks me to open a terminal and run sudo apt-get install pysdm. However, I keep getting Unable to locate package pysdm. Does anyone know where my pysdm is or where I can get one. I have run ubuntu from a usb key and have installed it on a hard drive and get the same message.

Tim
  • 32,861
  • 27
  • 118
  • 178
John Boy
  • 131

3 Answers3

16

Avoid using pysdm for now.

It's been removed from the Ubuntu archives for a reason:

please remove Pysdm from Ubuntu repositories. It is obsolete (not updated since June 2006 !!), buggy (https://bugs.launchpad.net/ubuntu/+source/pysdm) , doesn't handle UUIDs (which is now fstab standard in all supported Ubuntu versions !!!) and it has already been removed from Debian repositories.

I would suggest to find an alternative for using in recent Ubuntu releases. Also consider reporting this to LifeHacker.

gertvdijk
  • 67,947
5

Try Disks on dash (or gnome-disks on terminal) as suggested here, worked very fine as alternative to pysdm

This same info is also here.

-1

You could try to use the pysdm package from Ubuntu 12.04.

Downloadlink: http://ftp.ubuntu.com/ubuntu/pool/universe/p/pysdm/pysdm_0.4.1-0ubuntu3_all.deb

Download it and install it with sudo dpkg -i pysdm_0.4.1-0ubuntu3_all.deb.

Krishna
  • 303
lub
  • 1,579
  • 11
  • 12