Finally solved problem of mounting homes/Jason to ubuntu
parent
113f47bee0
commit
99bf7851dc
13
README.md
13
README.md
|
@ -2,10 +2,17 @@
|
|||
|
||||
This is a repo that contains tools/documentations to help nfs mounting configuration in Synology
|
||||
|
||||
## Note
|
||||
## Log
|
||||
|
||||
### 2020-07-08
|
||||
|
||||
Due to issue from idmapping, NFS customization on Synology is given up. I will directly use Synology's official NAS setting in WebGUI. And set all visitor either as admin or guest
|
||||
|
||||
### 2020-07-09
|
||||
|
||||
Used one day trying to solve the problem that I cannot write to `/volume1/homes/Jason`, found the problem is from my side. When I created `/mnt/synology_homes_Jason`, I didn't make it `chmod 777`. BAGA!
|
||||
|
||||
Anyway, [Applying Default UNIX Permissions](https://www.synology.com/en-us/knowledgebase/DSM/help/FileStation/settings) and [How to manage ACL settings on your Synology NAS](https://www.synology.com/en-global/knowledgebase/DSM/tutorial/File_Sharing/How_to_manage_ACL_settings_on_your_Synology_NAS) are good references
|
||||
## 0. Knowledge Center: How to config NFS server and client
|
||||
|
||||
Synology's DSM WebGUI has capability to set NFS configuration to allow Linux to access files on Synology NAS, follow [tutorial: How to access files on Synology NAS within the local network (NFS)](https://www.synology.com/en-us/knowledgebase/DSM/tutorial/File_Sharing/How_to_access_files_on_Synology_NAS_within_the_local_network_NFS)
|
||||
|
@ -61,6 +68,7 @@ The only solution for ubuntu (Desktop or Laptop) is NFS+`chown`
|
|||
2. mount volume to client
|
||||
3. After writing files, remember to chown afterward
|
||||
|
||||
## 2. Current solution for mapping Synology NFS to Proxmox
|
||||
For plex server:
|
||||
|
||||
1. Follow Synology official guide + youtube to set NFS permission
|
||||
|
@ -90,5 +98,8 @@ unprivileged: 1
|
|||
|
||||
* [NFS: Overview and Gotchas](http://www.troubleshooters.com/linux/nfs.htm)
|
||||
* [How to setup NFS server and client](https://codeyarns.com/2013/03/17/how-to-setup-nfs-server-and-client/)
|
||||
* [Applying Default UNIX Permissions](https://www.synology.com/en-us/knowledgebase/DSM/help/FileStation/settings)
|
||||
* [How to manage ACL settings on your Synology NAS](https://www.synology.com/en-global/knowledgebase/DSM/tutorial/File_Sharing/How_to_manage_ACL_settings_on_your_Synology_NAS)
|
||||
|
||||
file `video/proxmox_add_nfs.webm` is downloaded from [proxmox 添加 nfs 存储 完美解决 空间不足 虚拟机 备份 容灾 proxmox add nfs](https://www.youtube.com/watch?v=mroM6_koNdw)
|
||||
|
||||
|
|
Loading…
Reference in New Issue