public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Can NTFS junctions be listed?
@ 2006-07-23 18:19 John and Holly Klug
  2006-07-23 19:53 ` Linda Walsh
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: John and Holly Klug @ 2006-07-23 18:19 UTC (permalink / raw)
  To: cygwin

Is there a utility for cygwin that can list NTFS junction points?  
Perhaps an option for find?  I am interested in junctions that are not 
on the same partition.

It appears that junctions from sysinternals.com gets an invalid 
instruction when run my Athlon XP machine.

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Can NTFS junctions be listed?
  2006-07-23 18:19 Can NTFS junctions be listed? John and Holly Klug
@ 2006-07-23 19:53 ` Linda Walsh
  2006-07-29 13:56   ` Reini Urban
  2006-07-23 21:47 ` Herb Martin
  2006-07-24  2:57 ` Larry Hall (Cygwin)
  2 siblings, 1 reply; 17+ messages in thread
From: Linda Walsh @ 2006-07-23 19:53 UTC (permalink / raw)
  To: John and Holly Klug, cygwin

Be sure to report the details to Mark (@sysinternals) -- he's usually
pretty good about fixes (at least he used to be before he worked for
_Microsoft_)...:-)
-linda

John and Holly Klug wrote:
> Is there a utility for cygwin that can list NTFS junction points?  
> Perhaps an option for find?  I am interested in junctions that are not 
> on the same partition.
>
> It appears that junctions from sysinternals.com gets an invalid 
> instruction when run my Athlon XP machine.

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

* RE: Can NTFS junctions be listed?
  2006-07-23 18:19 Can NTFS junctions be listed? John and Holly Klug
  2006-07-23 19:53 ` Linda Walsh
@ 2006-07-23 21:47 ` Herb Martin
  2006-07-24  2:57 ` Larry Hall (Cygwin)
  2 siblings, 0 replies; 17+ messages in thread
From: Herb Martin @ 2006-07-23 21:47 UTC (permalink / raw)
  To: cygwin

> Is there a utility for cygwin that can list NTFS junction points?  
> Perhaps an option for find?  I am interested in junctions 
> that are not 
> on the same partition.
> 
> It appears that junctions from sysinternals.com gets an invalid 
> instruction when run my Athlon XP machine.

I don't know the answer to your question, and it
is quite possible that you have thought of the 
following but it's better if you decide if it is
useful:

You might try a couple of the built-in, Reskit or
support tools:

"Dir /ad" (attribute directory) will find junctions
or reparse points which you could parse with Perl
(etc) and feed to either LinkD.exe or FSUtil.exe
such, e.g.:

  fsutil reparsepoint query c:\prog

(...and you would need to further parse the output 
to do anything useful probably.)

Problem is that the tools that "know" about junctions
don't search for them so you have to use something like
"dir" to first find them so it is a bit ugly.

--
Herb Martin, MCSE, MVP
HerbM@LearnQuick.Com http://LearnQuick.Com
512 388 7339   -or-   1 800 MCSE PRO
Accelerated MCSE in a Week Seminars 

> -----Original Message-----
> From: cygwin-owner@cygwin.com 
> [mailto:cygwin-owner@cygwin.com] On Behalf Of John and Holly Klug
> Sent: Sunday, July 23, 2006 12:43 PM
> To: cygwin@cygwin.com
> Subject: Can NTFS junctions be listed?
> 
> 
> --
> 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/
> 


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

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Can NTFS junctions be listed?
  2006-07-23 18:19 Can NTFS junctions be listed? John and Holly Klug
  2006-07-23 19:53 ` Linda Walsh
  2006-07-23 21:47 ` Herb Martin
@ 2006-07-24  2:57 ` Larry Hall (Cygwin)
  2006-07-24  3:02   ` Christopher Faylor
  2 siblings, 1 reply; 17+ messages in thread
From: Larry Hall (Cygwin) @ 2006-07-24  2:57 UTC (permalink / raw)
  To: cygwin

John and Holly Klug wrote:
> Is there a utility for cygwin that can list NTFS junction points?  
> Perhaps an option for find?  I am interested in junctions that are not 
> on the same partition.


No, there is no Cygwin utility that is conscious of junction points.


> It appears that junctions from sysinternals.com gets an invalid 
> instruction when run my Athlon XP machine.


As mentioned, that's an issue for the sysinternals folks.


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

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Can NTFS junctions be listed?
  2006-07-24  3:02   ` Christopher Faylor
@ 2006-07-24  3:02     ` Larry Hall (Cygwin)
  2006-07-24  3:22       ` Christopher Faylor
  2006-07-24  3:05     ` Christopher Faylor
  1 sibling, 1 reply; 17+ messages in thread
From: Larry Hall (Cygwin) @ 2006-07-24  3:02 UTC (permalink / raw)
  To: cygwin

