[SOLVED] Mounted share on VM doesn't show new files


Robot

Recommended Posts

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 by Robot
Link to comment

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!

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.