i need to mount at least for read access NTFS-based partition image on linux from a file. File is binary copy of a partition. Is there any libraries or resources for this?

Thank you

link|improve this question
feedback

migrated from stackoverflow.com Jun 2 '11 at 7:29

This question came from our site for professional and enthusiast programmers.

1 Answer

It'd be the same process as mounting an ISO image: use the loopback interface but specify NTFS/ntfs-3g as the FS type instead of iso9660.

Example here for ISO images, but trivially modifiable to ntfs images.

link|improve this answer
Thanks Marc B. it works! – Sergey May 31 '11 at 17:46
feedback

Your Answer

 
or
required, but never shown