Re: FSUTIL, hardlink not working



Pegasus (MVP) wrote:

Google is your friend:
http://www.jsifaq.com/SF/Tips/Tip.aspx?id=10153

google is not frend as YOU are! :-)
i googled for weeks and i'v never seen that link :)
i'm not used to post without searching in google, sorry you supposed it.


anyway,
my problem remains the same:

let me explain my "experiment" with the following sequence:
(the OS messages are in italian language, but you can simply repeat my
experiment and read your OS messages)

=== TOP ===

C:\test>md a b

C:\test>cd a

C:\test\a>copy con original_file.txt
This is the original file.
^Z
1 file copiati.

C:\test\a>cd ..\b



C:\test\b>fsutil hardlink create hardlinked.txt ..\a\original_file.txt
Collegamento hardware creato per C:\test\b\hardlinked.txt <<===>>
C:\test\a\orig

C:\test\b>edit hardlinked.txt

C:\test\b>type hardlinked.txt
This is the original file.
LINE ADDED USING HARDLINKED.TXT


C:\test\b>cd..\a

C:\test\a>type original_file.txt
This is the original file.

=== BOTTOM ===

as you can see the original file was not updated.
this doesn't seem an hardlink to me.
i've not controlled sizes, but content.

what was wrong? :-/

Thanks for your time and kind attention :-)


.



Relevant Pages

  • Re: FSUTIL, hardlink not working
    ... i'm not used to post without searching in google, ... This is the original file. ... this doesn't seem an hardlink to me. ... echo Viva l'Italia! ...
    (microsoft.public.win2000.file_system)
  • Re: ctags URGENT please help
    ... multiple files.I find it very difficult to return to original file. ... I tried google but i found irrelevant answers ... ... Followup-To set to comp.editors. ...
    (comp.lang.c)
  • Re: Where can I get specifications for zip file with AES encryption
    ... I found the paper in question with a search on google. ... It looks like the weaknesses all rely on being able to modify the original file or getting the person who knows the key to do something ...
    (comp.compression)
  • Compression Comparison
    ... (a histogram, I believe) ... I've lost the original file, ... can't seem to find it in several Google searches. ...
    (comp.compression)
  • Re: FSUTIL, hardlink not working
    ... echo Viva l'Italia! ... create hard link to the original file ... test content of the original file; if content is updated, hardlink is ... I created a batch file for you that shows how the hardlink ...
    (microsoft.public.win2000.file_system)

Loading