diff options
author | Kyle Guinn <elyk03@gmail.com> | 2014-01-15 09:27:17 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:02 -0600 |
commit | 8892b6edc22f2770f1bd83f62ef505faf284e0ff (patch) | |
tree | 36c040412b275cc7073c6ef56e8479355401d945 /system/pmount/README | |
parent | 5bb964d8199d35ecb397c240ebf78393377b3c7d (diff) |
system/pmount: Added (mount removable devices as normal user).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/pmount/README')
-rw-r--r-- | system/pmount/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/pmount/README b/system/pmount/README new file mode 100644 index 000000000000..26a0752e6a15 --- /dev/null +++ b/system/pmount/README @@ -0,0 +1,6 @@ +pmount is a wrapper around the standard mount program which permits +normal users to mount removable devices without a matching entry in +/etc/fstab. + +After installing pmount, make sure that the users you want to be able +to use it are in the "plugdev" group. |