Click here to Skip to main content
15,892,746 members

Comments by Jameswilliam (Top 1 by date)

Jameswilliam 11-Sep-13 6:47am View    
Thanks for the reply.

>So, do you also backup partition information? Do you also backup the specs of the disk?
Yes I have also backed up all the partition information and specs of the disk.

Actually I don't want to mount, I just want to list the contents of the directory or partition, so the client can select those data from the list which he wants to restore.

For ext3 and ext4 I have followed this guide(https://ext4.wiki.kernel.org/index.php/Ext4_Disk_Layout) and have made my own Linux Parser. The Linux Parser works great and I can list and restore files easily. Is there a similar documentation for the NTFS filesystem or a ready code which can parse raw NTFS data to list contents of a directory and also restore files?