提示:
error while loading shared libraries: libfuse.so.2: cannot open shared object file: No such file or directory
缺少什么就安装什么
yum install fuse-libs
./pogoplugfs --help
Usage:
pogoplugfs [options]
Where options include
--help Displays this page
--version Displays full version and exits
--ver Displays numeric version and exits
--builddate Displays date and time of build and exits
--compiler Displays compiler used for build and exits
--valtoken <v> Specifies a validation token <v> used to authenticate
--user <u> Specifies the user to authenticate as
--password <p> Specifies the password to authenticate with
--device <d> Specifies the device ID to use for the mount point
--service <s> Specifies the service ID to use for the mount point
--justshares Only expose Collaboration Folder Shares at mointpoint
--skip-device <d> Specifies a comma delited set of deviceids to skip
if not in specific mode
--skip-local Attempt to skip mounting locally exposed services
--mountpoint <m> Specifies the full path on the local machine at
which to mount the virtual drive
--fuseopts <f> Specifies a comma delited set of fuse options
--notrashes Don't allow .Trashes in root
Linux builds require at least --mountpoint as well as either --valtoken
or --user and --password to be specified
Additionally, options can be read from a configruation file that is in
one of the following locations:
<PWD>/pogoplugfs.conf
~/.pogoplugfs.conf
/etc/pogoplugfs.conf
Configuration files are of the form:
<key>=<value>
And keys supported include:
svcuser User to authenticate as if not specified on command line
svcpassword User password to authenticate with if not specified
logseverity Maximum log level that will be output to the log (integer>