You are not logged in.
Hi,
I am getting the I/O error when trying to mount the samba share.
Here is the result of smbclient commands:
[root::/]~:smbclient -L //192.168.0.1/ -U%
WARNING: Ignoring invalid value 'share' for parameter 'security'
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.14a]
Sharename Type Comment
--------- ---- -------
Volume1 Disk
IPC$ IPC IPC Service ()
ADMIN$ IPC IPC Service ()
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.14a]
Server Comment
--------- -------
Workgroup Master
--------- -------
Also, using the smbclient, it seems to be working:
[root::/]~:smbclient //192.168.0.1/Volume1
WARNING: Ignoring invalid value 'share' for parameter 'security'
Enter payek's password: <giving no password here! - it is not protected>
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.14a]
smb: \> ls
. D 0 Sat May 25 22:18:39 2013
.. D 0 Sat Jan 1 01:00:24 2000
$RECYCLE.BIN D 0 Fri Apr 12 18:11:12 2013
.is_audio_player AH 0 Thu Jan 6 00:18:27 2011
.Trash-1000 DH 0 Fri Jan 18 18:33:01 2013
However, when I am trying to mount it, I am receiving I/O error:
[root::/]~:mount.cifs \\\\192.168.0.1\\Volume1 /mnt -o guest -v
mount.cifs kernel mount options: ip=192.168.0.1,unc=\\192.168.0.1\Volume1,user=,pass=********
mount error(5): Input/output error
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Tried without "guest", with username "admin", with my password or without it, with added domain and/or with added workgroup - it always ends with I/O error.
One more detail - I am trying to mount the samba share from TP-LINK WR1043ND router.
Thank you for your help!
Offline
Try using forward slashes instead of backslashes.
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline