Displaying 1 result from an estimated 1 matches for "mylinuxus".
Did you mean:
mylinux
2000 Jul 05
1
Bug in smbmount?
Local software is:
samba-client-2.0.7-4
samba-common-2.0.7-4
samba-2.0.7-4
on RH 6.2 plus fixes, kernel is 2.2.16-3
NT server is 4.0 SP4
As root I can mount an NT share onto the Linux system:
/usr/bin/smbmount '//ntserver/myshare' /mnt/test -o
username=mylinuxuser,password=something,uid=myntuser,workgroup=CMP
But the mount point gets forced to mode 555 instead of 755. It's not an
NT write permission being expressed because as root on linux I can write
to the mounted directory (touch a file, etc.), but not as the owning
user of course since it does no...