• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Suse 10 -> file server

josh609

Member
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?
 
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
 
Back
Top