The following message was sent by "hongxun lee" <[EMAIL PROTECTED]> on Thu, 1 Aug 2002 12:12:10 -0400.
> Hi, community, > > I have an account on a remote windows server (just a file server, no > FTP or telnet services available). My question is how to mount my > account to my linux file manager: Konqueror > (yes, no problem i have to make a mount point first) > > Under windoze, suppose that the server IP is 1.2.3.4, the run > \\1.2.3.4 will get me me to the prompt window to input > account/passwd > > How is done in Linux? searched the online help but didn't find > any clue There's one word : "SAMBA". With this installed, you can mount "a la" mount: mount -t smbfs -o username=hlee,password=hlee_password //server/share /mnt/smbfs To use it you need to install samba-client*.rpm, configure it (just a minimal changes at /etc/samba/smb.conf and you're ready to mount SMB file systems (or Windoze shares) BTW, this is my first post to the list, and want to send a BIG HELLO to the community. I have a Linux box at work (i686 233 Mhz) and one at home (i586 133 Mhz), and all is going really smooth. Cheers -- V�ctor A. Rodr�guez (http://www.bit-man.com.ar) "aMail: a lot of fun in a bunch of Perl scripts" http://aMail.sourceforge.net _______________________________________________ Seawolf-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/seawolf-list
