Heylo!
Having some difficulties with the remoteshare plugin. I want to simply mount an external samba raid to the system folder '/media/backup'. But in order to do that it looks like it needs a share, and won't allow me to select a folder from the system drive to mount to? I can manage it no problem through the cli.. but the plugin seems to require that it be mounted to an external drive. I don't want to have to put an external drive in this server (too loud for where it's situated) nor do I want to mount to a USB.
so for example this works:
Code
mount -t cifs -o username=username,password=password,rw,nounix,iocharset=utf8,file_mode=0777,dir_mode=0777 //192.168.1.120/backup /media/backup
But in the plugin I can't find a way to mount it to /media/backup
Tried the googs but no luck there either
Thanks,
Cloudy