zzapper wrote:
Matthew Woehlke <[EMAIL PROTECTED]> wrote in
news:[EMAIL PROTECTED]:
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?

Valid?  No.  "mount" checks that the destination exists.  That's all.


--
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
216 Dalton Rd.                          (508) 893-9889 - FAX
Holliston, MA 01746

_____________________________________________________________________

A: Yes.
> Q: Are you sure?
>> A: Because it reverses the logical flow of conversation.
>>> Q: Why is top posting annoying in email?

--
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/

Reply via email to