Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable large_dir feature on ext4 partitions #1938

Open
johnpc opened this issue Nov 14, 2024 · 0 comments
Open

Enable large_dir feature on ext4 partitions #1938

johnpc opened this issue Nov 14, 2024 · 0 comments

Comments

@johnpc
Copy link

johnpc commented Nov 14, 2024

See https://community.umbrel.com/t/no-space-left-on-device-when-device-has-1tb-available/19947

I am using jellyfin, which offers an intro skipper plugin. The plugin writes many files to ~/umbrel/app-data/jellyfin/config/data/data/introskipper/chromaprints/

For large libraries, it creates more files than are allowed in a single directory on a ext4 partition.

I was able to work around this by enabling large_dir feature:

sudo tune2fs -O large_dir /dev/nvme0n1p4

However, it would have saved a lot of headaches if this feature were enabled when I originally formatted the drive following instructions here: https://github.com/getumbrel/umbrel/wiki/Install-umbrelOS-on-x86-Systems

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

No branches or pull requests

1 participant