summaryrefslogtreecommitdiffstats
path: root/system/udevil/README
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2012-09-06 09:45:21 +0200
committer Robby Workman <rworkman@slackbuilds.org>2012-09-08 17:28:29 -0500
commitf1d0ad19330c134d7c41d1c56f240b7b50119b81 (patch)
treefda29edef08d61f1c94ab8575dbd9e883e1e16f8 /system/udevil/README
parent111c0170c751d9ab8f8d2487ea5120dace824650 (diff)
downloadslackbuilds-f1d0ad19330c134d7c41d1c56f240b7b50119b81.tar.gz
slackbuilds-f1d0ad19330c134d7c41d1c56f240b7b50119b81.tar.xz
system/udevil: Added (removable devices manager).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/udevil/README')
-rw-r--r--system/udevil/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/system/udevil/README b/system/udevil/README
new file mode 100644
index 0000000000..a43b17a0ec
--- /dev/null
+++ b/system/udevil/README
@@ -0,0 +1,19 @@
+udevil (removable devices manager)
+
+udevil is a command line Linux program which mounts and unmounts
+removable devices without a password, shows device info, and monitors
+device changes. It can also mount ISO files, nfs://, smb://, ftp://,
+ssh:// URLs, and tmpfs/ramfs filesystems.
+udevil is highly configurable, requires no daemon running, and depends
+only on udev and glib. To use it, just prefix a normal mount command
+with 'udevil'.
+
+It's reccomended for proper autodetection of removable
+devices to enable kernel polling. You can do it adding
+this line to /etc/rc.d/rc.local (the value is in
+milliseconds, higher means slower detection but lower
+overhead)
+
+echo 3000 > /sys/module/block/parameters/events_dfl_poll_msecs
+
+zenity is an optional dependency.