I am dual boot and I was able to write and read on my windows side. I decided to move to linux and this is what I have it in my
/etc/fstab file:
//10.0.10.14/Photos-BackUP /home/XXXX/IMP-BackUP cifs username=USERNAME,password=PASSWORD 0 0
//10.0.10.14/MainOne /home/XXXX/MainOne cifs username=USERNAME,password=PASSWORD 0 0
I am able to read those files without any issue, but I can’t write in it.
If I mount folder from network discovery file sharing, it works, but not from my main mount folders.
I have done this way in some of my VM and it works fine.
I would appreciate your help.