N1 Flying Bull System Partition Expansion and Built-in EMMC Mounted Storage Space Tutorial
Routing enthusiast• Publish Time:2026-1-7 15:16• Category: NAS
•Views:69128• Comments: (
20 )
modified the script of Feiniu official brushing into emmc to expand the capacity of N1 by 32G and 64G, Equipment of 128g and above
two scripts:
install-16.sh Set the system space to 16g (not actually, the system occupies 2g next to the built-in space), and other space can be used as storage space
install-32.sh Set the system space to 32g (not actually, the system occupies 2G next to the built-in space), and other space can be used as storage space
after following the tutorial (find it yourself) to start the Flying Bull system from the USB flash drive. Do not type (bash install-to-emmc.sh), use the script below
set the system space to 16g
curl -o install-16.sh https://raw.githubusercontent.com/lezhengqiuyuan/n1/main/install-16.sh chomd +x install-16.sh sudo bash install-16.sh set the system space to 32g
curl -o install-16.sh https://raw.githubusercontent.com/lezhengqiuyuan/n1/main/install-32.sh chomd +x install-32.sh sudo bash install-32.sh Read More


Comment List