Comment 15 for bug 493290

Revision history for this message
Martin Pitt (pitti) wrote : Re: CD icon disappears in File browser

I don't think gvfs is to blame here. devkit-disks does not see any file system on the CD:

  usage:
  type:
  version:
  uuid:
  label:

which will cause gvfs to think that there is nothing to mount (which is correct -- there isn't something to mount).

After inserting that DVD, can you please open a Teminal and copy&paste the output of those commands:

  sudo blkid -p -o udev /dev/sr0
  sudo mount /dev/sr0 /mnt
  mount
  sudo umount /dev/sr0

Thanks!