You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.
$ mkdir /mnt/sda1
$ mount -t ext4 /dev/sda1 /mnt/sda1/
# 这样就挂载上了
$ df -h
Filesystem Size Used Available Use% Mounted on
/dev/sda1 975.5M 2.5M 906.6M 0% /tmp/mnt/sda1
# 可以看到已经挂载
安装和使用 Entware
梅林内置了一个安装命令很方便
$ entware-setup.sh
# 然后会提示你选择哪个分区,就选择刚才挂载的那个
···省略
Info: Looking for available partitions...
[1] --> /tmp/mnt/sda1
=> Please enter partition number or 0 to exit
[0-1]: 1 # 选1回车
···省略
# 跑完之后只要不提示错误,就是安装成功了