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

mountpoint: how to copy hidden files #214

Open
tiopex opened this issue Mar 16, 2023 · 1 comment
Open

mountpoint: how to copy hidden files #214

tiopex opened this issue Mar 16, 2023 · 1 comment

Comments

@tiopex
Copy link

tiopex commented Mar 16, 2023

I'm using mountpoint to fill vfat partition with content, hoever hidden files (with dot at the beginning) are not copied. How to copy them?

@michaelolbrich
Copy link
Member

Right, this is a limitation of the current implementation. The files are copied with mcopy. And there is no way to tell mcopy to copy the content of a directory toplevel into the vfat. So we basically copy ${mountpoint}/* and that obviously misses any hidden files. And there is no simple way to change that.

We would probably need to iterate manually and copy the files explicitly.

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

No branches or pull requests

2 participants