Thomas-Tsai/partclone

Build 3.17 missing executables?

Andy2051 opened this issue · 2 comments

Pulled the files from github:
gh repo clone Thomas-Tsai/partclone

Built it with:
autogen ./configure sudo make install

It generated the following in /usr/local/sbin:

/usr/local/sbin/partclone.chkimg
/usr/local/sbin/partclone.dd
/usr/local/sbin/partclone.imager
/usr/local/sbin/partclone.info
/usr/local/sbin/partclone.ntfsfixboot
/usr/local/sbin/partclone.restore

Where are partclone.ntfs, partclone.ext4 and all the other filesystem specific partclone utilities? Nothing in /usr/sbin which is where they normally live and not found with whereis partclone.ext4, etc.

configure --help can provide related information and some old document here:
https://github.com/Thomas-Tsai/partclone/wiki#installation

Partclone depends on libraries, unfortunately, some library is missing or no maintenance. As I know EXT4 and NTFS is still good, you can just add --enable-extfs/--enable-ntfs to build it.

Thanks for the quick reply. I'll go and have a play. Hopefully I will get it right this time.