Nextcloud version (eg, 12.0.2): 13.0.1
Operating system and version (eg, Ubuntu 17.04): Ubuntu 16.04.4 LTS
Apache or nginx version (eg, Apache 2.4.25): 2.4.18
PHP version (eg, 7.1):7.0.28
The issue you are facing:
I recently setup Nextcloud on a Raspberry Pi running the above mentioned server and everything is working as it should. I added an external HDD and is now permanently mounted using fstab
to a local directory. I had pasted this mount location during the installation of nextcloud. I then enabled external storage from the settings and added the same path there as well. Now under ‘Files’ on the dashboard, I see a files_external
folder and when I check from the terminal, I do see this folder on the hdd. However, this mount path where nextcloud is supposed to store data on the hdd, already has data that I would like to see under ‘Files’. Is there a way to see this without moving all of these files to files_external
?
EDIT: Looks like I jumped the gun The existing files on the HDD folder now do show on the Dashboard. I guess it just needed a minute to refresh. However they don’t seem to be syncing on my local machine using the client. Any thoughts?