WebDav/davfs mounted file & directory names in all UPPERCASE


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers WebDav/davfs mounted file & directory names in all UPPERCASE
# 1  
Old 01-22-2009
WebDav/davfs mounted file & directory names in all UPPERCASE

Hey,

I have a WebDav directory mounted and everything seems fine except for one thing. All file/directory names appear in all UPPERCASE, when in actual fact they are lowercase on the remote machine.

For example:
foo/bar/baz.html on the remote host, appears on my local machine as
FOO/BAR/BAZ.HTML
I can open and edit the file fine, but when I save it, it is renamed on the remote host as
foo/bar/BAZ.HTML
which subsequently breaks an references to that file being made elsewhere.

I am not sure what I am doing wrong, as this is my first experience with WebDav. I am using davfs to mount the directory as a normal user.

Any help is greatly appreciated

Thanks in advance
Mike

Last edited by MrMoney; 01-22-2009 at 05:08 PM.. Reason: typo
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

File Move & Sort by Name - Kick out Bad File Names & More

I have a dilemma, we have users who are copying files to "directory 1." These images have file names which include the year it was taken. I need to put together a script to do the following: Examine the file naming convention, ensuring it's the proper format (e.g. test-1983_filename-123.tif)... (8 Replies)
Discussion started by: Nvizn
8 Replies

2. Shell Programming and Scripting

Directory / File changes on CIFS share mounted on Red Hat Linux

I have a requirement to copy the changed file on CIFS share mounted on Red Hat Linux to a remote FTP/SFTP server. I tried inotify-tools, but this didn't track the modified files. Has anyone tried incron or any other suggestion? (1 Reply)
Discussion started by: SupeAlok
1 Replies

3. Shell Programming and Scripting

How to find all files which has names in uppercase in a directory

i want to display all the files which has their names in the Uppercase in a particular directory...guide.. (6 Replies)
Discussion started by: sheelsadan
6 Replies

4. Shell Programming and Scripting

Grepping file names, comparing them to a directory of files, and moving them into a new directory

got it figured out :) (1 Reply)
Discussion started by: sHockz
1 Replies

5. Shell Programming and Scripting

How to read file names in the directory?

I am having n files in a directory i want to read all the file names from the script file .It is better if any one provide a sample script. Elaborating the scenario: i am having n number of sql files in a directory i am running all the sql files from a single script. sqlplus... (4 Replies)
Discussion started by: dineshmurs
4 Replies

6. Shell Programming and Scripting

Searching for file names in a directory while ignoring certain file names

Sun Solaris Unix Question Haven't been able to find any solution for this situation. Let's just say the file names listed below exist in a directory. I want the find command to find all files in this directory but at the same time I want to eliminate certain file names or files with certain... (2 Replies)
Discussion started by: 2reperry
2 Replies

7. UNIX for Dummies Questions & Answers

How can I sort the file names in the directory

Hi , I have a list of files in the directory I want to sort based on the file name. But in the middle of filename contains the number based on that I need to sort.Could you suggest me on the same? Example filenames: /user1$ls RS.DEV.ISV.F1.RS.REFDATA.DATA... (1 Reply)
Discussion started by: praveen.thumati
1 Replies

8. Shell Programming and Scripting

Finding & Moving Oldest File by Parsing/Sorting Date Info in File Names

I'm trying to write a script that will look in an /exports folder for the oldest export file and move it to a /staging folder. "Oldest" in this case is actually determined by date information embedded in the file names themselves. Also, the script should only move a file from /exports to... (6 Replies)
Discussion started by: nikosey
6 Replies

9. Programming

Not able to use NFS mounted directory as buffer for untar & unzip.

Hi, For a new requirement, we are trying to use NFS mounted directory as the buffer (TMP_DIR) for untar. Target OS- VxWorks Host OS - Windows Embedded. mounted a directory in wondows onto VxWorks. During untar process of GNU we come across utime, for chaning the time stamp of the... (0 Replies)
Discussion started by: suraj.bc
0 Replies

10. UNIX for Dummies Questions & Answers

how many directory can be mounted on one file system

I have a question and seek help. How many directory can be mounted on one file system on UNIX with solaris 9? For example, I have one file system as /dev/dsk/cieit0a6. I have created one directory as /u01/app/oracle and mounted this directory to cieit06. It works. Then I create another directory as... (4 Replies)
Discussion started by: duke0001
4 Replies
Login or Register to Ask a Question
mount.davfs(8)							       1.4.6							    mount.davfs(8)

