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 F2FS tests on big-endian architectures #210

Closed robert-scheck closed 1 year ago

robert-scheck commented 1 year ago

Otherwise partclone.f2fs fails on s390x like this:

$ partclone.f2fs -d -c -s floppy.raw -O floppy.img -F -L test.log -a 1 -k 17 Segmentation fault (core dumped)

Alternatively, if you need access to an s390x system to add big-endian support to partclone.f2fs, please let me know.