This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygwin: how to mount linux FS from cygwin


If the target file system is shared via a Samba mount, then you can
add the following to your /etc/fstab of cygwin:

//HOST_MACHINE/PATH/TO/SHARED_FOLDER /mnt/SOME_NAME smbfs
binary,notexec,posix=0 0 0

NOTE: The values in all uppercase should be changed to reflect the
appropriate values.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]