Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I run Fedora Core 5 (2.6.16-1.2080_FC5) and i try to mount a folder shared by a windows box on my network.
Alot of ppl sya i should go with mount -t cifs, but i get this:
[root@localhost mp3]# mount -t cifs //skybyte/E/Tunes /mp3/flx
mount error: could not find target server. TCP name skybyte/E/Tunes not found
No ip address specified and hostname not found
What can be the problem? could it be that it wont respond due to a different workgroup? how to setup the workgroup @ fedora?
[root@localhost ~]# mount -t cifs //192.168.1.77/E/Tunes /mp3/flx
Password:
retrying with upper case share name
mount error 6 = No such device or address
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
[root@localhost ~]#
on the windows box i use the Guest account with as pass "treeform"
[root@localhost ~]# mount.cifs //192.168.1.77/E/Tunes /mp3/flx
Password: treeform
retrying with upper case share name
mount error 6 = No such device or address
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
[root@localhost ~]#
[root@localhost ~]# /sbin/mount.cifs //192.168.1.67/E/Tunes /mp3/flx -o user=Guest,pass=smb
retrying with upper case share name
mount error 6 = No such device or address
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
it can find the ip tho:
Code:
[root@localhost ~]# ping 192.168.1.67
PING 192.168.1.67 (192.168.1.67) 56(84) bytes of data.
64 bytes from 192.168.1.67: icmp_seq=1 ttl=64 time=0.147 ms
64 bytes from 192.168.1.67: icmp_seq=2 ttl=64 time=0.138 ms
64 bytes from 192.168.1.67: icmp_seq=3 ttl=64 time=0.119 ms
64 bytes from 192.168.1.67: icmp_seq=4 ttl=64 time=0.139 ms
--- 192.168.1.67 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 2997ms
rtt min/avg/max/mdev = 0.119/0.135/0.147/0.017 ms
also tried with ip arg:
Code:
[root@localhost ~]# /sbin/mount.cifs //192.168.67/E/Tunes /mp3/flx -o user=Guest,pass=smb,ip=192.168.1.67
retrying with upper case share name
mount error 6 = No such device or address
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
I have several questions on using CIFS.
1. Can it go in the /etc/fstab to bring Windows Shares on line at boot?
2. What does the syntax look like? I have seen several suggestions.
3. Does it work on FC5, Sun 5.10, and Gentoo SPARC 64?
login as: root
root@server's password:
Last login: Thu Jun 22 23:35:34 2006 from 192.168.1.73
[root@localhost ~]# mount -t cifs -o username=Guest //192.168.1.73/E/Tunes /mp3/flx
Password:
retrying with upper case share name
mount error 6 = No such device or address
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
[root@localhost ~]#
yeahh here good news for u , i come up install winxp for test but sorry i dont know how to print screen in xp , also dont know how to use, to share this mp3 folder also take 10 min for me to figure out
Myself... I'm moving back to RHL9, CIFS is pahoo and cannot recoginse 'named computers', plus it's security settings top it off as a pain in the Ar** (not allowing access as read/write for the user you set for windows)! GRrr... not liking MS myself, I find it hard that, my next project is written in ASP cos I cannie be bothered to setup my FED CORE box!!!!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.