Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ramdisk FUSE Project

Compilation

gcc -Wall -D_FILE_OFFSET_BITS=64 FUSE/fuse_ramdisk.c -lfuse -o FUSE/fuse_ramdisk

Running the Program

sudo fusermount -u /tmp/mojdysk; mkdir -p /tmp/mojdysk; sudo ./FUSE/fuse_ramdisk -o allow_other -f /tmp/mojdysk

Usage and Logging

In a new terminal, you can interact with the disk contents. Logs will be displayed in the first terminal window. You can also view them using the dmesg command.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages