GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
umount.davfs(8) 1.7.1 umount.davfs(8)

umount.davfs - Umount-helper to unmount a davfs2 file system

umount.davfs [-h | --help] [-V | --version]
umount dir

umount.davfs dir

umount.davfs is a umount helper program. It is called by the umount(8) command. Its purpose is to prevent the umount command from returning unless mount.davfs has synchronized all its cached files with the webdav server.

dir is the mountpoint where the WebDAV resource is mounted on. It may be an absolute or relative path.

While for local file systems umount(8) will only return when all cached data have been written to disk, this is not automatically true for a mounted davfs2 file system. With this umount helper the user can rely on the familiar behaviour of umount(8). To inform the operating system that the file system uses a network connection, you should always use the _netdev option, when mounting as davfs2 file system.

Depending on the amount of data and the quality of the connection, unmounting a davfs2 file system may take some seconds up to some hours.

If the mount.davfs daemon encountered serious errors, umount.davfs may return an error instead of unmounting the file system. In this case try umount -i. The -i option will prevent umount(8) from calling umount.davfs.

Output version.

Print a help message.

This options are ignored. They are only recognized for compatibility with umount(8).

/var/run/mount.davfs
PID-files of running umount.davfs processes are looked up here.

No known bugs.

This man page was written by Werner Baumann <werner.baumann@onlinehome.de>.

https://github.com/alisarctl/davfs2

mount.davfs(8), umount(8), davfs2.conf(5), fstab(5)

2014-08-23 davfs2

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.