Skip to content

yuyuzhou-pitt/libFuseFall2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ntapfuse

ntapfuse is a FUSE filesystem that mirrors a directory.

Dependencies

The following packages need to be installed using

$ sudo apt-get install <pkg-name>
  • fuse
  • libfuse-dev

Building and Installing

In order to build and install ntapfuse, run the following commands from the src directory:

$ autoreconf --install
$ ./configure
$ make
$ sudo make install

Mounting the Filesystem

The filesystem can be mounted with the following command:

$ ntapfuse mount <basedir> <mountpoint>

The basedir is the directory that is being mirrored. The mountpoint is the directory that will act as a normal linux filesystem.

Unmounting the filesystem

The filesystem can be unmounted with the following command:

$ sudo umount <mountpoint>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published