This is the mail archive of the cygwin@sourceware.cygnus.com 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]

Re: symlinks don't work on samba mounted dir




>From: cgf@bbc.com (Christopher Faylor)
>Subject: Re: symlinks don't work on samba mounted dir
>Date: Fri, 27 Mar 1998 13:55:39 GMT
>To: gnu-win32@cygnus.com
>Reply-To: cgf@bbc.com
>
>In article <3517C0BD.77426B1A@mediaone.net>,
>Stuart Adams  <sja@mediaone.net> wrote:
>>Symlinks don't seem to work on a remote (samba)
>>mounted file system. If I do ln -s a b, then say cat b
>>I get !<symlink>a.
>>
>>I mounted the dir with:
>>  mount -b m:/gnu /gnu
>
>I've noticed this too.  I don't think there is any way around this 
problem
>other than to make the symlink on the remote system, if it is a UNIX 
system.

Here's one to try, don't know if it will work:

umount /gnu
cd /
ln -s m:/gnu gnu
ln -s /gnu/a b



>-- 
>http://www.bbc.com/	cgf@bbc.com			"Strange how unreal
>VMS=>UNIX Solutions	Boston Business Computing	 the real can be."


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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