go-exfat
go-exfat copied to clipboard
Requesting help in reading ExFAT partition
Hey
I have a disk image file. One of the partitions is formatted using exfat. I am able to find its offset but I am not able to figure out how to correctly use this library to start reading from that offset.
I've tried reading the image file and seeking to the offset but that does not seem to be helping me.
I know that this library works because I have tried reading exfat files where the entire file was formatted using exfat.
Please advise