Christopher Faylor wrote:
> On Sun, Jul 23, 2006 at 10:54:29PM -0400, Larry Hall (Cygwin) wrote:
>> John and Holly Klug wrote:
>>> Is there a utility for cygwin that can list NTFS junction points?  
>>> Perhaps an option for find?  I am interested in junctions that are not 
>>> on the same partition.
>> No, there is no Cygwin utility that is conscious of junction points.
> 
> And that's basically because there isn't any linux utility that is conscious
> of junction points.
> 
> Why do I get the feeling that people are consistently missing the point of
> this project?


Maybe it would help if you could start by explaining what Linux is.  It's
like DOS but with more features, right?


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

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Can NTFS junctions be listed?
  2006-07-24  2:57 ` Larry Hall (Cygwin)
@ 2006-07-24  3:02   ` Christopher Faylor
  2006-07-24  3:02     ` Larry Hall (Cygwin)
  2006-07-24  3:05     ` Christopher Faylor
  0 siblings, 2 replies; 17+ messages in thread
From: Christopher Faylor @ 2006-07-24  3:02 UTC (permalink / raw)
  To: cygwin

On Sun, Jul 23, 2006 at 10:54:29PM -0400, Larry Hall (Cygwin) wrote:
>John and Holly Klug wrote:
>>Is there a utility for cygwin that can list NTFS junction points?  
>>Perhaps an option for find?  I am interested in junctions that are not 
>>on the same partition.
>
>No, there is no Cygwin utility that is conscious of junction points.

And that's basically because there isn't any linux utility that is conscious
of junction points.

Why do I get the feeling that people are consistently missing the point of
this project?

cgf

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Can NTFS junctions be listed?
  2006-07-24  3:02   ` Christopher Faylor
  2006-07-24  3:02     ` Larry Hall (Cygwin)
@ 2006-07-24  3:05     ` Christopher Faylor
  1 sibling, 0 replies; 17+ messages in thread
From: Christopher Faylor @ 2006-07-24  3:05 UTC (permalink / raw)
  To: cygwin

On Sun, Jul 23, 2006 at 10:57:11PM -0400, Christopher Faylor wrote:
>On Sun, Jul 23, 2006 at 10:54:29PM -0400, Larry Hall (Cygwin) wrote:
>>John and Holly Klug wrote:
>>>Is there a utility for cygwin that can list NTFS junction points?  
>>>Perhaps an option for find?  I am interested in junctions that are not 
>>>on the same partition.
>>
>>No, there is no Cygwin utility that is conscious of junction points.
>
>And that's basically because there isn't any linux utility that is conscious
>of junction points.
>
>Why do I get the feeling that people are consistently missing the point of
>this project?

In case this isn't clear, I know that *Larry* gets it.

cgf

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Can NTFS junctions be listed?
  2006-07-24  3:02     ` Larry Hall (Cygwin)
@ 2006-07-24  3:22       ` Christopher Faylor
  2006-07-24  6:22         ` Larry Hall (Cygwin)
  0 siblings, 1 reply; 17+ messages in thread
From: Christopher Faylor @ 2006-07-24  3:22 UTC (permalink / raw)
  To: cygwin

On Sun, Jul 23, 2006 at 11:02:00PM -0400, Larry Hall (Cygwin) wrote:
>Christopher Faylor wrote:
>>On Sun, Jul 23, 2006 at 10:54:29PM -0400, Larry Hall (Cygwin) wrote:
>>>John and Holly Klug wrote:
>>>>Is there a utility for cygwin that can list NTFS junction points?  
>>>>Perhaps an option for find?  I am interested in junctions that are not 
>>>>on the same partition.
>>>No, there is no Cygwin utility that is conscious of junction points.
>>
>>And that's basically because there isn't any linux utility that is 
>>conscious
>>of junction points.
>>
>>Why do I get the feeling that people are consistently missing the point of
>>this project?
>
>Maybe it would help if you could start by explaining what Linux is.  It's
>like DOS but with more features, right?

Yes.  Think "OS/2" and you won't be too far right.

cgf

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Can NTFS junctions be listed?
  2006-07-24  3:22       ` Christopher Faylor
@ 2006-07-24  6:22         ` Larry Hall (Cygwin)
  0 siblings, 0 replies; 17+ messages in thread
From: Larry Hall (Cygwin) @ 2006-07-24  6:22 UTC (permalink / raw)
  To: cygwin

