Hi folks, I have a relatively new f17 installation and try to get everything working what I had on f12.
I use davfs, aufs, rsync:
sudo mount -t davfs -o uid=wd,gid=wd,dir_mode=777,rw https://wd1.wd.wd/ /mnt/webdav1
sudo mount -t davfs -o uid=wd,gid=wd,dir_mode=777,rw https://wd1.wd.wd/ /mnt/webdav2
sudo mount -t davfs -o uid=wd,gid=wd,dir_mode=777,rw https://wd2.wd.wd/ /mnt/webdav3
sudo mount -t aufs none /mnt/webdav/ -o br:/mnt/webdav1=rw:/mnt/webdav2=rw:/mnt/webdav3=rw,create=mfs,sum
rsync -r /ho
With FUSE it is possible to mount many things purely as a non privileged user. However, it seems that for webdav davfs2 is the preferred project, which appears to be a filesystem driver and uses the standard mount/umount which requires privileges.
Is there a way to use this (or another library) to mount webdav only as a user via fuse ? (i.e.
I'm trying to mount a webDAV server on my new Arch install. I have davfs2 installed.
Nautilus 3.6.3Even though Nautilus is _supposed_ to be able to connect to WebDAV servers, as here:WebDAV and Secure WebDAVBased on the HTTP protocol used on the web, WebDAV is sometimes used to share files on a local network and to store files on the internet. If the server you're connecting to supports secure connections, you should choose this option.
I have a cruzer U3 flash drive that is not mounting, I can remember a time when it did mount, not to long ago, and I do not recall editing any settings that might have interfered with it.
I attached the error that pops up when I insert the flash drive, as well as my /etc/fstab file.
Quote:
# /etc/fstab: static file system information.
Hello,I am using Otixo to link all my cloud services to one webdav server which I can mount in my file manager.However, I would also like to sync the webdav server with a local folder similar to what the Dropbox client allows me to do.
Hi expert,
i need URGENT help in bash shell scripting using sed:
i woud like to search for the word XMLRPC which is at theend of the line below in up2date file.
I have a problem trying to connect with our network webdav share on mac osx. I can connect from windows, so it's working. On Mac OSX I have set the routes, and I can connect when using "Transmit" but not with "Mac Finder" or any other webdav client for mac so it's not a network or login problem, but a problem with the applications.