linuxdeploy icon indicating copy to clipboard operation
linuxdeploy copied to clipboard

mounting failed: Invalid argument when i deploy with directory type

Open MrSong0607 opened this issue 3 years ago • 1 comments

+ mount -o bind /sdcard/linux /data/local/mnt
+ mount -o remount,exec,suid,dev /data/local/mnt
mount: mounting /data/media on /data/local/mnt failed: Invalid argument

attach log file is the hole log output.log

MrSong0607 avatar Dec 10 '21 08:12 MrSong0607

the default deploy path is "${EXTERNAL_STORAGE}/linux" i change it to "${ENV_DIR}/linux" and retry,it works.

MrSong0607 avatar Dec 10 '21 09:12 MrSong0607