8. 编译时修改根文件系统分区大小

根文件系统分区大小如何修改:

#
# Image Options
#
CONFIG_TARGET_KERNEL_PARTSIZE=16
CONFIG_TARGET_ROOTFS_PARTSIZE=1024 // 以M为单位

结果:

root@OpenWrt:/# df -h
Filesystem                Size      Used Available Use% Mounted on
/dev/root                 3.5M      3.5M         0 100% /rom
tmpfs                   991.6M     56.0K    991.5M   0% /tmp
/dev/loop0             1018.7M     72.8M    945.9M   7% /overlay
overlayfs:/overlay     1018.7M     72.8M    945.9M   7% /      // 1024M
tmpfs                   512.0K         0    512.0K   0% /dev
root@OpenWrt:/#

 

posted on 2024-09-12 11:46  f1engmin11  阅读(26)  评论(0编辑  收藏  举报

导航