LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Unable to see the shares of Windows from Linux Redhat Machine (https://www.linuxquestions.org/questions/linux-server-73/unable-to-see-the-shares-of-windows-from-linux-redhat-machine-933486/)

ragatinavin 03-08-2012 03:59 PM

Unable to see the shares of Windows from Linux Redhat Machine
 
Hi team,

I'm facing a problem of mounting windows shares into the linux machine,

Windows Server : Server 2008 R2

Linux : Redhat Enterprise Linux 5

The outputs are as follows:

[root@kumna07-VM35996 ~]# smbclient -L \\kumna07-I35851 -U administrator
Password:
Domain=[EXAMPLE] OS=[Windows Server 2008 R2 Enterprise 7600] Server=[Windows Server 2008 R2 Enterprise 6.1]

Sharename Type Comment
--------- ---- -------
Address Disk "Access to address objects"
ADMIN$ Disk Remote Admin
ARCserve$ Disk
C$ Disk Default share
ca_apm$ Disk
CHEYALERT$ Disk
ExchangeOAB Disk OAB Distribution share
GroupMetrics Disk MailTips group metrics publishing point
IPC$ IPC Remote IPC
ISO's Disk
NETLOGON Disk Logon server share
sharing Disk
SYSVOL Disk Logon server share
Domain=[EXAMPLE] OS=[Windows Server 2008 R2 Enterprise 7600] Server=[Windows Server 2008 R2 Enterprise 6.1]

Server Comment
--------- -------

Workgroup Master
--------- -------
[root@kumna07-VM35996 ~]# smbclient -L \\kumna07-I35863 -U administrator
Password:
Domain=[KUMNA07-I35863] OS=[Windows Server 2008 R2 Enterprise 7600] Server=[Windows Server 2008 R2 Enterprise 6.1]

Sharename Type Comment
--------- ---- -------
ADMIN$ Disk Remote Admin
C$ Disk Default share
ca_apm$ Disk
drbackup Disk
IPC$ IPC Remote IPC
iso Disk
Users Disk
Domain=[KUMNA07-I35863] OS=[Windows Server 2008 R2 Enterprise 7600] Server=[Windows Server 2008 R2 Enterprise 6.1]

Server Comment
--------- -------

Workgroup Master
--------- -------
[root@kumna07-VM35996 ~]# smbclient -L \\kumna07-I35863\iso -U administrator
Connection to kumna07-I35863iso failed (Error NT_STATUS_BAD_NETWORK_NAME)

when i type

# smbclient -L \\kumna07-I35863 -U administrator
everything is working fine and its showing the shared folder on the server

but when i type in the following command

[root@kumna07-VM35996 ~]# smbclient -L \\kumna07-I35863\iso -U administrator
Connection to kumna07-I35863iso failed (Error NT_STATUS_BAD_NETWORK_NAME)


Can any1 help me out on this issue.

cbtshare 03-08-2012 10:42 PM

this is because there is no machine name called \\kumna07-I35863\iso ....\\kumna07-I35863\iso is a most likely a path on the machine \\kumna07-I35863 .


All times are GMT -5. The time now is 09:16 AM.