Brian

'dd' doesn't care about the FS type (NTFS).  You can
use 'dd' to create an image file of your NTFS volume
no worries.  There would be nothing to add, other than
perhaps depending upon the size of that volume some
optimization such as block size setting.   
example;

dd if=/dev/hda3 bs=4k of=ntfs_volume_ddimage


You could then mount that single image file via the
loop device to browse it via;

mount ntfs_volume_ddimage -o loop
/mnt/mount_point_here


regards,

lt
--- Brian Lucas <[EMAIL PROTECTED]> wrote:
> All,
> 
> Has anyone ever tried using dd to image an NTFS
> volume on a Win2K box?  If
> so, are there any tips or tricks I should be aware
> of?
> 
> Thanks in advance for your help.
> 
> Brian
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe
>
mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to