Displaying 2 results from an estimated 2 matches for "winmount".
Did you mean:
winmounts
2005 Feb 14
0
Mount 2k3 hidden share
...tdata$)
I am using SuSE rpms - Version 3.0.11
I would like to mount a hidden share on a server 2003 machine. It denies me
access to the mount point after mounting.
I have suid'd smbmnt and then run this as the user I want to use to browse the
share:
smbmount //2k3server/statdata$ /home/user/winmounts -o username=user,gid=100
Password:
This completes without error, but now I cannot browse the mount point:
ls winmounts
/bin/ls: winmounts: Permission denied
I get the same when running the command as root.
What am I doing wrong?
Thanks,
H
-------------- next part --------------
A non-text attach...
2007 Sep 05
0
Remote EFS share mounting
...el.
I found this artical and many others Like it would give the Hex codes to
downgrade the Symetrical crypto:
http://support.microsoft.com/kb/329741
and also tryed the system Policys and forced: (use FIPS crypto)
I am mounting with mount.cifs like so:
mount -t cifs //machinename/share /home/Nex6/winmount -o
username=accountnamehere
I am greatly suspecting it is the "trusted for delagation" requirements for
EFS remote sharing:
here is a the EFS docs:
http://technet.microsoft.com/en-us/library/bb457116.aspx
got this section: Remote EFS Operations in a File Share Environment
Does anyone h...