树莓派避免fstab挂载硬盘故障导致系统无法启动
在fstab挂载硬件时增加参数nofail如果问题已经发生,可以找一块新硬盘,强行将故障硬盘的UUID写入进去,然后将新硬盘连接树莓派tune2fs -U 7f50f85e-783c-4d94-be37-d2c662504e58 /dev/sdb1来源:https://shumeipai.nxez.com/2019/01/17/fstab-and-mobile-hard-disk-mount...
阅读全文
在fstab挂载硬件时增加参数nofail如果问题已经发生,可以找一块新硬盘,强行将故障硬盘的UUID写入进去,然后将新硬盘连接树莓派tune2fs -U 7f50f85e-783c-4d94-be37-d2c662504e58 /dev/sdb1来源:https://shumeipai.nxez.com/2019/01/17/fstab-and-mobile-hard-disk-mount...
阅读全文
安装Syncthing官网源在/etc/apt/sources.list.d创建文件syncthing.list,内容如下deb https://apt.syncthing.net syncthing stable然后执行apt-get update安装Syncthingapt-get install syncthing执行syncthing,程序会自动创建配置文件修改配置文件/root/....
阅读全文
安装Aria2apt-get install aria2创建目录/root/.aria2创建文件session.dat,内容为空创建配置文件aria2.conf,模板如下dir=/home
log=/var/log/aria2.log
input-file=/root/.aria2/session.dat
save-session=/root/.aria2/session.dat
dht-f...
阅读全文