LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   accessing data on other pc (https://www.linuxquestions.org/questions/linux-newbie-8/accessing-data-on-other-pc-231720/)

daniela 09-17-2004 07:02 AM

accessing data on other pc
 
I use Mandrake10 & got my wireless card working without any problem, but the HD with my data is on the other pc (winME).

I must admit that i have no clue how to access it. I read something about samba, but don't know what it is exactly for.
What I tried yet is quite embarrassing :) I just thought i'd try it like windows and type in mozilla //pc-name/folder. I tried //IP/folder too, but it just refused the connection. (what I really should have known before...)

pingu 09-17-2004 07:15 AM

You need samba to connect between Windows & Linux. Client-part if you connect Linux -> Windows, server if Windows -> Linux.
You could of course setup an ftp-server in Windows, don't know if there are any free?
And while we're talking about this: that 'fish'-protocol used in konqueror - does anybody know if it can that be used for sharing?

maroonbaboon 09-17-2004 07:36 AM

You could try

smbmount //pc-name/folder /mnt

(assuming you have a directory /mnt ready to use as a mount point). If the app is installed you should get a password prompt, and the contents of 'folder' should appear at /mnt. Check the man page for smbmount for more details.

mhearn 09-17-2004 07:43 AM

In KDE try going to smb:// in Konqueror .... I think that's the one.

Windows file sharing in Linux is still sort of painful. The fish protocol is only useful between two linux installations I'm afraid, not for connecting to Windows.

kostason 09-17-2004 07:54 AM

hi,

you may want to read the following:
"http://doc.mandrakelinux.com/MandrakeLinux/91/en/Starter.html/wiz-samba.html"
"http://doc.mandrakelinux.com/MandrakeLinux/91/en/Starter.html/diskdrake-smb.html"
"http://doc.mandrakelinux.com/MandrakeLinux/91/en/Starter.html/konqueror.html#konqueror-file-sharing"
"http://doc.mandrakelinux.com/MandrakeLinux/91/en/Starter.html/diskdrake-fileshare.html"

maroonbaboon 09-17-2004 08:38 AM

The Konqueror trick works nicely. But I need smb://machinename/folder

MB

daniela 09-17-2004 09:21 AM

thanks a lot! the smbmount & the konqueror thing work perfectly...that's exactly what i was looking for


All times are GMT -5. The time now is 02:52 AM.