Christopher Faylor wrote:
> On Sun, Jul 23, 2006 at 11:02:00PM -0400, Larry Hall (Cygwin) wrote:
>> Christopher Faylor wrote:
>>> On Sun, Jul 23, 2006 at 10:54:29PM -0400, Larry Hall (Cygwin) wrote:
>>>> John and Holly Klug wrote:
>>>>> Is there a utility for cygwin that can list NTFS junction points?  
>>>>> Perhaps an option for find?  I am interested in junctions that are not 
>>>>> on the same partition.
>>>> No, there is no Cygwin utility that is conscious of junction points.
>>> And that's basically because there isn't any linux utility that is 
>>> conscious
>>> of junction points.
>>>
>>> Why do I get the feeling that people are consistently missing the point of
>>> this project?
>> Maybe it would help if you could start by explaining what Linux is.  It's
>> like DOS but with more features, right?
> 
> Yes.  Think "OS/2" and you won't be too far right.


Ahhh, I get it.  Too bad Linux isn't more like Unix...

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

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Can NTFS junctions be listed?
  2006-07-23 19:53 ` Linda Walsh
@ 2006-07-29 13:56   ` Reini Urban
  0 siblings, 0 replies; 17+ messages in thread
From: Reini Urban @ 2006-07-29 13:56 UTC (permalink / raw)
  To: cygwin

> John and Holly Klug wrote:
>> Is there a utility for cygwin that can list NTFS junction points?  
>> Perhaps an option for find?  I am interested in junctions that are not 
>> on the same partition.

posix does not display hard links as special file/dir attributes.
windows/dos does: cmd.exe dir lists it correctly (<VERBINDUNG> in
german). totalcmd as <LNK>

ls -li will print the number of links and inode number of each file.
such hard links will have the same inode number and same number of links.
Sorry, I'm not aware of a simple utility to print such hardlinks, esp. 
since linux does not support hardlinked directories.

>> It appears that junctions from sysinternals.com gets an invalid 
>> instruction when run my Athlon XP machine.

Linda Walsh schrieb:
> Be sure to report the details to Mark (@sysinternals) -- he's usually
> pretty good about fixes (at least he used to be before he worked for
> _Microsoft_)...:-)
> -linda

before doing that:
do you need the x64 version of junction.exe?
there's none yet. you'll have to compile it by your own.
-- 
Reini Urban
http://phpwiki.org/  http://murbreak.at/
http://helsinki.at/  http://spacemovie.mur.at/


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

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Can NTFS junctions be listed?
  2006-07-27 19:40         ` mwoehlke
@ 2006-07-27 20:39           ` Corinna Vinschen
  0 siblings, 0 replies; 17+ messages in thread
From: Corinna Vinschen @ 2006-07-27 20:39 UTC (permalink / raw)
  To: cygwin

