-
Notifications
You must be signed in to change notification settings - Fork 43
External Disk
Syncloud allows you to activate additional external disk (USB or SATA) for data storage in your apps.
Supported file system with a partition: ext4.
This can be done in Settings - Storage.
Warning: it will not move your existing files from internal/external disk on activation.
Internal storage: /opt/disk/internal
External storage: /opt/disk/external
Active disk: /data (link to one of the above)
Also you can initialize exernal disk to make it compatible but this will erase all the data on it.
Data is files generates by apps. Apps should be able to work without it if disk is mulfunctioning or missing. Usually these files require extensive storage and simplified transfer to another device.
For nextcloud it is files created by user, for mattix it is attachmemts to messages. Some apps like ShairPort media player do not generate any files.
Text or other non file content is stored in databases usually so it always stays on internal disk as app cannot function without a database.