September 3, 20196 yr So I'm running an Ubuntu VM with access to one of my unRAID's shares, via fstab as follows: ShareName /mnt/ShareName 9p trans=virtio,version=9p2000.L,_netdev,rw 0 0 Share mounts OK, I can see all files etc, but if I create or copy a new file, it won't show. It's like if the accessible data is just the one that existed when it was mounted. My want this VM to run rclone now and then for different scenarios, but if the VM doesn't see new files... it'll never do anything. Any help? Thank you! Edited September 5, 20196 yr by Robot
September 5, 20196 yr Author Hi again! I solved this thanks to a friend of mine knows his way around Linux waaay better than me. In order for it to work properly, code must be: //IP/ShareName /media/ShareName cifs guest,uid=1000,iocharset=utf8 0 0 Thought of posting in case anyone ever has the same issue. Cheers!
Archived
This topic is now archived and is closed to further replies.