On 04/08/2018 12:14 PM, Jan Ritzerfeld wrote:
Am Sonntag, 8. April 2018, 17:21:20 CEST schrieb Marc Chamberlin:
On 04/08/2018 03:10 AM, Carlos E. R. wrote: [...]
mount | grep quantum /srv/autofs/auto.quantum.Win10 on /mnt/samba/Win10/quantum type autofs (rw,relatime,fd=37,pgrp=1452,timeout=5,minproto=5,maxproto=5,indirect) /srv/autofs/auto.quantum.Win10 on /slash/mnt/samba/Win10/quantum type autofs (rw,relatime,fd=37,pgrp=1452,timeout=5,minproto=5,maxproto=5,indirect) (sorry these lines get broken up when doing a copy paste....) /mnt/samba/Win10/quantum/c wasn't mounted when you did your "mount | grep...". Please do a "cd /mnt/samba/Win10/quantum/c" before so that the line starting with //quantumWin10/C will appear. Hi Jan, Ah! Good point!!! Ok I can do that.... cd /mnt/samba/Win10/quantum/c/Users/Marc/Documents/ marcslaptop:/mnt/samba/Win10/quantum/c/Users/Marc/Documents # mount | grep quantum /srv/autofs/auto.quantum.Win10 on /mnt/samba/Win10/quantum type autofs (rw,relatime,fd=37,pgrp=1452,timeout=5,minproto=5,maxproto=5,indirect) /srv/autofs/auto.quantum.Win10 on /slash/mnt/samba/Win10/quantum type autofs (rw,relatime,fd=37,pgrp=1452,timeout=5,minproto=5,maxproto=5,indirect) //quantumWin10/C on /mnt/samba/Win10/quantum/c type cifs (rw,relatime,vers=2.0,sec=ntlmssp,cache=strict,username=Marc,domain=QUANTUMWIN10,uid=1000,forceuid,gid=100,forcegid,addr=192.168.10.85,file_mode=0777,dir_mode=0777,nounix,mapposix,rsize=65536,wsize=65536,actimeo=1) //quantumWin10/C on /slash/mnt/samba/Win10/quantum/c type cifs (rw,relatime,vers=2.0,sec=ntlmssp,cache=strict,username=Marc,domain=QUANTUMWIN10,uid=1000,forceuid,gid=100,forcegid,addr=192.168.10.85,file_mode=0777,dir_mode=0777,nounix,mapposix,rsize=65536,wsize=65536,actimeo=1)
[...] That points to the actual mount configuration file (in a separate partition /srv so I can reuse it whenever I upgrade openSuSE) and the contents of /srv/autofs/auto.quantum.Win10 is what I previously showed you - Even an fstab line wouldn't show all mount options that are actually used.
[...] Anywise, I decided to try and tackle this problem again and this time I discovered that by changing the apparent permissions on my Linux laptop, on /mnt/samba/Win10/quantum/C/Users/marc/Documents from -r--r--r-- to -rw-r--r--, I was then able to copy files into the Documents folder from my OpenSuSE laptop! Totally surprised me because I did that on a whim without expecting it to work... [...] Isn't /mnt/samba/Win10/quantum/C/Users/marc/Documents missing the x bit, too? Without, you shouldn't even see its content. Actually, all directories should look like drwxrwxrwx because of your dir_mode.
Ok now I am really confused... I just did another ls -al so I could copy it and show you what I was seeing in the way of permissions settings... And now it is different and is showing what you said I should expect to see...
marc@marcslaptop:/mnt/samba/Win10/quantum/c/Users/Marc> ls -al | grep Document drwxrwxrwx 2 marc users 0 Apr 7 18:27 Documents drwxrwxrwx 2 marc users 16384 Apr 7 18:27 My Documents
But that is NOT what I was seeing this morning/last night when I reported this issue! Then I was just seeing that I had read permissions and I had to change the owner permission to include write in order to copy my files into the Documents folder... This is a head scratcher, is there some sort of time delayed effect going on? Got me beat! Marc... -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org