NanoPi-NEO2 官方的FriendlyCore装不上 fuse3
Closed this issue · 2 comments
zhuzhe1983 commented
官方的 FriendlyCore 应该是类似 UbuntuCore 16.04
nanopi-neo2_sd_friendlycore-xenial_4.14_arm64_YYYYMMDD.img.zip
基于UbuntuCore构建的系统固件,使用Linux-4.14内核
root@NanoPi-NEO2:~# uname -a
Linux NanoPi-NEO2 4.14.111 #1 SMP Thu Dec 19 19:12:27 CST 2019 aarch64 aarch64 aarch64 GNU/Linux
root@NanoPi-NEO2:~# sudo apt-get install -y fuse3
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package fuse3 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'fuse3' has no installation candidate
zhuzhe1983 commented
在同样的nanopi neo2系统上用docker安装之后,报错
Error: fusermount3: fuse device not found, try 'modprobe fuse' first
2022-05-19T19:25:20.397553Z INFO aliyundrive_fuse::drive: refresh token succeed refresh_token=xxxxxxxxxx nick_name=xxxxxxxx
2022-05-19T19:25:20.398739Z INFO aliyundrive_fuse::drive: found default drive drive_id=89337382
Error: fusermount3: fuse device not found, try 'modprobe fuse' first
使用如下脚本安装docker
docker run -d --name=aliyundrive-fuse --restart=unless-stopped -p 9999:9999 \
-v /etc/aliyundrive-fuse/:/etc/aliyundrive-fuse/ \
-v /root/aliyundrive/:/mnt/aliyundrive/ \
-e REFRESH_TOKEN='xxxxxxxxxx' \
messense/aliyundrive-fuse
messense commented
非本项目问题。