[Question] Server runs on NAS with Linux VM, is linking a Samba drive on NAS in nwn.ini possible?
dunahan
Member Posts: 139
Hello together,
I'm running my PW on a Synergy DS 218+ NAS within a Linux Lite VM (based on Ubuntu). To make developing the module easier, I'm thinking about linking the NAS drives withing the nwn. ini. But I don't know how and if it will work. Has someone experience in such things?
Due I'm new on Linux, I'm a little bit clueless. I'm thankful for every suggestion.
Greets dun
I'm running my PW on a Synergy DS 218+ NAS within a Linux Lite VM (based on Ubuntu). To make developing the module easier, I'm thinking about linking the NAS drives withing the nwn. ini. But I don't know how and if it will work. Has someone experience in such things?
Due I'm new on Linux, I'm a little bit clueless. I'm thankful for every suggestion.
Greets dun
0
Comments
If the samba server ever goes down though while nwserver is up, it will likely explode violently.
Its's necessary that it will mount them at start up. I'm digging the net, that must be possible too.
//a.b.c.d/share /localmountpath cifs credentials=/my/credentials/file,iocharset=utf8,rw,_netdev 0 0
Good I had taken a snapshot and all my changes saved on a other drive, so I can reload that.