1、USB自动挂载
apt-get install usbmount
下面的配置自动挂在fat32格式的U盘,挂载权限为0666,似乎umask是权限的补码
挂载用户好像root一定能挂载上
nano /etc/usbmount/usbmount.conf
ENABLED=1
MOUNTPOINTS="/media/usb0 /media/usb1 /media/usb2"
FILESYSTEMS="vfat"
MOUNTOPTIONS="iocharset=utf8,sync,noexec,nodev,noatime,nodiratime"
FS_MOUNTOPTIONS="-fstype=vfat,gid=root,uid=root,umask=0111"
VERBOSE=no
2、安装迅雷远程下载工具
http://luyou.xunlei.com/thread-12545-1-1.html?_t=1411138377 Xware1.0.31_armel_v5te_glibc.zip (1.98 MB, 下载次数: 1277)
解压后运行portal 停止是portal -s
3、按照2的提示在yuancheng.xunlei.com添加设备
然后就可以自动下载文件到U盘上了