# This file specify some directories and commands which xfm
# should execute before entering and after leaving them.
# The format is:
# <directory>:<mount command>:<umount command>
#
# first some manual examples:
#
#/dos/c:mount /dos/c:umount /dos/c
#/media/floppy:mount /media/floppy:umount /media/floppy:dev_floppy.xpm
#/media/cdrom:mount /media/cdrom:umount /media/cdrom
#
# Now a special entry telling xfm to call getfsent(1) to read /etc/fstab
# It will include all entries containing an mountoption starting with "user".
# The mountpoint will appendnded after the given command and a space:
GETFSENT:mount:umount:dev_disk.xpm,iso9660=dev_cdrom.xpm
|