I have 3 machines , 2 physical running windows 7 (we'll say winA and winB) and 1 vmware image running centOS (call it linuxC).
I'm tyring to use file sharing between the linux box and the 2 windows boxes. linux C can read files from winA but not winB. When I try to access winB I get the error
"The folder contents could not be displayed.
Sorry, couldn't display all the contents of "Windows Network: ollie-pc"."
WinA and WinB are also able to share files between each other with no problem.
I'm using bridged networking for LinuxC.
Linux NetworkingNetworkingVMware
Last Comment
Tolomir
8/22/2022 - Mon
opike
ASKER
Well I just added the host and ip to /etc/hosts and I no longer get the error message but now it prompts me for username/password, and I'm entering what I know is a valid username/password but it won' t accept it.
opike
ASKER
I thought it might be an NTFS issue but both winA and winB are formatted with NTFS.
torque_200bc
are NTFS and NFS permissions equal in the shared resources of WINA and WINB? If not make WINB shared files have the same permissions as WINA.
I probably would've already moved on to a workaround but it's killing me that it works with another machine that appears to be configured in an identical manner.