Re: FSUTIL, hardlink not working
- From: "Pegasus \(MVP\)" <I.can@xxxxxxx>
- Date: Mon, 17 Dec 2007 12:17:14 +0100
"Bertoldino" <finchelabarca@xxxxxxxxxxxxxxx> wrote in message
news:ehZN$HJQIHA.4712@xxxxxxxxxxxxxxxxxxxxxxx
Pegasus (MVP) wrote:
Some of your commands are back to front. Try this little batch file:
@echo off
dir c:\ > c:\original.txt
fsutil hardlink create c:\linked.txt c:\original.txt
echo Viva l'Italia! >> c:\linked.txt
type c:\original.txt
gosh :-(
i've tried, they work perfectly and the problem is that they seem to be
identical to my instruction sequence (except for the command itself, you
used pipe commands with dir, i used direct input)
:-(
please help me understand ...
the sequence is:
create original file / test content
create hard link to the original file
write to the hard link
test content of the original file ; if content is updated, hardlink is
working, else ... i'm not able to use FSUTUL ! ;-)
sorry if i'm a little blockhead ... but i'm going on reading and reading
your example and mine... and i can't see where is the problem :-(
Writing pseudo-code is fine when explaining a general
principle but is of no use when it comes to debugging.
I created a batch file for you that shows how the hardlink
concept works. You now need to create your own batch
file to demonstrate how it does NOT work when you do it.
.
- Follow-Ups:
- Re: FSUTIL, hardlink not working
- From: Bertoldino
- Re: FSUTIL, hardlink not working
- References:
- FSUTIL, hardlink not working
- From: Bertoldino
- Re: FSUTIL, hardlink not working
- From: Pegasus \(MVP\)
- Re: FSUTIL, hardlink not working
- From: Bertoldino
- Re: FSUTIL, hardlink not working
- From: Pegasus \(MVP\)
- Re: FSUTIL, hardlink not working
- From: Bertoldino
- FSUTIL, hardlink not working
- Prev by Date: Re: FSUTIL, hardlink not working
- Next by Date: Raxco PD + W2K + Offline defrag + large cont. free space -> insufficient space msg
- Previous by thread: Re: FSUTIL, hardlink not working
- Next by thread: Re: FSUTIL, hardlink not working
- Index(es):
Relevant Pages
|