From: Peter C. <Pet...@me...> - 2006-07-18 15:56:58
|
> From: Andrew Booth > I don't know how to do > ln -s > in Gates-speak. Via the NTFS API. There's no command-line tool of which I'm aware. - Peter |
From: Peter C. <Pet...@me...> - 2006-07-18 16:09:17
|
> From: M Thomas > MS DFS (not the sofa shop) possibly? Distributed File System merely allows you to name file shares independently of the computer names holding them... what you want is junctions. <swift rummage> Good description at http://answers.google.com/answers/threadview?id=3D341355 Program for creating them at the ever-helpful sysinternals.com: http://www.sysinternals.com/Utilities/Junction.html - Peter |
From: M T. <m....@gm...> - 2006-07-18 16:16:50
|
Thanks for the <swift rummage> Will have a read tonight.... M. On 18/07/06, Peter Crowther <Pet...@me...> wrote: > > Wrom: BARHDMNN > > MS DFS (not the sofa shop) possibly? > > Distributed File System merely allows you to name file shares > independently of the computer names holding them... what you want is > junctions. > > <swift rummage> > > Good description at > http://answers.google.com/answers/threadview?id=341355 > > Program for creating them at the ever-helpful sysinternals.com: > http://www.sysinternals.com/Utilities/Junction.html > > - Peter > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > -- m.cha3l |
From: M T. <m....@gm...> - 2006-07-18 16:16:38
|
Noted On 18/07/06, M Thomas <m....@gm...> wrote: > Thanks for the <swift rummage> > > Will have a read tonight.... > > M. > > > On 18/07/06, Peter Crowther <Pet...@me...> wrote: > > > Wrom: BARHDMNN > > > MS DFS (not the sofa shop) possibly? > > > > Distributed File System merely allows you to name file shares > > independently of the computer names holding them... what you want is > > junctions. > > > > <swift rummage> > > > > Good description at > > http://answers.google.com/answers/threadview?id=341355 > > > > Program for creating them at the ever-helpful sysinternals.com: > > http://www.sysinternals.com/Utilities/Junction.html > > > > - Peter > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share your > > opinions on IT & business topics through brief surveys -- and earn cash > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Bodington-developers mailing list > > Bod...@li... > > https://lists.sourceforge.net/lists/listinfo/bodington-developers > > > > > -- > m.cha3l > -- m.cha3l |
From: Peter C. <Pet...@me...> - 2006-07-18 16:14:15
|
> From: Peter Crowther > what you want is junctions. Oh yes... MS make it very clear that Windows Explorer doesn't fully understand junctions. They're not kidding. What they *don't* tell you is that almost none of their other tools do either. At one point I had my Program Files folder on a separate partition, mounted using a junction. Several installers, notably including Microsoft Office 2000, got extremely confused and destroyed the junction during product installation, neatly making all my Program Files inaccessible. If you're going to use junctions, you need to be very, very careful indeed about how you use the standard tools. - Peter |
From: M T. <m....@gm...> - 2006-07-18 16:16:56
|
Noted On 18/07/06, Peter Crowther <Pet...@me...> wrote: > > Wrom: OWCONEUQZAAFXI > > what you want is junctions. > > Oh yes... MS make it very clear that Windows Explorer doesn't fully > understand junctions. They're not kidding. What they *don't* tell you > is that almost none of their other tools do either. At one point I had > my Program Files folder on a separate partition, mounted using a > junction. Several installers, notably including Microsoft Office 2000, > got extremely confused and destroyed the junction during product > installation, neatly making all my Program Files inaccessible. > > If you're going to use junctions, you need to be very, very careful > indeed about how you use the standard tools. > > - Peter > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > -- m.cha3l |