SkillAgentSearch skills...

Mkfs.ext2

A mkfs.ext2 implementation in Go

Install / Use

/learn @ErrorNoInternet/Mkfs.ext2
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

mkfs.ext2

A mkfs.ext2 implementation in Go

Usage

# Print all flags
mkfs.ext2 -help

# Create a file with a filesystem
# (automatically determines blocks, if file.ext2 doesn't exist then it's 1 GiB)
mkfs.ext2 -device file.ext2

# Create a filesystem on a real device (automatically determines blocks)
mkfs.ext2 -device /dev/sdX

Objects

  • [x] Superblock
  • [x] Device
  • [x] Bgdt
    • [x] BgdtEntry
  • [x] Inode (partial, only used to create root inode)
  • [x] Filesystem
View on GitHub
GitHub Stars5
CategoryDevelopment
Updated3mo ago
Forks0

Languages

Go

Security Score

87/100

Audited on Dec 15, 2025

No findings