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: when to use a ln or a mount


Matthew Woehlke <mw_triad@users.sourceforge.net> wrote in
et3sqe$vdc$1@sea.gmane.org:">news:et3sqe$vdc$1@sea.gmane.org: 

> zzapper wrote:
>> Hi,
>> In my confused mind ln and mount seem to achieve the same thing.
>> In my case I want to have an easy to type path(s) to my old pc
>> 
>> so I typed:-
>> 
>> mount -f -u -b "//dell25/c/" "/o"
>> 
>> but I also successfully tested
>> 
>> ln -s //dell25/c/ /old

> 
> In this case, what you are doing is effective to mounting a remote file 
> system, so "mount" would be traditional (and also your only choice on 
> most UNIX's, which don't understand UNC paths). However, as you've 
> noticed, either one works on Cygwin. :-)
> 

Do either test if connection valid?

-- 
zzapper
Success for Techies
http://SuccessTheory.com/tips/ vim, zsh & success tips



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


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