898 B
898 B
Mounting new volumes
- ssh to storagebox
ssh -p23 u382808@u382808.your-storagebox.de
- Create a new directory
mkdir photoprism_import_data
-
Navigate to Hetzner cloud storage. Create a new sub-account. Allow Samba, SSH, external reachability.
-
ssh to server
-
Create new credentials in
/etc/secure_config
:
username=(storagebox username)
password=(storagebox password)
- Make mount directory
sudo mkdir /mnt/photoprism_import_data
- Update /etc/fstab
//u382808-sub3.your-storagebox.de/u382808-sub3 /mnt/photoprism_import_data cifs seal,vers=3,iocharset=utf8,rw,credentials=/etc/secure_config/.cifs-credentials-photoprism-import.txt,uid=1000,gid=1001,forceuid,forcegid,file_mode=0770,dir_mode=0770 0 0
- Mount
mount -a
- Verify that the storage box is mounted correctly:
df -h