We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey guys, I was trying to create a cache using this command:
sudo eio_cli create -d /dev/sdc1 -s /dev/sdb5 -p lru -m wb -c new_cache
But I'm getting the error in the title. Both directories seem to be valid and I'm not sure where the error could rise from. I'd appreciate your help.
Thanks
P.S: I'm using centos 7 if that helps.
The text was updated successfully, but these errors were encountered:
found the answer (it was just a beginner mistake I'd made.)
For future novice users: You should format your partitions (if they are external like USB devices) as Ext4. At least that was what solved my problem.
Sorry, something went wrong.
No branches or pull requests
Hey guys,
I was trying to create a cache using this command:
sudo eio_cli create -d /dev/sdc1 -s /dev/sdb5 -p lru -m wb -c new_cache
But I'm getting the error in the title. Both directories seem to be valid and I'm not sure where the error could rise from. I'd appreciate your help.
Thanks
P.S: I'm using centos 7 if that helps.
The text was updated successfully, but these errors were encountered: