Suse 10 -> file server

josh609

Member
Aug 8, 2005
194
0
0
I have a network of 3 computers. I'm trying to connect my Suse Linux 10 box to my Windows XP Pro based File server. For some reason it's not seeing our windows network. Therefore it don't see my file server. Does anyone know how to connect it to my windows network? If not, can you direct me to the source where i can find my answer?
 

nweaver

Diamond Member
Jan 21, 2001
6,813
1
0
mount -t smbfs -o username=NAME //server/share /mnt/point/here


that will mount the directory into your file tree wherever you happen to point /mnt/point/here to