Rabu, 21 Oktober 2020

SYNOLOGY-error My drive

 

https://www.synology.com/en-global/knowledgebase/DSM/help/SynologyDrive/drive_admin_console

User's My Drive

Administrators are able to enable or disable users' My Drive on Drive by adjusting the option of whether to enable home service.

To enable user's home service and My Drive:

  1. Go to Control Panel > User > Advanced.
  2. Tick the box next to Enable user home service.

------------------------------------------------------------------------------------------------------------

Userhome error

- rename the directory /var/services/homes: "mv /var/services/homes /var/services/homes2fix"
- create the proper symlink: "ln -s /volume1/homes /var/services/homes"


Harnedi@SYNOLOGY:/volume1$ ls -al /var/services/
total 12
drwxr-xr-x   3 root root 4096 Oct 22 08:22 .
drwxr-xr-x  17 root root 4096 Mar 23  2020 ..
lrwxrwxrwx   1 root root   24 Oct 22 08:22 dirhomes -> /volume1/@fake_home_link
drwxr-xr-x  13 root root 4096 Oct 21 15:18 homes
lrwxrwxrwx+  1 root root   18 Apr  2  2019 NetBackup -> /volume1/NetBackup
lrwxrwxrwx   1 root root   24 Apr 17  2018 pgsql -> /volume1/@database/pgsql
lrwxrwxrwx   1 root root   13 Mar 23  2020 tmp -> /volume1/@tmp
Harnedi@SYNOLOGY:/volume1$

bash-4.3# mv /var/services/homes /var/services/homes2fix
bash-4.3# ls -al /var/services/                          
total 12
drwxr-xr-x   3 root root 4096 Oct 22 10:12 .
drwxr-xr-x  17 root root 4096 Mar 23  2020 ..
lrwxrwxrwx   1 root root   24 Oct 22 08:22 dirhomes -> /volume1/@fake_home_link
drwxr-xr-x  13 root root 4096 Oct 21 15:18 homes2fix
lrwxrwxrwx+  1 root root   18 Apr  2  2019 NetBackup -> /volume1/NetBackup
lrwxrwxrwx   1 root root   24 Apr 17  2018 pgsql -> /volume1/@database/pgsql
lrwxrwxrwx   1 root root   13 Mar 23  2020 tmp -> /volume1/@tmp
bash-4.3# ln -s /volume1/homes /var/services/homes

Harnedi@SYNOLOGY:/volume1$ ls -al /var/services/                          
total 12
drwxr-xr-x   3 root root 4096 Oct 22 10:13 .
drwxr-xr-x  17 root root 4096 Mar 23  2020 ..
lrwxrwxrwx   1 root root   24 Oct 22 08:22 dirhomes -> /volume1/@fake_home_link
lrwxrwxrwx+  1 root root   14 Oct 22 10:13 homes -> /volume1/homes
drwxr-xr-x  13 root root 4096 Oct 21 15:18 homes2fix
lrwxrwxrwx+  1 root root   18 Apr  2  2019 NetBackup -> /volume1/NetBackup
lrwxrwxrwx   1 root root   24 Apr 17  2018 pgsql -> /volume1/@database/pgsql
lrwxrwxrwx   1 root root   13 Mar 23  2020 tmp -> /volume1/@tmp
Harnedi@SYNOLOGY:/volume1


Tidak ada komentar:

Posting Komentar