Read-only File System after migrating VM to NFS share

Paquito

New Member
Mar 8, 2020
1
0
1
31
Hello, I migrated one of my VM to a NFS share from FreeNAS, and now half the VM (ubuntu) doesnt work because it constantly says that it cant write anything because of the read only file system.

I tried migrating it back to the local disk in the machine, but the problem still persists.
I can 'touch' and create filles from the Proxmox shell in the NFS share, so I think I do have write permissions.

Any Idea of how to fix this?

Thanks
 
Have you tried it on the cmd?
Code:
pvesm add cifs testarchiv --server 192.168.0.199 --share archiv --smbversion 2.1 --maxfiles 2 --content backup --username yourshareuser --password
Interesting would be this part: --smbversion 2.1
Here you can set also other versions.