Results 41 comments of Binbin Qian

> 或者磁盘写入速度太慢,hang住了 我在机械硬盘下载大文件会遇到这个现象,过一会就可以了 aria2 默认是预先分配空间,修改以下配置可能会改善: ``` # file-allocation=prealloc file-allocation=none ```

> It turns out the tag_name should follow certain convention, which means you have to add 'v' at the start. In my case, I only give 1.x.x. Thanks for your...

Why not use the mount option in the APP? If you don't want Android to mount your SD card during startup so that LP can mount it, check out https://gist.github.com/qianbinbin/e93e19940dda264cc5cd2ebdddbe565e

The mount option in the APP is for folders already mounted by Android, but I'm not sure if it's suitable for a partition: bottom right button -> properties -> mounts,...

Does `mount -a` work if a mount point added in fstab?

whats your sysv script like if you dont mind? did you try /etc/rc.local? ________________________________ From: jaum20 ***@***.***> Sent: Saturday, June 17, 2023 2:11:34 AM To: meefik/linuxdeploy ***@***.***> Cc: Binbin Qian...

1. Does full path (`mount` -> `/usr/bin/mount`) work? 2. Does `mount UUID=affdaccf-8998-4853-b2da-dd96bb45f78e /home/android/sd` work if run manually? 3. Did you enable the script by `update-rc.d`? 4. Normally sysv scripts don't...

> there are not rc.local in etc. Must I create it? Not really, but it's useful when you want to run some scripts during startup. Create `/etc/init.d/rc.local` and enable it:...

OK, maybe something wrong with your sysv service, but you can always mount your SD card (requiring FAT32 or exFAT I guess?) on Android, then mount the directory in the...

I think I figured out why this happens: **VPN**. Turn it off and everything works fine. If you are using v2ray/shadowsocks, use proxy mode rather than VPN mode. VPN 关了就行,难怪遇到这个问题的都是国人啊😄