This repository was archived by the owner on Oct 11, 2024. It is now read-only.
怎么在SD卡里安装容器
#154
Replies: 1 comment 1 reply
-
|
没 root 的话,我也没有什么好办法。 如果有 root 的话,倒是有办法。
第一种方法与文件系统的关系只有一点点。 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
SD卡里的容器好像没法用啊(手机没root)
使用如下命令创建proot路径到SD卡的软链接
CON=ubuntu-focal_arm64 YOUR_DIR=/storage/9C336BBD/Android/data/com.termux/files/home/proot/${CON} CONTAINER_DIR=${HOME}/.local/share/tmoe-linux/containers/proot/${CON} mkdir ${YOUR_DIR} ln -svf ${YOUR_DIR} ${CONTAINER_DIR}然后使用tmoe安装容器,解压速度只有大概10kb/s,tar还会报错Cannot create symlink to ‘……’: Permission denied
注意到sd卡的所有文件好像都是rw-rwx--- (绿的),是不是文件系统格式原因呢
Beta Was this translation helpful? Give feedback.
All reactions