Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build 3.17 missing executables? #154

Open
Andy2051 opened this issue Jan 6, 2021 · 2 comments
Open

Build 3.17 missing executables? #154

Andy2051 opened this issue Jan 6, 2021 · 2 comments

Comments

@Andy2051
Copy link

Andy2051 commented Jan 6, 2021

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.

@Thomas-Tsai
Copy link
Owner

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.

@Andy2051
Copy link
Author

Andy2051 commented Jan 6, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants