From d65e2dc5e820aabf55f70b44240e16615af55d32 Mon Sep 17 00:00:00 2001 From: "(none)!yura" <(none)!yura> Date: Wed, 13 Oct 2004 10:25:35 +0000 Subject: [PATCH] change example in ntfscp manual page (Logical change 1.609) --- ntfsprogs/ntfscp.8.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ntfsprogs/ntfscp.8.in b/ntfsprogs/ntfscp.8.in index 9dc0c93f..66cb225c 100644 --- a/ntfsprogs/ntfscp.8.in +++ b/ntfsprogs/ntfscp.8.in @@ -68,10 +68,10 @@ Copy boot.ini from /home/user to the root of an /dev/hda1 NTFS volume: .B ntfscp /dev/hda1 /home/user/boot.ini boot.ini .sp .RE -Copy my_sii_index_root to attribute 0x90 ($INDEX_ROOT) with name $SII of inode 9 (file $Secure): +Copy myfile to C:\\some\\path\\file:stream (assume that /dev/hda1 letter in windows is C): .RS .sp -.B ntfscp -i -a 0x90 -N $SII /dev/hda1 my_sii_index_root 9 +.B ntfscp -N stream /dev/hda1 myfile /some/path/file .SH BUGS No bugs are known at present. If you find any bugs, please send an email to .nh