task-pandora-xfce: Add new pandora-defaults packages to the image.
[openpandora.oe.git] / recipes / branding / pandora-xfce-defaults / xfce4 / mount.rc
1 #
2 # ABOUT
3 # =====
4 # This file contains the mount option configuration when exo-mount is used with the HAL
5 # back end (which is highly recommended). If mounting using exo is somehow not working
6 # for you, you can copy this file to your $XDG_CONFIG_HOME/xfce4 directory and modify it.
7 #
8 # The options for each filesystem are not used when they are not in the list of
9 # valid mount options provided by HAL. You can find those values using lshal and
10 # search for the volume.mount.valid_options property.
11 #
12 #
13 # EXAMPLE
14 # =======
15 # For example your usb device contains the vfat file system and lshal shows the
16 # following valid mount options for the device:
17 #
18 #   volume.mount.valid_options = {'ro', 'sync', 'dirsync', 'noatime', 'nodiratime',
19 #                                 'noexec', 'quiet', 'remount', 'exec', 'uid=',
20 #                                 'gid=', 'umask=', 'utf8'} (string list)
21 #
22 # All the values that end with a = character are options that contain a value,
23 # the other options are booleans that can be enabled by for example putting
24 # utf8=true in the group.
25 #
26 #
27 # SUBSTITUTIONS
28 # =============
29 # Some options can be substituted by exo-mount when you set the value to <auto>:
30 #   uid      : The real user ID
31 #   gid      : The real group ID
32 #   iocharset: To the EXO_MOUNT_IOCHARSET or LC_CTYPE environment variable.
33 #
34
35 [vfat]
36 uid=<auto>
37 shortname=winnt
38 # FreeBSD specific option
39 longnames=true
40
41 [iso9660]
42 uid=<auto>
43
44 [udf]
45 uid=<auto>
46 iocharset=<auto>
47
48 [ntfs]
49 uid=<auto>
50
51 [ntfs-3g]
52 uid=<auto>
53 # Make sure the device does not get 0777 permissions
54 umask=0077