Skip to content

Commit ffc0db2

Browse files
committed
Add "Network Volume"
1 parent 03bdb3e commit ffc0db2

File tree

1 file changed

+35
-27
lines changed

1 file changed

+35
-27
lines changed

mountainduck/connect/index.md

+35-27
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,18 @@ sync
99
online
1010
```
1111

12-
When connecting to a server, you can choose between *[Online](online.md)*, *[Smart Synchronization](sync.md)*, and *[Integrated](integrated.md)* connect
12+
When connecting to a server, you can choose between *[Online](online.md)*, *[Smart Synchronization](sync.md)*, and
13+
*[Integrated](integrated.md)* connect
1314
mode:
1415

15-
- The [_Integrated_ connect mode](integrated.md) synchronizes files and folders from a directory on the local disk with support from macOS and Windows.
16+
- The [_Integrated_ connect mode](integrated.md) synchronizes files and folders from a directory on the local disk with
17+
support from macOS and Windows.
1618

17-
- Using [_Online_ connect mode](online.md), changes to a file are immediately uploaded and in sync when an application has finished saving a file.
19+
- Using [_Online_ connect mode](online.md), changes to a file are immediately uploaded and in sync when an application
20+
has finished saving a file.
1821

19-
- In [_Smart Synchronization_ connect mode](sync.md), files are copied to a local cache for faster access prior synchronization with the server in the background.
22+
- In [_Smart Synchronization_ connect mode](sync.md), files are copied to a local cache for faster access prior
23+
synchronization with the server in the background.
2024

2125
```{admonition} Changing Connect Mode
2226
@@ -26,8 +30,9 @@ Switching between [_Integrated_ mode](integrated.md) and [_Smart Synchronization
2630

2731
## Feature Comparison
2832

29-
| | **Online** | **Smart Synchronization** | **Integrated** |
33+
| | **Online** Connect Mode | **Smart Synchronization** Connect Mode | **Integrated** Connect Mode |
3034
|------------------------------------------|-----------------------------------------------------------------------|-------------------------------------------------------------------------------|-------------------------------------------------------------|
35+
| **Network Volume** ||||
3136
| **Offline Access** || ✔ Save files in cache on disk for access with no server connectivity ||
3237
| **Index Files** || Index folder contents in cache on disk for access with no server connectivity ||
3338
| **Buffer file contents** | ︎Temporarily save opened files for faster access later | Temporarily save opened files to copy to cache on disk ||
@@ -38,34 +43,37 @@ Switching between [_Integrated_ mode](integrated.md) and [_Smart Synchronization
3843
| **[Share Files](../share.md)** ||||
3944

4045
## Quota support
46+
4147
Mountain Duck displays the overall quota present on the server as available disk space on the mounted volume.
4248

43-
| Protocol | Support |
44-
|--------------------------| :---: |
45-
| [Local Disk](../../protocols/index.md#local-disk) | |
46-
| [SFTP](../../protocols/sftp/index.md#free-space-calculation-is-incorrect) | |
47-
| [FTP](../../protocols/ftp.md) | |
48-
| [WebDAV](../../protocols/webdav/index.md) | |
49-
| [Google Drive](../../protocols/googledrive.md) | |
50-
| [Google Cloud Storage](../../protocols/googlecloudstorage.md) | |
51-
| [Microsoft OneDrive](../../protocols/onedrive.md#quota) | |
52-
| [Microsoft Sharepoint](../../protocols/sharepoint.md#quota) | |
53-
| [Files.com](../../protocols/files.com.md) | |
54-
| [DRACOON](../../protocols/dracoon.md) | |
55-
| [Backblaze B2](../../protocols/b2.md) | |
56-
| [Box.com](../../protocols/box.md) | |
57-
| [Dropbox](../../protocols/dropbox.md) | |
58-
| [Nextcloud](../../protocols/webdav/nextcloud.md) | |
59-
| [ownCloud](../../protocols/webdav/nextcloud.md) | |
60-
| [S3](../../protocols/s3/index.md) | |
61-
| [SMB](../../protocols/smb.md) | |
62-
| [Windows Azure ](../../protocols/azure.md) | |
63-
| [OpenStack Object Storage](../../protocols/openstack/index.md) | |
49+
| Protocol | Support |
50+
|---------------------------------------------------------------------------|:-------:|
51+
| [Local Disk](../../protocols/index.md#local-disk) | |
52+
| [SFTP](../../protocols/sftp/index.md#free-space-calculation-is-incorrect) | |
53+
| [FTP](../../protocols/ftp.md) | |
54+
| [WebDAV](../../protocols/webdav/index.md) | |
55+
| [Google Drive](../../protocols/googledrive.md) | |
56+
| [Google Cloud Storage](../../protocols/googlecloudstorage.md) | |
57+
| [Microsoft OneDrive](../../protocols/onedrive.md#quota) | |
58+
| [Microsoft Sharepoint](../../protocols/sharepoint.md#quota) | |
59+
| [Files.com](../../protocols/files.com.md) | |
60+
| [DRACOON](../../protocols/dracoon.md) | |
61+
| [Backblaze B2](../../protocols/b2.md) | |
62+
| [Box.com](../../protocols/box.md) | |
63+
| [Dropbox](../../protocols/dropbox.md) | |
64+
| [Nextcloud](../../protocols/webdav/nextcloud.md) | |
65+
| [ownCloud](../../protocols/webdav/nextcloud.md) | |
66+
| [S3](../../protocols/s3/index.md) | |
67+
| [SMB](../../protocols/smb.md) | |
68+
| [Windows Azure ](../../protocols/azure.md) | |
69+
| [OpenStack Object Storage](../../protocols/openstack/index.md) | |
6470

6571
```{admonition} Limited Support
6672
:class: attention
6773
- **[Microsoft OneDrive](../../protocols/onedrive.md#quota)**: Quota is only supported when setting the *Path* in the bookmark configuration to a folder different from `/`.
6874
- **[Microsoft SharePoint](../../protocols/sharepoint.md#quota)**: Quota is only supported when setting the *Path* in the bookmark configuration to a *Drives* folder in a SharePoint site folder.
6975
```
7076

71-
Some protocols do not report the available quota. Finder and Windows Explorer will show exabyte values in *Online* connect mode and the available space within the synchronization cache location on your local disk in *Smart Synchronization* connect mode for the affected protocols.
77+
Some protocols do not report the available quota. Finder and Windows Explorer will show exabyte values in *Online*
78+
connect mode and the available space within the synchronization cache location on your local disk in *Smart
79+
Synchronization* connect mode for the affected protocols.

0 commit comments

Comments
 (0)