NAME
mount.davfs - Mount a WebDAV resource in a directory SYNOPSIS
mount.davfs [-h | --help] [-V | --version] mount {dir | webdavserver} SYNOPSIS (root only) mount -t davfs [-o option[,...]] webdavserver dir mount.davfs [-o option[,...]] webdavserver dir DESCRIPTION
mount.davfs allows you to mount the WebDAV resource identified by webdavserver into the local filesystem at dir. WebDAV is an extension to HTTP that allows remote, collaborative authoring of Web resources, defined in RFC 4918. mount.davfs is part of davfs2. davfs2 allows documents on a remote Web server to be edited using standard applications. For example, a remote Web site could be updated in-place using the same development tools that initially created the site. Or you may use a WebDAV resource for documents you want to access and edited from different locations. davfs2 supports TLS/SSL (if the neon library supports it) and proxies. mount.davfs runs as a daemon in userspace. It integrates into the virtual file system by either the coda or the fuse kernel files system. Currently CODA_KERNEL_VERSION 3 and FUSE_KERNEL_VERSION 7 are sup- ported. mount.davfs is usually invoked by the mount(8) command when using the -t davfs option. After mounting it runs as a daemon. To unmount the umount(8) command is used. webdavserver is the URL of the server. It must at least contain the host name. It may additionally contain the scheme, the port and the path. Missing components are set to sensible default values. The path component must not be %-encoded, but when entering the URL at the command line or in /etc/fstab the escaping rules of the shell or fstab must be obeyed. dir is the mountpoint where the WebDAV resource is mounted on. It may be an absolute or relative path. fstab may be used to define mounts and mount options as usual. In place of the device the url of the WebDAV server must be given. There must not be more than one entry in fstab for every mountpoint. OPTIONS
-V --version Output version. -h --help Print a help message. -o A comma-separated list defines mount options to be used. Available options are: [no]auto Can (not) be mounted with mount -a. Default: auto. conf=absolute path An alternative user configuration file. This option is intended for cases where the default user configuration file in the users home directory can not be used. Default: ~/.davfs2/davfs2.conf [no]dev (Do not) interpret character or block special devices on the file system. This option is only included for compatibility with the mount(8) program. It will allways be set to nodev dir_mode=mode The default mode bits for directories in the mounted file system. Value given in octal. s-bits for user and group are allways silently ignored. Default: calculated from the umask of the mounting user; an x-bit is associated to every r-bit in u-g-o. [no]exec (Do not) allow execution of any binaries on the mounted file system. Default: exec. (When mounting as an ordinary user, the mount(8) program will set the default to noexec.) file_mode=mode The default mode bits for files in the mounted file system. Value given in octal. s-bits for user and group are allways silently ignored. Default: calculated from the umask of the mounting user; no x-bits are set for files. gid=group The group the mounted file system belongs to. It may be a numeric ID or a group name. The mounting user, if not root, must be member of this group. Default: the primary group of the mounting user. [no]_netdev The file system needs a (no) network connection for operation. This information allows the operating system to handle the file system properly at system start and when the network is shut down. Default: _netdev ro Mount the file system read-only. Default: rw. rw Mount the file system read-write. Default: rw. [no]suid Do not allow set-user-identifier or set-group-identifier bits to take effect. This option is only included for compatibility with the mount program. It will allways be set to nosuid. [no]user (Do not) allow an ordinary user to mount the file system. The name of the mounting user is written to mtab so that he can unmount the file system again. Option user implies the options noexec, nosuid and nodev (unless overridden by subsequent options). This option makes only sense when set in fstab. Default: ordinary users are not allowed to mount. users Like user, but any user is allowed to unmount the file system, not only the mounting user. This is generally not recomended. On systems with no mtab file with the user option unmounting by the mounting user will fail. In this case the users may be an appropriate work around. Default: only the mounting user is allowed to unmount the file system. uid=user The owner of the mounted file system. It may be a numeric ID or a user name. Only when mounted by root, this may be differ- ent from the mounting user. Default: ID of the mounting user. username=WebDAV_user Use this name to authenticate with the WebDAV server. This option is intended for use with pam_mount only. When this option is set the credentials in the secrets files will be ignored. The password will always be read from stdin, even when option askauth is set to 0. Do not use it in fstab. The username will be visible for everyone in the output of ps. Default: no username. Experimental: This option is experimental and might be removed. If you think it useful and successfully use it please send a short report. SECURITY POLICY
mount.davfs needs root privileges for mounting. But running a daemon, that is connected to the internet, with root privileges is a security risk. So mount.davfs will change its uid and gid when entering daemon mode. When invoked by root mount.davfs will run as user davfs2 and group davfs2. This may be changed in /etc/davfs2/davfs2.conf. When invoked by an ordinary user it will run with the id of this user and with group davfs2. As the file system may be mounted over an insecure internet connection, this increases the risk that malicious content may be included in the file system. So mount.davfs is slightly more restrictive than mount(8). Options nosuid and nodev will always be set; even root can not change this. For ordinary users to be able to mount, they must be member of group davfs2 and there must be an entry in fstab. When mounted by an ordinary user, the mount point must not lie within the home directory of another user. If in fstab option uid and/or gid are given, an ordinary user can only mount, if her uid is the one given in option uid and he belongs to the group given in option gid. WARNING: If root allows an ordinary user to mount a file system (using fstab) this includes the permission to read the associated creden- tials from /etc/davfs2/secrets as well as the private key of the associated client certificate and the mounting user may get access to this information. You should only do this, if you might as well give this information to the user directly. URLS AND MOUNT POINTS WITH SPACES
Special characters like spaces in pathnames are a mess. They are interpreted differently by different programs and protocols, and there are different rules for escaping. In fstab spaces must be replaced by a three digit octal escape sequence. Write http://foo.bar/path40with40spaces instead of http://foo.bar/path with spaces. It might also be necessary to replace the '#'-character by 43. For the davfs2.conf and the secrets files please see the escape and quotation rules described in the davfs2.conf(5) man page. On command line you must obey the escaping rules of the shell. CACHING
mount.davfs tries to reduce HTTP-trafic by caching and reusing data. Information about directories and files are held in memory, while downloaded files are cached on disk. mount.davfs will consider cached information about directories and file attributes valid for a configurable time and look up this informa- tion on the server only after this time has expired (or there is other evidence that this information is stale). So if somebody else cre- ates or deletes files on the server it may take some time before the local file system reflects this. This will not affect the content of files and directory listings. Whenever a file is opened, the server is looked up for a newer version of the file. Please consult the manual davfs2.conf(5) to see how can you configure this according your needs. LOCKS, LOST UPDATE PROBLEM AND BACKUP FILES WebDAV introduced locks and mount.davfs uses them by default. This will in most cases prevent two people from changing the same file in parallel. But not allways: You might have disabled locks in /etc/davfs2/davfs2.conf or ~/.davfs2/davfs2.conf. The server might not support locks (they are not mandatory). A bad connection might prevent mount.davfs from refreshing the lock in time. Another WebDAV-client might use your lock (that is not too difficult and might even happen without intention). mount.davfs will therefore check if the file has been changed on the the server before it uploads a new version. If it finds it impossible to upload the locally changed file, it will store it in the local backup direcotry lost+found. You should check this directory from time to time and decide what to do with this files. Sometimes locks held by some client on the server will not be released. Maybe the client crashes or the network connection fails. When mount.davfs finds a file locked on the server, it will check whether the lock is held by mount.davfs and the current user, and if so tries to reuse and release it. But this will not allways succeed. So servers should automatically release locks after some time, when they are not refreshed by the client. WebDAV allows to lock files that don't exist (to protect the name when a client intends to create a new file). This locks will be displayed as files with size 0 and last modified date of 1970-01-01. If this locks are not released properly mount.davfs may not be able to access this files. You can use cadaver(1) <http://www.webdav.org/cadaver/> to remove this locks. FILE OWNER AND PERMISSIONS
davfs2 implements Unix permissions for access control. But changing owner and permissions of a file is only local. It is intended as a means for the owner of the file system, to controll whether other local users may acces this file system. The server does not know about this. From the servers point of view there is just one user (identified by the credentials) connected. Another WebDAV-client, connected to the same server, is not affected by this local changes. There is one exeption: The execute bit on files is stored as a property on the sever. You may think of this property as an information about the type of file rather than a permission. Whether the file is executable on the local system is still controlled by mount options and local permissions. When the file system is unmounted, attributes of cached files (including owner and permissions) are stored in cache, as well as the attributs of the direcotries they are in. But there is no information stored about directories that do not contain cached files. FILES
/etc/davfs2/davfs2.conf System wide configuration file. ~/.davfs2/davfs2.conf Configuration file in the users home directory.The user configuration takes precedence over the system wide configuration. If it does not exist, mount.davfs will will create a template file. /etc/davfs2/secrets Holds the credentials for WebDAV servers and the proxy, as well as decryption passwords for client certificates. The file must be read-writable by root only. ~/.davfs2/secrets Holds credentials for WebDAV servers and proxy, as well as decryption passwords for client certificates. The file must be read-writable by the owner only. Credentials are first looked up in the home directory of the mounting user. If not found there the system wide secrets file is consulted. If no creditentials and passwords are found they are asked from the user interactively (if not disabled). If the file does not exist, mount.davfs will will create a template file. /etc/davfs2/certs You may store trusted server certificates here, that can not be verified by use of the system wide CA-Certificates. This is useful when your server uses a selfmade certificate. You must configure the servercert option in /etc/davfs2/davfs2.conf or ~/.davfs2/davfs2.conf to use it. Certificates must be in PEM format. Be sure to verify the certificate. ~/.davfs2/certs You may store trusted server certificates here, that can not be verified by use of the system wide CA-Certificates. This is useful when your server uses a selfmade certificate. You must configure the servercert option in ~/.davfs2/davfs2.conf to use it. Certifi- cates must be in PEM format. Be sure to verify the certificate. /etc/davfs2/certs/private To store client certificates. Certificates must be in PKCS#12 format. You must configure the clientcert option in /etc/davfs2/davfs2.conf or ~/.davfs2/davfs2.conf to use it. This directory must be rwx by root only. ~/.davfs2/certs/private To store client certificates. Certificates must be in PKCS#12 format. You must configure the clientcert option in ~/.davfs2/davfs2.conf to use it. This directory must be rwx by the owner only. /var/run/mount.davfs PID-files of running mount.davfs processes are stored there. This directory must belong to group davfs2 with write permissions for the group and the sticky-bit set (mode 1775). The PID-files are named after the mount point of the file system. /var/cache/davfs2 System wide directory for cached files. Used when the file system is mounted by root. It must belong do group davfs2 and read, write and execute bits for group must be set. There is a subdirectory for every mounted file system. The names of this subdirectories are created from url, mount point and user name. ~/.davfs2/cache Cache directory in the mounting users home directory. For every mounted WebDAV resource a subdirectory is created. mount.davfs will try to create missing directories, but it will not touch /etc/davfs2. ENVIRONMENT
https_proxy http_proxy all_proxy If no proxy is defined in the configuration file the value is taken from this environment variables. The proxy may be given with or without scheme and with or without port http_proxy=[http://]foo.bar[:3218] Only used when the mounting user is root. no_proxy A comma separated list of domain names that shall be accessed directly. * matches any domain name. A domain name starting with . (period) matches all subdomains. Only used when the mounting user is root. Not applied when the proxy is defined in /etc/davfs2. EXAMPLES
Non root user (e.g. filomena): To allow an ordinary user to mount there must be an entry in fstab http://webdav.org/dav /media/dav davfs noauto,user 0 0 If a proxy must be used this should be configured in /etc/davfs2/davfs2.conf proxy proxy.mycompany.com:8080 Credentials are stored in /home/filomena/.davfs2/secrets proxy.mycompany.com filomena "my secret" /media/dav webdav-username password Now the WebDAV resource may be mounted by user filomena invoking mount /media/dav and unmounted by user filomena invoking umount /media/dav Root user only: Mounts the resource https://asciigirl.com/webdav at mount point /mount/site, encrypting all traffic with SSL. Credentials for http://web- dav.org/dav will be looked up in /etc/davfs2/secrets, if not found there the user will be asked. mount -t davfs -o uid=otto,gid=users,mode=775 https://asciigirl.com/webdav /mount/site Mounts the resource http://linux.org.ar/repos at /dav. mount.davfs -o uid=otto,gid=users,mode=775 http://linux.org.ar/repos/ /dav BUGS
davfs2 does not support links. A davfs2 file system cannot be moved with mount --move. AUTHORS
This man page was written by Luciano Bello <luciano@linux.org.ar> for Debian, for version 0.2.3 of davfs2. It has been updated for this version by Werner Baumann <werner.baumann@onlinhome.de>. davfs2 is developed by Sung Kim <hunkim@gmail.com>. Version 1.0.0 (and later) of davfs2 is a complete rewrite by Werner Baumann. DAVFS2 HOME http://savannah.nongnu.org/projects/davfs2 SEE ALSO
umount.davfs(8), davfs2.conf(5), mount(8), umount(8), fstab(5) davfs2 2009-10-18 mount.davfs(8)