Adopting the solution for resizing root from openwrt expand_root guide #65
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "lee.miller/openwrt:files"
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?
Hi!
While trying to adopt armbian script for resizing root I found this. Trying to adopt it. Currently having a problem with resizing the filesystem.
Wow, this looks great! However I'm not fully sure I need it anymore. Can you maybe not spend more time on this for now?
OK, the deadlock in #60 makes me switching tasks.
5c990c3fcd
toe107bcbe92
WIP: Adopting the solution for resizing root from openwrt expand_root guideto Adopting the solution for resizing root from openwrt expand_root guideIf you have extra time, please change the scripts to only resize if root is mmcblk. I don't need the resizing on NVMe, even though the NVMe root doesn't work yet.
OK, it's not gonna take much time
There is something I missed here. After about a week of using the card with expanded root I see following messages in console:
That's strange, it shouldn't be using jffs2. It should be using squashfs+f2fs.
It's a static message: https://github.com/openwrt/openwrt/blob/main/package/base-files/files/etc/profile#L6
After thinking about this, I don't think this is needed. If the filesystem size is too big, running
sysupgrade
will fail as it would need to fit everything into RAM. So instead we should focus on creating such images that don't need much additional space in the F2FS partition.Pull request closed