July 18, 201510 yr I am currently building a second unRAID server forone of my sisters. I have the 2 servers on the same network. I want to transfer a bunch of files from server to server via MC... On my original server with internal IP of 192.168.0.201 I typed this on the command line; mkdir /mnt/remote_share mount -t cifs -o //192.168.0.200/user/Media /mnt/remote_share It did not work... any idea how I can do this? I hope its an easy answer. Many thanks, H. ps. this did not work either: mount -t cifs -o //192.168.0.200/Media /mnt/remote_share
July 18, 201510 yr I think you can connect to a second server with the "unassigned devices" plugin. I have not tried this however.
July 18, 201510 yr Author Thank you archedraft... This command worked.... mount -t cifs //192.168.0.200/Media /mnt/remote_share -o guest,rw,iocharset=utf8,file_mode=0777,dir_mode=0777
July 18, 201510 yr Author WOW the SMB Mounting of "unassigned devices" plugin works very nicely. thanks for suggesting that!!
July 18, 201510 yr You're welcome. Glad it worked out. I usually like doing as much as possible without plugins to keep the system clean but the "unassigned devices" plugin should really be included in GUI IMO.
Archived
This topic is now archived and is closed to further replies.