EgorMatirov / xrootd-fuse

FUSE-based file system for xrootd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is it?

A fuse-based filesystem for xrootd.

Usage

Mounting a remote directory /tmp from server 127.0.0.1:1094 to the local directory ~/mount with username gopher can be done by:

   foo@bar:~$ xrootd-fuse -address 127.0.0.1:1094 -remoteDir /tmp -target ~/mount -username gopher

After that you can see inside ~/mount content of remote /tmp folder.

About

FUSE-based file system for xrootd


Languages

Language:Go 100.0%