Skip to content

A FUSE filesystem for the filesystem in the INF2201 course at UiT.

Notifications You must be signed in to change notification settings

teo8192/inf2201fs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inf2201fs

This is a file system implemented using FUSE to browse a specific type of image files used in the INF-2201 course at UiT.

Dependencies

libfuse (version 3).

Install

If you want to install it, run

make install

You might need to have superuser privileges.

Usage

mount.inf2201fs mountpoint

The default image file is image. You may specify another one with the --image flag (this is buggy).

The mountpoint needs to be a existing directory.

To unmount the filesystem, use either fusermount -u [mountpoint] or umount [mountpoint]. It is recommended to use fusermount -u.

About

A FUSE filesystem for the filesystem in the INF2201 course at UiT.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published