Thomas-Tsai / partclone

Partclone provides utilities to backup a partition smartly and it is designed for higher compatibility of the file system by using existing library.
GNU General Public License v2.0
323 stars 107 forks source link

Skip FAT tests on big-endian architectures #205

Closed robert-scheck closed 1 year ago

robert-scheck commented 1 year ago

Otherwise src/fatclone.c fails on s390x like this:

get_fat_type, 66, ERROR: data_size count error get_fat_type, 70, ERROR: clusters count error

Alternatively, if you need access to an s390x system to add big-endian support to src/fatclone.c, please let me know.