I have an apache server running on Linux. I have the dav module enabled. When I am on my windows computer, I mount it as a network drive. However, it shows the filesystem as FAT. Is there a way to change that to either NTFS or something else that will display the disk size correctly and speed up the file transfers?
Is it possible to mount a webdav share on windows as something other than FAT?
1k Views Asked by Steve At
1
There are 1 best solutions below
Related Questions in APACHE
- Special access rule in an .htaccess file for IP addresses, authorized only for one directory structure
- How to isolate PHP apps from each other on a local machine(Windows or Linux)?
- Cannot load modules/mod_dav_svn.so into server
- How to ignore case in regexp mapping in a .htaccess rewrite rule?
- Oracle Http server ISNT-07551
- I cant access file directory with PHP local host on XAMPP. it just shows one of the files I have in my visual studio code
- Apache Reverse Proxy: only one proxy directive is working. Second one is ignored
- Issue with Django --> Apache WSGI deployment
- changing the node version used by apache web server
- Apache: How can I redirect to a subfolder with a URL param but serve required content via the main URL?
- Why/How does Apache auto-include "DHE" TLS1.2 ciphers while nginx needs "dhparams" file?
- Set up MX records in apache/Ubuntu to point to external mail server
- How to proxy to another port?
- Php can not upload file out of /var/www/html even after disabling Selinux
- Serve static site on S3 + CloudFlare with Apache retaining the source URL
Related Questions in CENTOS
- Facing fatal errors while running "yum update" command on CentOS 7/Cloudlinux 7
- How to access PostgreSQL (CentOS 9) from PGAdmin4 (Windows 10)
- I migrated a PHP server and I'm not able to solve this error below
- impossible to install lxml package for python 3.9 on centos7.9
- CentOS/RHEL download dependencies
- looking for help on package for REHL UBI 8/9: saxon
- Create htpasswd for cwp login
- NodeJS Express session is working in localhost but not working in Linux live server
- Manual steps to modify the IP address of an ESXI host in the Centos 7 dns records.This dns VM is running on the same host
- How to install and configure gitlab-CE on a local CentOS 7?
- C# DateTime.ToString return different result in Ubuntu and Centos
- How to find out centos7 ec2 instance
- Docker unexpected behavior when using dockerfile to yum install a package inside container
- 503 service unavailable after VPS IP change
- How to update podman's storage limit?
Related Questions in WEBDAV
- Cannot load modules/mod_dav_svn.so into server
- How to properly disable certificate verification?
- Publicly-accessible WebDAV
- I have problem importing ITHit from 'webdav.client'
- Apache/webdav: "client used wrong authentication scheme"
- Problems saving excel documents with my custom wsgidav server
- Apache Jackrabbit WebDAV Put xml file successful but download empty file
- Doing a scripted batch rename of many files on a WebDAV (e.g. Nextcloud) share?
- Sharing browser cookies with an external application like "viewinfileexplorer" feature
- How can I upgrade the major version of Fedora CoreOS while excluding the davfs2 package?
- WebDAV - '/mnt/jfrog/': Transport endpoint is not connected
- Can I use WOPI instead of WEBDAV with MS Word desktop application
- WebDAV xml callback using PHP - sabre/dav
- How to configure IIS to allow HttpDelete without Removing WebDAVModule
- Why does Windows show restricted WebDAV directories?
Related Questions in PYDIO
- Login to self-hosted Pydio Cells impossible on Docker Compose install due to unknown issue
- Pydio Cells docker + NGINX = 404 error on /ws/chat and /ws/event
- Pydio Cells Plugins
- How do you upload files/folders to Pydio Cells using the Pydio Cells API
- Is it possible to utilize Pydio's v1 or v2 API with Pydio Cells?
- Can’t Run Pydio Locally
- nginx php-fpm file and minimum folder permissions for maximum security multi user/app
- How to make my LAMP use 7.1 instead of 5.6.25 (with Pydio)
- Python, Pydio, Rest and module requests to send a file
- Docker data volume and permission
- Wordpress and platform in subdirectory
- How to convert docker run command into json file?
- Where does Pydio variable AJXP_DATA_PATH points in CentOS?
- Is it possible to mount a webdav share on windows as something other than FAT?
- How to disable Pydio password?
Related Questions in SABREDAV
- Sabre Unable to use "Revalidate Itinerary" V4 API
- Looking for an API or approach for range based parameter flight pricing using SabreCommandLLSRS
- WebDAV xml callback using PHP - sabre/dav
- Bargain Finder Max V4
- microsoft-webdav-miniredir (ms word, excel etc.) digest auth and third-party apps integrations
- Serve Contacts Only - similar to CardDAV
- Bargain Finder Max Rest API v4
- Sabre.io Baikal REST API
- necessary data rewind wasn't possible with WEBDAV
- Fetch files from next cloud storage and display in Laravel website
- In Sabre, Terminal PCC booking api failure due to error
- Sabre Integration for CalDAV
- Google CalDav Api wont return single instances of recurring events
- Sabre - How many steps to request the Void Air Ticket?
- Is there a way to check or create a retention line in sabre api?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
If windows shows the filesystem as
FAT, it simply means that there's a bug in Windows. When windows talks to the webdav server, it's neither FAT nor NTFS. It's talking 'WebDAV', and the underlying storage mechanism is hidden and irrelevant.