Giter Site home page Giter Site logo

wrapfs-1's Introduction

Wrapfs

wrapfs website

It seems that the Wrapfs is out of maintenance since 2019 and the Wrapfs mailing list cannot be visited.

This project adapts Wrapfs for new Linux kernel version. Any PR/Issue is welcome.

test

Version 5.6 5.7 5.8 5.9 5.10 5.11 5.12 5.13 5.14 5.15
mount y
mkdir y
touch y
mv y
cat y
echo >> y
ln y
ln -s y
chmod y
chown y
rm y
rmdir y
execve y
umount y

build

Linux distributions provide the commands modprobe , insmod and depmod within a package.

VERSION is your linux kernel version. you can see that use uname -r

sudo apt-get install build-essential kmod linux-headers-VERSION

Then choose the corresponding folder and make

cd 5.11
make

usage

After you build the kernel module, then you can use it.

# install module
insmod wrapfs.ko
# mount dir
mount -t wrapfs /some/dir /some/dir
# umount dir
umount /some/dir
# uninstall module
rmmod wrapfs.ko

wrapfs-1's People

Contributors

reticenceji avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.