LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Accesing a share on windows (https://www.linuxquestions.org/questions/linux-networking-3/accesing-a-share-on-windows-443370/)

g77s80 05-10-2006 04:07 AM

Accesing a share on windows
 
I'm running Ubuntu on vmware 5 on a winxp host and am trying to connect from linux to network share on the host computer (windows) with no success
the shared folder is on an NTFS volume
ThanX

imagineers7 05-10-2006 04:26 AM

Hello,

From windows virtual machine share the folder then:-

You can use it on linux as follows:-

mount -t smbfs //winmachinename/winsharename /mnt/somepoint/


This will ask username /password which you will have to provide mannually. Share will remain mounted untill next reboot.

The automatic and permenant way:-

in /etc/fstab make follwing entries:-

//winmachine/winshare /mnt/windows/c smbfs defaults 1 1


//winmachine/cdrom /mnt/windows/cdrom smbfs username="urusername",password="yourpassword" 1 1

this is so if you have passwords set


All times are GMT -5. The time now is 12:15 PM.