Hello, I have the flowing problem. I am trying to mount my Windows 2000 shared directory on RedHat Linux 7.3 My kernel is custom build and installed with all the necessary file system modules in particular NTFS, FAT32 ... However when I do the following command: # smbclient -L myMachineName Password: and enter the password, I get the following error message "session setup failed: NT_STATUS_NO_LOGON_SERVERS" Does anyone know what this is and how to fix it. can someone please help me mount a window on linux. __________________________________________________ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com
Adriaan.Putter@aventis.com
2002-Jul-26 00:10 UTC
[Samba] error: "NT_STATUS_NO_LOGON_SERVERS"
> -----Original Message----- > From: aleksey zakharov [mailto:aleksey_samba@yahoo.com] > Sent: Friday, July 26, 2002 5:30 AM > To: samba@lists.samba.org > Subject: [Samba] error: "NT_STATUS_NO_LOGON_SERVERS" > > > Hello, I have the flowing problem. > I am trying to mount my Windows 2000 shared directory > on RedHat Linux 7.3 My kernel is custom build and > installed with all the necessary file system modules > in particular NTFS, FAT32 ... > However when I do the following command: > # smbclient -L myMachineName > Password: > > and enter the password, I get the following error > message "session setup failed: > NT_STATUS_NO_LOGON_SERVERS" > > Does anyone know what this is and how to fix it. > > can someone please help me mount a window on linux. >you should specify a username for the machine you want to connect to # smbclient -L myMachineName -U <username that have access to that share> to mount a samba share take a look at # man smbmount hth adriaan