Chinaunix首页 | 论坛 | 博客
  • 博客访问: 5503698
  • 博文数量: 922
  • 博客积分: 19333
  • 博客等级: 上将
  • 技术积分: 11226
  • 用 户 组: 普通用户
  • 注册时间: 2007-03-27 14:33
文章分类

全部博文(922)

文章存档

2023年(1)

2020年(2)

2019年(1)

2017年(1)

2016年(3)

2015年(10)

2014年(17)

2013年(49)

2012年(291)

2011年(266)

2010年(95)

2009年(54)

2008年(132)

分类: LINUX

2013-10-29 09:33:26

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/

阅读(1903) | 评论(0) | 转发(0) |
0

上一篇:QT入门 & QT Creator 使用

下一篇:IPv6地址(二)

给主人留下些什么吧!~~