December 16, 201312 yr I want to transfer files from Ubuntu Linux VM to Unraid VM on to Cache disk/share. Should I use smbmount or what is better way?
December 16, 201312 yr if you have a win VM you could share both volumes over SMB and do the actual move via the windows vm. otherwise, rsync seems to be a favourite around here.
December 16, 201312 yr Author I have found the solution doing this: sudo mount -t cifs -o noperm,user=xxxxxx,password=xxxxxx,uid=nobody,gid=users //192.168.1.15/Media /mnt/Media
Archived
This topic is now archived and is closed to further replies.