The problem is in mount.c in the current fuse-exfat source:

apt-get source fuse-exfat

changing the if statement (currently on line 255):

from

if (le64_to_cpu(ef->sb->sector_count) * SECTOR_SIZE(*ef->sb) >
        exfat_get_size(ef->dev))

to

if (0 && (le64_to_cpu(ef->sb->sector_count) * SECTOR_SIZE(*ef->sb) >
        exfat_get_size(ef->dev)))

fixes the problem.

Request that a patch be created committed to trunk.

Source of fix:
http://www.deepthought.ws/linux/exfat-fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1253582

Title:
  ERROR: `pagefile.sys' real size does not equal to size (0 != XXXXX)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fuse-exfat/+bug/1253582/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to