Skip to content

azukiapp/azkfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azkfs

Build module:

azk shell
make

Load and test:

azk shell

# Loading module
insmod ./azkfs.ko
lsmod | grep azkfs

# Mounting an image to a directory using azkfs
cd /tmp
touch test_image
mkdir test_dir
mount -o loop -t azkfs ./test_image ./test_dir

# Umounting that dir
umount ./test_dir

# Unloading module
rmmod azkfs

# Inspecting logs
dmesg | tail

References

License

"Azuki", "Azk" and the Azuki logo are copyright (c) 2013-2015 Azuki Serviços de Internet LTDA.

Azk source code is released under Apache 2 License.

Check LEGAL and LICENSE files for more information.

About

Fast filesystem to share files between host and guest vms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published