USB storage devices
This documentation is obsolete and does not apply after the
EtchUpgrade.
Hot-pluggable USB storage devices like memory sticks or external hard drives are handeled by the script /usr/sbin/usb-mount
automatically on plugin.
Generally the following actions are taken:
- Detection of the file system(s) on the storage device
- Mountpoints are created below
/media/usb-storage/
Several user-configurable actions may also be taken:
- Mount the partition on plugin
- Sound notification
- launch the partition's root directory (either with Konqueror (KDE) or Nautilus (Gnome).
- Create desktop icons
Sample options for ~/.usb-mount:
# sound files for notification
PLUGIN_SOUND=/path/to/plop.wav
PLUGOUT_SOUND=/path/to/boing.wav
# wether or not to launch a file manager
LAUNCH_FILEMANAGER=1
#unset LAUNCH_FILEMANAGER
# wether or not to create desktop icons
DO_DESKTOP=1
#unset DO_DESKTOP
-- Christo - 24 Nov 2004