/myOwnFileSystem

A simple, kernel-space, on-disk filesystem using libfs and kernel modules

Primary LanguageCGNU General Public License v3.0GPL-3.0

myOwnFileSystem - assoofs

A simple, kernel-space, on-disk filesystem using libfs and modules

to compile

As root:

  • make clean && make
  • insmod assoofs.ko && mount -t assoofs /dev/loop0 /mnt/assoofs

to test / use (supported operations)

  • mkdir dir
  • touch file
  • echo x (int) > file
  • echo y (string) > file
  • cat file