You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/desktop/volume-type.mdx
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,11 +69,18 @@ Vaults mounted to a drive letter are only accessible to the current user. If you
69
69
**Requirements:** Windows
70
70
71
71
WebDAV on Windows uses the [`net use`](https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/gg651155(v=ws.11)) command to mount/unmount the virtual drive.
72
-
By default, unlocked vaults are mounted as a network drive and assigned a random drive letter.
73
-
Using WebDAV on Windows has the following drawbacks:
72
+
The unlocked vaults is displayed as a network drive and assigned to a random drive letter.
73
+
74
+
:::info
75
+
76
+
WebDAV on Windows has the following drawbacks:
77
+
78
+
* The maximum file of 4 GB: Files bigger than 4GB cannot be copied into or out of the vault.
79
+
* Files with an absolute path longer than 260 characters cannot be accessed
80
+
* The total space and free space of the vault are always reported to be the same as the total space and free space of the C: drive (even if not true)
81
+
82
+
:::
74
83
75
-
* The size of transferred files is restricted to a maximum of 4 GB.
76
-
* The total space and free space of the network drive are shown to be the same as the total space and free space of the C: drive, which is technically incorrect.
0 commit comments