FS#48513 - [partclone] exFAT support
Attached to Project:
Community Packages
Opened by Adrian Günter (ag) - Wednesday, 09 March 2016, 04:25 GMT
Last edited by Jonathan Steel (jsteel) - Monday, 21 March 2016, 10:02 GMT
Opened by Adrian Günter (ag) - Wednesday, 09 March 2016, 04:25 GMT
Last edited by Jonathan Steel (jsteel) - Monday, 21 March 2016, 10:02 GMT
|
Details
Can we please enable exFAT support? It should only require
adding `--enable-exfat` to the configure line. I have
successfully compiled locally by adding the flag to the
0.2.80-2 PKGBUILD, without additional dependencies or
patches.
Thanks! $ file pkg/partclone/usr/bin/partclone.exfat pkg/partclone/usr/bin/partclone.exfat: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=14e6383af0bfc0f7c83307e59a8e174809a5c2c6, stripped $ ldd pkg/partclone/usr/bin/partclone.exfat linux-vdso.so.1 (0x000003fe6ddec000) libncursesw.so.6 => /usr/lib/libncursesw.so.6 (0x000003b3f304a000) libpthread.so.0 => /usr/lib/libpthread.so.0 (0x000003b3f2e2d000) libc.so.6 => /usr/lib/libc.so.6 (0x000003b3f2a89000) /lib64/ld-linux-x86-64.so.2 (0x000003b3f32b7000) $ pkg/partclone/usr/bin/partclone.exfat partclone.exfat v0.2.80 http://partclone.org Usage: partclone.exfat [OPTIONS] Efficiently clone to an image, device or standard output. <SNIP> |
This task depends upon
Closed by Jonathan Steel (jsteel)
Monday, 21 March 2016, 10:02 GMT
Reason for closing: Implemented
Additional comments about closing: 0.2.87-1
Monday, 21 March 2016, 10:02 GMT
Reason for closing: Implemented
Additional comments about closing: 0.2.87-1
Comment by Jonathan Steel (jsteel) -
Wednesday, 09 March 2016, 11:31 GMT
I've just pushed 0.2.87-1 to testing which has exfat enabled. I've
been meaning to enable other filesystem support such as xfs, but
to do that I've had to use upstream's testing release. I'll leave
it in (our) testing for a week or two and move it out if there are
no reported problems. Meanwhile I'll be testing it myself. Thanks
Comment by Jonathan Steel (jsteel) -
Tuesday, 15 March 2016, 16:07 GMT
Looks fine to me, so I'll update this shortly.