EnhanceIO icon indicating copy to clipboard operation
EnhanceIO copied to clipboard

Cache creation failed: get_device for source device failed.

Open sinashan opened this issue 5 years ago • 1 comments

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.

sinashan avatar Sep 11 '19 05:09 sinashan

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.

sinashan avatar Sep 11 '19 06:09 sinashan