iot- Proxmox,홈어시스턴트

[Proxmox] 재부팅 후 PBS(backup-sever)의 NFS 마운트가 안되는 경우 해결책

naholonaholo 2025. 4. 17. 08:25


사용한 명령어 : 

PBS의 putty(ssh) : chmod 777 /pbs_nfs/ -R
DSM의 putty(ssh) : chmod 777 /volume2/pbs_nfs/ -R

 

PBS의 putty(ssh) :
 - mount -o vers=4.1,soft 192.168.0.103:/volume2/pbs_nfs /pbs_nfs
 - nano /etc/fstab
   192.168.0.103:/volume2/pbs_nfs /pbs_nfs nfs defaults,soft,vers=4.1,_netdev 0 0