13.17. davfs2 - mount a WebDAV resource as a regular file system

install

$ sudo apt-get install davfs2
		

mount a webdav to directory

$ sudo mount.davfs https://opensvn.csie.org/netkiller /mnt/davfs/
Please enter the username to authenticate with server
https://opensvn.csie.org/netkiller or hit enter for none.
Username: svn
Please enter the password to authenticate user svn with server
https://opensvn.csie.org/netkiller or hit enter for none.
Password:
mount.davfs: the server certificate is not trusted
  issuer:      CSIE.org, CSIE.org, Taipei, Taiwan, TW
  subject:     CSIE.org, CSIE.org, Taipei, TW
  identity:    *.csie.org
  fingerprint: e6:05:eb:fb:69:5d:25:4e:11:3c:83:e8:7c:44:ee:bf:a9:85:a3:64
You only should accept this certificate, if you can
verify the fingerprint! The server might be faked
or there might be a man-in-the-middle-attack.
Accept certificate for this session? [y,N] y
		

test

$ ls davfs/
branches  lost+found  tags  trunk
		

原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

时间: 2024-09-11 09:37:40

13.17. davfs2 - mount a WebDAV resource as a regular file system的相关文章

13.19. File system test

写写空文件 $ dd bs=1 seek=2TB if=/dev/null of=test $ time dd if=/dev/zero of=/srv/file bs=1M count=1000 写随机文件 $ time dd if=/dev/urandom of=test.txt bs=1M count=1000 13.19.1. ext4 vs btrfs $ cat /etc/fstab # /etc/fstab: static file system information. # #

利用 mount 指令解决 Read-only file system的问题

在linux系统中创建一个文件提示: /application/report/shiwei # touch test.c touch: cannot touch `test.c': Read-only file system   总是提示Read-only file system,也就是说系统是只读的,什么也写不了.于是在网上到处找了一下,发现解决起来挺容易的.一条命令就可以了   mount -o remount rw / 参考:http://www.blogjava.net/hadeslee

第 13 章 File System

13.1. /etc/fstab # <file system> <mount point> <type> <options> <dump> <pass> mount point 该字段描述希望的文件系统加载的目录,对于swap设备,该字段为none file system 例如/dev/cdrom或/dev/sdb,除了使用设备名,你可以使用设备的UUID或设备的卷标签,例如,LABAL=root 或 UUID=7f91104e-8

13.5. zfs mount/umount

Legacy mount points must be managed through legacy tools. An attempt to use ZFS tools result in an error. # zfs mount pool/home/billm cannot mount 'pool/home/billm': legacy mountpoint use mount(1M) to mount this filesystem # mount -F zfs tank/home/bi

读书笔记:Fuxi: a Fault-Tolerant Resource Management and Job Scheduling System at Internet Scale

    此文是关于阿里云伏羲平台的论文,一些感兴趣的点:     Fuxi:a resouce management and job scheduling system. (我感觉是基于YARN做的,很像YARN)         1, An incremental resource management protocol         2, A user-transparent failure recovery         3, A  effective (faulty-node) de

第 177 章 Subversion

177.1. Invoking the Server 配置开发环境版本控制Subversion Squid + Subversion 请参考Squid一节 177.1.1. Installing 177.1.1.1. Ubuntu 过程 177.1. subversion installation $ sudo apt-get install subversion $ sudo apt-get install subversion create svn group and svnroot use

Oracle ACFS、ADVM

Oracle ACFS.ADVM 配置Oracle ACFS集群文件系统 首先来看下,神马是ACFS,请看oracle官方给出的定义: Oracle Automatic Storage Management Cluster File System (Oracle ACFS) is a multi-platform, scalable file system, and storage management technology that extends Oracle Automatic Stora

Oracle诊断案例-SGA与Swap之一

oracle     link: http://www.eygle.com/case/sga1.htm 案例描述: 用户报告,服务器启动一段时间以后,无法建立数据库连接重新启动几分钟以后,再次无法连接 系统无法正常使用. 1.登陆系统 SunOS 5.8 login: rootPassword: Last login: Tue Mar 23 13:56:59 from 172.16.31.41Sun Microsystems Inc. SunOS 5.8 Generic Patch Octobe

【ASM】ASMLIB 系列

[ASM]ASMLIB 系列 使用ASMLIB管理磁盘 在存储管理员给服务器提供磁盘设备后,它们对于服务器来说是可用的并且可以在Linux系统中 的/proc/partitions虚拟文件中可以看到.系统管理然后使用Linux fdisk工具来对磁盘设备进行分 区.被分区后磁盘设备现在可以被配置为ASMLIB磁盘,系统管理员创建ASMLIB磁盘.创建命 令:oracleasm createdisk.createdisk命令使用两个输入参数,通过设备来生成用户定义的磁盘名: [root@racno