mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 12:58:07 +02:00
Fix mkfs.f2fs comment
I created my filesystem with a very low inodes count maximum which is very bad
This commit is contained in:
parent
f7b57fb162
commit
31d22b9ae1
@ -1,7 +1,7 @@
|
||||
{ config, lib, ... }:
|
||||
|
||||
{
|
||||
# Note: for f2fs, create it with "sudo fsck.f2fs -O extra_attr,flexible_inline_xattr,inode_checksum,sb_checksum,compression,lost_found /dev/sdxY"
|
||||
# Note: for f2fs, create it with "sudo mkfs.f2fs -i -O extra_attr,flexible_inline_xattr,inode_checksum,sb_checksum,compression,lost_found /dev/sdxY"
|
||||
fileSystems."/".options = lib.mkIf (config.fileSystems."/".fsType == "f2fs")
|
||||
(lib.mkAfter [
|
||||
"discard" # Better (on f2fs) than fstrim
|
||||
|
||||
Loading…
Reference in New Issue
Block a user