Skip to content
/ GFS Public

OS university course project -- FS for Linux based on VFS (7 semester)

License

Notifications You must be signed in to change notification settings

gordiig/GFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Un_CourseProject_OS

FS for Linux based on VFS

  • To mount run
foo@bar:~? sudo make
foo@bar:~? sudo insmod gfs.ko
foo@bar:~? sudo mount -t gfs gfs ./gfs_mount
  • Only root has permissions, so run the code below for operate with filesystem
foo@bar:~? sudo -i
  • To fully unmount run
foo@bar:~? sudo umount ./gfs_mount
foo@bar:~? sudo rmmod.ko

About

OS university course project -- FS for Linux based on VFS (7 semester)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published