Menu

Installation

Bryan Henderson

mount-interceptor is a single executable that replaces the binary, /bin/mount. This file is executed whenever a device is mounted.

Installing using git:
$ git clone git://git.code.sf.net/p/mountintercept/code mountintercept-code
$ cd ./mountintercept-code
$ make
$ mv /bin/mount /bin/mount.sys
$ cp ./mount-interceptor /bin/mount

Installing via browser:
$ tar -xjvf \<path-to-mount-interceptor.tar.bz>
$ cd \<path-to-mount-interceptor-directory>
$ make
$ mv /bin/mount /bin/mount.sys
$ cp ./mount-interceptor /bin/mount

Ta-Da!


MongoDB Logo MongoDB