Thanks for all your error reports, I didn't forget it. I'll cleanup my guide soon. Thanks again!

mount

# mount a partition or file which contain a partition table using loop device
     fdisk -lu /dev/sda12 # remember offset of a partition you want
     losetup /dev/loop1 /dev/sda12 -o $((206848 * 512)) # add loop device
     mount.ntfs-3g /dev/loop1 /mnt # mount it

Discussion

Navigation

Learn Linux The Hard Way