On Jul 27 14:10, mwoehlke wrote:
> Corinna Vinschen wrote:
> >[snip] Another annoying fact is that we have three
> >different types of symlinks then.  Sigh.
> 
> Four, if Interix symlinks were supported :-(.

No, no, no.  Two is bad enough, three is worse, but at least the
third method is a native one, four is just hell.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Can NTFS junctions be listed?
  2006-07-27 12:40       ` Corinna Vinschen
@ 2006-07-27 19:40         ` mwoehlke
  2006-07-27 20:39           ` Corinna Vinschen
  0 siblings, 1 reply; 17+ messages in thread
From: mwoehlke @ 2006-07-27 19:40 UTC (permalink / raw)
  To: cygwin

Corinna Vinschen wrote:
> [snip] Another annoying fact is that we have three
> different types of symlinks then.  Sigh.

Four, if Interix symlinks were supported :-(.

-- 
Matthew
Ok, so the quotes aren't entirely original.


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

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Can NTFS junctions be listed?
  2006-07-27 10:09     ` Dave Korn
@ 2006-07-27 12:40       ` Corinna Vinschen
  2006-07-27 19:40         ` mwoehlke
  0 siblings, 1 reply; 17+ messages in thread
From: Corinna Vinschen @ 2006-07-27 12:40 UTC (permalink / raw)
  To: cygwin

On Jul 27 09:42, Dave Korn wrote:
> On 27 July 2006 08:10, Corinna Vinschen wrote:
> 
> > On Jul 26 21:35, Eric Blake wrote:
> >> -----BEGIN PGP SIGNED MESSAGE-----
> >> Hash: SHA1
> >> 
> >> According to John and Holly Klug on 7/25/2006 7:32 PM:
> >>> It would still be nice if cygwin "find" supported junctions.
> >> 
> >> cygwin "find" will only support junctions if the underlying cygwin is
> >> changed to support them, at which point all cygwin programs that do
> >> traversal will do so at the same time.
> > 
> > Can anybody explain to me what "supporting junctions" is supposed to
> > mean in POSIX terms?
>  
> 
>   Make it look like an xdev mountpoint or perhaps a hard link?

Junctions used as mount points should already work by returning another
device number in st_dev on stat(2).  Junctions used as symlinks to other
directories are not treated as symlinks right now and I'm not actually
inclined to implement them at all.  Junctions used as generic symlinks
are only available starting with Windows Vista/Longhorn and are not
treated as symlinks so far.  I will implement junction symlinks when
Vista gets released.  While it's nice to see Windows starting to
implement native symlinks, they are not *quite* as transparent as they
should be, unfortunately.  Another annoying fact is that we have three
different types of symlinks then.  Sigh.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

* RE: Can NTFS junctions be listed?
  2006-07-27  7:43   ` Corinna Vinschen
@ 2006-07-27 10:09     ` Dave Korn
  2006-07-27 12:40       ` Corinna Vinschen
  0 siblings, 1 reply; 17+ messages in thread
From: Dave Korn @ 2006-07-27 10:09 UTC (permalink / raw)
  To: cygwin

On 27 July 2006 08:10, Corinna Vinschen wrote:

> On Jul 26 21:35, Eric Blake wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>> 
>> According to John and Holly Klug on 7/25/2006 7:32 PM:
>>> It would still be nice if cygwin "find" supported junctions.
>> 
>> cygwin "find" will only support junctions if the underlying cygwin is
>> changed to support them, at which point all cygwin programs that do
>> traversal will do so at the same time.
> 
> Can anybody explain to me what "supporting junctions" is supposed to
> mean in POSIX terms?
 

  Make it look like an xdev mountpoint or perhaps a hard link?

    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


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

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Can NTFS junctions be listed?
  2006-07-27  3:58 ` Eric Blake
@ 2006-07-27  7:43   ` Corinna Vinschen
  2006-07-27 10:09     ` Dave Korn
  0 siblings, 1 reply; 17+ messages in thread
From: Corinna Vinschen @ 2006-07-27  7:43 UTC (permalink / raw)
  To: cygwin

On Jul 26 21:35, Eric Blake wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> According to John and Holly Klug on 7/25/2006 7:32 PM:
> > It would still be nice if cygwin "find" supported junctions.
> 
> cygwin "find" will only support junctions if the underlying cygwin is
> changed to support them, at which point all cygwin programs that do
> traversal will do so at the same time.

Can anybody explain to me what "supporting junctions" is supposed to
mean in POSIX terms?


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Can NTFS junctions be listed?
  2006-07-26  2:44 John and Holly Klug
@ 2006-07-27  3:58 ` Eric Blake
  2006-07-27  7:43   ` Corinna Vinschen
  0 siblings, 1 reply; 17+ messages in thread
From: Eric Blake @ 2006-07-27  3:58 UTC (permalink / raw)
  To: cygwin

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to John and Holly Klug on 7/25/2006 7:32 PM:
> It would still be nice if cygwin "find" supported junctions.

cygwin "find" will only support junctions if the underlying cygwin is
changed to support them, at which point all cygwin programs that do
traversal will do so at the same time.

- --
Life is short - so eat dessert first!

Eric Blake             ebb9@byu.net
volunteer cygwin findutils maintainer
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEyDRw84KuGfSFAYARAmDSAJ9LXyvmqzS5D5ar1sC6XfVNQP4dEQCfaNcL
czCdQVZI0UmCfiPDr1nwiR8=
=Zhs0
-----END PGP SIGNATURE-----

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

* RE: Can NTFS junctions be listed?
@ 2006-07-26  2:44 John and Holly Klug
  2006-07-27  3:58 ` Eric Blake
  0 siblings, 1 reply; 17+ messages in thread
From: John and Holly Klug @ 2006-07-26  2:44 UTC (permalink / raw)
  To: cygwin

> It appears that junctions from sysinternals.com gets an invalid 
> instruction when run my Athlon XP machine.

This turns out to be incorrect.  The junction program with the invalid 
instruction was a different program of the same name from the tools of 
the windows resource kits, which was first in my path.

It would still be nice if cygwin "find" supported junctions.

Thanks.


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

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2006-07-29 13:17 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-23 18:19 Can NTFS junctions be listed? John and Holly Klug
2006-07-23 19:53 ` Linda Walsh
2006-07-29 13:56   ` Reini Urban
2006-07-23 21:47 ` Herb Martin
2006-07-24  2:57 ` Larry Hall (Cygwin)
2006-07-24  3:02   ` Christopher Faylor
2006-07-24  3:02     ` Larry Hall (Cygwin)
2006-07-24  3:22       ` Christopher Faylor
2006-07-24  6:22         ` Larry Hall (Cygwin)
2006-07-24  3:05     ` Christopher Faylor
2006-07-26  2:44 John and Holly Klug
2006-07-27  3:58 ` Eric Blake
2006-07-27  7:43   ` Corinna Vinschen
2006-07-27 10:09     ` Dave Korn
2006-07-27 12:40       ` Corinna Vinschen
2006-07-27 19:40         ` mwoehlke
2006-07-27 20:39           ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).