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

Mount command does not work to enable smt #23

Open
OcamsRazor opened this issue Jun 21, 2021 · 2 comments
Open

Mount command does not work to enable smt #23

OcamsRazor opened this issue Jun 21, 2021 · 2 comments

Comments

@OcamsRazor
Copy link

The bash image used in the DaemonSet is based on Alpine and is not able to mount as in the step linked below:

mount /dev/sda12 "${dir}"

It results in

mount: mounting /dev/sda12 on $"dir" failed: invalid argument

The image requires cifs-utils to properly mount and continue the next steps.

@bsod90
Copy link

bsod90 commented Mar 10, 2022

@OcamsRazor I'm wondering if you found any solution for this..

@OcamsRazor
Copy link
Author

@bsod90
Since the bash image is based on alpine you can add the package yourself with apk add cifs-utils
Not using this anymore so not sure if there are other issues.

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