Hi,
My server is a VMWARE Cloud Server, CentOS 6.7, Plesk 12.0.18.
My main disk was getting full, but rather than add more space to the main drive, I decided to get a NAS drive and move my Plesk Backups onto there (it's much cheaper, and I'll only use it for backups)
I mounted the NAS share to /media/nas/, this is my fstab config (which appears to work and mounts the share OK) (details removed):
Plesk update fails when using NAS disk for Plesk Backups
My server is a VMWARE Cloud Server, CentOS 6.7, Plesk 12.0.18.
My main disk was getting full, but rather than add more space to the main drive, I decided to get a NAS drive and move my Plesk Backups onto there (it's much cheaper, and I'll only use it for backups)
I mounted the NAS share to /media/nas/, this is my fstab config (which appears to work and mounts the share OK) (details removed):
Code:
//SERVER/SHARE /media/nas/ cifs username=USERNAME,password=PASSWORD,uid=0,gid=0 0...