LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to mount remote Windows files under Linux? (https://www.linuxquestions.org/questions/linux-software-2/how-to-mount-remote-windows-files-under-linux-100977/)

dhsieh 10-06-2003 05:57 PM

How to mount remote Windows files under Linux?
 
I know that I can mount remote Linux files under MS Windows using Samba. What about the other way around, i.e., can I mount remote Windows files under Linux?

- Dhsieh

micxz 10-06-2003 06:00 PM

Have you searched this forum yet? I saw four or five posts about this last week;

Here I'll do it for ya:
http://www.linuxquestions.org/questi...der=descending

Mathieu 10-06-2003 06:19 PM

Yes.

To mount a Windows shared directory via the command line:
Code:

smbmount //computername/shared /mnt/mount_point -o username=user
You can browse Windows shares in KDE by using Konqueror.
In the location field, type something like this in order to connect to a windows PC.
Code:

smb://myOtherComputer/myShare


All times are GMT -5. The time now is 03:44 PM.