Box.net云网盘只有windows等同步客户端,却没有linux的,如何在Linux下使用Box.net提供的同步功能呢?
参考网文,如下设置即可。
假设:
系统:Ubuntu 12.04 LTS
Box.net账户:test@gmail.com
Box.net密码:test
使用如下方法将Box.net网盘内容同步至Linux系统:
1.安装软件
quietheart@quietheart-ThinkPad-E420:~/study#apt-get install davfs
2.配置信息
quietheart@quietheart-ThinkPad-E420:~/study#vim /etc/davfs2/secrets
添加:
test@gmail.com test
quietheart@quietheart-ThinkPad-E420:~/study#vim /etc/davfs2/davfs2.conf
将"#use_locks 1"
改为"use_locks 0"
3.挂载
quietheart@quietheart-ThinkPad-E420:~/study#mkdir /mnt/box
quietheart@quietheart-ThinkPad-E420:~/study#mount -t davfs /mnt/box
至此可使用/mnt/box直接访问box.net中的内容。
4.卸载
quietheart@quietheart-ThinkPad-E420:~/study#umount /mnt/box
不使用,可用这条命令,这样/mnt/box目录恢复成原来本地目录。
参考:
http://www.hostsoft.cn/blog/2012/04/01/Linux-xia-gua-zai-box-net-yun-cun-chu-dao-ben-di-wen-jian-xi-tong/
阅读(1956) | 评论(0) | 转发(0) |