Comment 7 for bug 89723

Revision history for this message
Martin Pitt (pitti) wrote : Re: PDA with memory card doesn't mount automatically

hal does not know anything about this drive:

  volume.label = '' (string)
  volume.uuid = '' (string)
  volume.fsversion = '' (string)
  volume.fsusage = '' (string)
  volume.fstype = '' (string)
  storage.model = '' (string)

Can you actually mount it manually? I. e. does

  sudo mount /dev/sda1 /mnt

work and give you the files in /mnt? (unmount it with 'sudo umount /mnt').

If it fails, what is the output? What does 'sudo blkid' say?