![]() |
problems with mounting a windows 7 shared folder in linux
Ok here is the situation, i have a mixed network(windows xp, windows 7, some linux machine (centOS)), the linux machine works as a server, and i want the server to have access to the shared folders of the other machines connected in the local network.
i have no problem mounting shares from windows xp, i have problems with the windows 7 shares. Code:
smbtreeCode:
WORKGROUPCode:
smbtree -U usernameThen i tried Code:
nmblookup MACHINENAMECode:
192.168.1.5 MACHINENAME<00>the i tried to mount directly with the IP Code:
mount -t cifs //192.168.1.5/sharename /mnt/aa/ -o user=usernameCode:
mount error 5 = Input/output errornot quite sure is this is a linux problem, but it would be nice to have some light on the issue, where might the problem be coming from. |
Its a windows side problem. Here is some info to read up on(its windows XP but the same fundamentals apply here) http://mixeduperic.com/windows/how-t...windows-7.html.
You need to make sure you setup your Guest account to have permissions to the folder you are sharing and setup firewall rules to let the connections through. |
| All times are GMT -5. The time now is 06:14 AM. |