home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / gnome-volume-manager / README.Debian < prev    next >
Encoding:
Text File  |  2007-03-05  |  2.1 KB  |  52 lines

  1. gnome-volume-manager for Debian
  2. --------------------------------
  3.  
  4. gnome-volume-manager (gvm) listens on dbus for hal events and takes actions 
  5. based on those events. gvm gets (almost) all information about devices on your
  6. system from hal, so a functional hal is very important!  One can use 
  7. hal-device-manager to view the properties of various devices on 
  8. the system. 
  9.  
  10. For all sections below the corresponding gvm options have to be enabled
  11. otherwise the actions are not performed.
  12.  
  13. Mounting devices
  14. ================
  15.  
  16. When mounting a device gnome-volume-manager runs /usr/bin/pmount on the device
  17. node. This means that the corresponding device must have either be removable or
  18. have an entry in /etc/fstab which is mountable by the user running gvm. 
  19.  
  20. Also to be able to use pmount the user running gvm must be part of the plugdev
  21. group. For more information about pmount and its policy see the pmount manpage.
  22.  
  23. Audio, Data and Blank Cd's
  24. ===========================
  25.  
  26. gvm uses the hal storage.cdrom.media_type property to detect whether an
  27. inserted cdrom is either audio, data of a blank Cd. With audio or blank Cd's
  28. the device node is given as argument to the configured program. Data cdroms are
  29. considered mountable removable media.
  30.  
  31. Auto-run programs
  32. =================
  33. When a volume is mounted, gvm checks if some configured files exists on the
  34. media and are executable. The default files are .autorun, autorun and
  35. autorun.sh, these can be changed by setting the
  36. '/desktop/gnome/volume_manager/autorun_path' gconf variable.
  37.  
  38. DVD 
  39. ===
  40. When a volume is mounted gvm checks if the video_ts or VIDEO_TS directories
  41. exists on the media to check if it's a DVD video. For a DVD video the 
  42. mountpoint is given as the argument to the configured command.
  43.  
  44. Digital Camera
  45. ==============
  46. When a volume is mounted gvm checks if the dcim directory exists on the media
  47. to check if it's a camera volume. When this is the case the user is asked if he
  48. wants to import the photos, if so the configured command is run
  49. with the path to dcim directory as argument.
  50.  
  51. -- Sjoerd Simons <sjoerd@debian.org>, Fri, 09 Apr 2004 17:18:43 +0200
  52.