change persistent filesystem type from ext4 to f2fs #6
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Sysdeploy/openwrt#6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The default image uses a squashfs with an attached ext4 fs. I want to use squashfs + f2fs instead. May need adding the f2fs kmod into package list.
Here the hidden f2fs is mentioned. In this post overlay FS is also appears to be f2fs. According to the doc, if I got it right, it should be JFFS2.
I expected something like
Image/mkfs/f2fs
and other related steps in the include/image.mk.Yes it looks like if I use the squashfs images, then it uses f2fs automatically. Based on the documentation to
sysupgrade
it should work for upgrades too, I just haven't tested it thoroughly yet.