How to create ramdisk on Linux 2023



How to create ramdisk on Linux 2023

How to create ramdisk on Linux 2023

How to create ramdisk on Linux. If you enjoyed the content please hit the like and subscribe button. (Sorry if volume is loud)

If your database is not working, or you have to resync I do offer a download of it on my website. It is updated 2 times a day. This isn’t endorsed by Chia or Space Pool, but it has saved lots of people time.
My website is https://xchguidedb.com/

-If you like this content please consider donating

XCH Address : xch155gnm5aqta7pe6wg3d9hkffv9v26clhchc9a25qkm7zz7phzeklq33dpcp
Or
PayPal: paypal.me/xchguide

COMMANDS TO ENTER INTO TERMINAL

-To create ramdisk folder do
sudo mkdir /tmp/ramdisk

-To change permissions do
sudo chmod 777 /tmp/ramdisk

-For figuring ram out
htop
or
-If needing to download
apt install htop

-Spec the ramdisk
sudo mount -t tmpfs -o size=111G myramdisk /tmp/ramdisk

-Check if mounted
mount | tail -n 1

Comments are closed.