Skip to content
/ s2fs Public

s2fs - Super Simple file system of Linux Kernel for study

Notifications You must be signed in to change notification settings

4ge32/s2fs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s2fs - Super Simple filesystem on Linux

Description

Usage

dd if=/dev/zero of=img bs=4096 count=100  
make  
insmod s2fs.ko  
mount -o loop -t s2fs img mnt  

rmmod s2fs.ko

Layout

=============================================  
|  Super  | inode | file info | file data   |   
|  block  | table |   block   |    block    |
=============================================
   4KB       4KB      4KB      REST of block

Next Work

  1. Enable to write multiple blocks in a file.

About

s2fs - Super Simple file system of Linux Kernel for study

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published