Accessing Win2000 over network

Started by
3 comments, last by henryx 21 years, 10 months ago
I''ve got my Linux PS2 and Win2000 box on the same home network. I have samba running on the PS2 and from windows I can access the PS2''s file system. However, my question is this: is it possible to do this the other way round and access a win2000 share from the Linux PS2 box? Thanks for any response. Henry
HenryLecturer in Computer Games TechnologyUniversity of Abertay DundeeScotlandUK
Advertisement
Samba also comes with a commandline SMB client. Don''t remember its name; smbclient maybe?

--AnkhSVN - A Visual Studio .NET Addin for the Subversion version control system.[Project site] [IRC channel] [Blog]
Mount accepts as a type smbfs, which mounts an SMB partition. Check the manfiles of mount and samba for more information.
don''t forget to be sharing a folder/drive on the win2000 box
You also need smbfs support built into your kernal, or loadable as a module.

Try "man mount"...

-- Aaron

HollowWorks.com

rhott.com

This topic is closed to new replies.

Advertisement