Conversation
Notices
-
f2fs 出来た
$ mount | grep /\
/dev/sda2 on / type f2fs (rw,noatime,background_gc=on,no_heap,user_xattr,inline_xattr,acl,inline_data,inline_dentry,flush_merge,extent_cache,mode=adaptive,active_logs=6,alloc_mo
de=default,fsync_mode=posix)
$ screenfetch
_,met$$$$$gg. pi@rpi3
,g$$$$$$$$$$$$$$$P. OS: Debian testing buster
,g$$P"" """Y$$.". Kernel: aarch64 Linux 4.19.0-4-arm64
,$$P' `$$$. Uptime: 2m
',$$P ,ggs. `$$b: Packages: 321
`d$$' ,$P"' . $$$ Shell: bash 5.0.3
$$P d$' , $$P CPU: 4x Unkown [42.9°C]
$$: $$. - ,d$$' GPU: DRM
$$\; Y$b._ _,d$P' RAM: 83MiB / 917MiB
Y$$. `.`"Y$$$$P"'
`$$b "-.__
`Y$$
`Y$$.
`$$b.
`Y$$b.
`"Y$b._
`""""
-
initramfs の modules に f2fs 追加して update-initramfs
echo f2fs >> /etc/initramfs-tools/modules
update-initramfs -u
fstab 書き換え
LABEL=RASPIROOT / f2fs rw,noatime 0 1
-
f2fs-tools 入れ忘れたんだけど起動してるな……(mkfs とかはhost でやってる)