I've upgraded mtools to version 4.0.10. It still can not handle FAT partitions bigger then 4GBytes due to copmarision of 8-byte off_t variables to 4-byte size_t limits. Copying to FAT partitions with mtools fails with "Big disks not supported on this architecture" error if FAT partition is bigger then 4G. Attached patch fixes this problem (from ports/132697) Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs ports PR.
Responsible Changed From-To: freebsd-ports-bugs->skreuzer Assign to maintainer
State Changed From-To: open->closed Committed, with minor changes. Thanks!
skreuzer 2009-04-07 17:28:52 UTC FreeBSD ports repository Modified files: emulators/mtools Makefile Log: Handle FAT partitions bigger then 4GBytes PR: ports/133123 Submitted by: Dmitry <hanabana@mail.ru> Approved by: wxs (mentor) Revision Changes Path 1.69 +4 -0 ports/emulators/mtools/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"