• April 23, 2024, 03:49:31 PM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: Accessing volumes using linux smbclient  (Read 4041 times)

kevinl

  • Level 1 Member
  • *
  • Posts: 1
Accessing volumes using linux smbclient
« on: July 25, 2009, 11:25:10 AM »

I am having trouble using linux smbclient to access password protected shares on the DNS-343...

I configured the Volume_1 share to be anonymous access, but read-only, and the connection works fine:

Code: [Select]
kevin@crom:~$ smbclient //192.168.1.105/Volume_1 -d 2 -D Music
added interface eth0 ip=fe80::204:23ff:fe46:a167%eth0 bcast=fe80::ffff:ffff:ffff:ffff%eth0 netmask=ffff:ffff:ffff:ffff::
added interface eth0 ip=192.168.1.100 bcast=192.168.1.255 netmask=255.255.255.0
Enter kevin's password:
Domain=[LORE] OS=[Unix] Server=[Samba 3.0.28]
Server not using user level security and no password supplied.
smb: \Music\> exit

But when accessing the read-write Volume_1-1 share, I get a strange message:  "connect failed: SUCCESS - 0" and no smb prompt:

Code: [Select]
kevin@crom:~$ smbclient //192.168.1.105/Volume_1-1 -d 2 -D Music
added interface eth0 ip=fe80::204:23ff:fe46:a167%eth0 bcast=fe80::ffff:ffff:ffff:ffff%eth0 netmask=ffff:ffff:ffff:ffff::
added interface eth0 ip=192.168.1.100 bcast=192.168.1.255 netmask=255.255.255.0
Enter kevin's password:
Domain=[LORE] OS=[Unix] Server=[Samba 3.0.28]
Server not using user level security and no password supplied.
Server requested LANMAN password (share-level security) but 'client lanman auth' is disabled
tree connect failed: SUCCESS - 0

Any advice you can give me would be great! 

Note: Access to each volume is fine using Windows.
« Last Edit: July 25, 2009, 11:45:31 AM by kevinl »
Logged