8000 GitHub - kernyan/pyfs: Python filesystem implementation of FAT, EXT2
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kernyan/pyfs

< AFAE span class="prc-TooltipV2-Tooltip-cYMVY" data-direction="n" aria-hidden="true" id=":R3v5ab:">Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyfs

Python implementation of filesystem

FAT32

  • read BIOS parameter block (BPB)
  • recursive read directory
  • read file spanning multiple sectors
  • long file name

Usage

import util
fs = util.open_fs('disk32.img')
fs.open('something/EXAMPLE3.TXT').read()

About

Python filesystem implementation of FAT, EXT2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0