Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 388 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 388 Bytes

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