Skip to content

Conversation

@dims
Copy link
Collaborator

@dims dims commented Dec 13, 2025

Summary

Add support for f2fs (Flash-Friendly File System) filesystem to cAdvisor.

This is a rebase of #3604 by @tomaszduda23 onto the latest master branch, with a minor indentation fix.

Changes

  • Add f2fs to the list of supported filesystem types in fs/fs.go
  • Add test case for f2fs filesystem in fs/fs_test.go

Background

f2fs is a flash-friendly file system designed for NAND-based storage devices. It is commonly used on Android devices and embedded systems with flash storage.

Test plan

  • Added unit test for f2fs filesystem detection
  • CI passes

Original PR: #3604
Co-authored-by: Tomasz Duda tomaszduda23@gmail.com

🤖 Generated with Claude Code

Signed-off-by: tomaszduda23 <tomaszduda23@gmail.com>
Signed-off-by: Tomasz Duda <tomaszduda23@gmail.com>
@dims dims closed this Dec 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants