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

Change cache device from RAM to SSD #180

Open
gianfelicevincenzo opened this issue Sep 11, 2023 · 7 comments
Open

Change cache device from RAM to SSD #180

gianfelicevincenzo opened this issue Sep 11, 2023 · 7 comments
Assignees
Labels

Comments

@gianfelicevincenzo
Copy link

As the title, is it possible to set device cache rapiddisk to SSD instead of RAM? Thank you

@pkoutoupis pkoutoupis self-assigned this Sep 11, 2023
@pkoutoupis
Copy link
Owner

@vincenzogianfelice At the moment, no. The RapidDisk-Cache module and the user-space utilities are only designed to attach RapidDisk RAM drives. Maybe in the future I will change that but for now, it is limited to just that.

@gianfelicevincenzo
Copy link
Author

I hope you will implement it because it would be really useful. Since this program is "on the fly" and does not require any type of disk formatting, it would be truly perfect. Unfortunately, the most renowned tools (at least that I know of) require formatting the disk, which is not exactly convenient.

@pkoutoupis
Copy link
Owner

@vincenzogianfelice Thank you for the feedback. I will definitely keep your comments in mind for future improvements to the software suite.

@gianfelicevincenzo
Copy link
Author

Thank you. I also take this opportunity to ask you something that I don't quite understand. Let's say that I create a 4GB rapiddisk and that this gets filled up at a certain point. Will the new data "take the place" of the older ones? Thank you

@pkoutoupis
Copy link
Owner

RapidDisk-Cache uses a Least Recently Used (LRU) FIFO algorithm to replace data that hasn't recently been accessed and replaces it with new data.

@gianfelicevincenzo
Copy link
Author

Thanks for the information. I hope you will take this into consideration as soon as possible, as it is very useful.

@Augusto7743
Copy link

An good implementation for an superb software.
RapidDisk is gold ... amazing software for Linux.

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

No branches or pull requests

3 participants