Jump to content

How would I go about making a ram disk, and would I be able to load a small linux distro on it for testing. I don't really know much about ram disks but I have an old computer that has 4gb and I wanted to mess around with it.

CPU: Phenom II X4 965. GPU: Sapphire Vapor-X 7770. MoBo: AsRock 970 Extreme3. Ram: Corsair Vengeance 8gb 1600. PSU: Antec BP550. HDD: 1tb Seagate Case: RoseWill Challenger. CPU Fan: Arctic Freezer 7 Pro Rev 2. Monitor: Some crap gateway 1650x1050.

   

Link to comment
https://linustechtips.com/topic/112155-ram-disk/
Share on other sites

Link to post
Share on other sites

>would I be able to load a small linux distro on it for testing

Not from inside windows. You could however configure Linux to run from a RAM disk.

 

Just imagine the RAM disk as a hard drive, but its filesystem is created on your RAM instead of on a disk platter.

Link to comment
https://linustechtips.com/topic/112155-ram-disk/#findComment-1499368
Share on other sites

Link to post
Share on other sites

>would I be able to load a small linux distro on it for testing

Not from inside windows. You could however configure Linux to run from a RAM disk.

 

Just imagine the RAM disk as a hard drive, but its filesystem is created on your RAM instead of on a disk platter.

Sorry, I forgot to say that I will be running linux instead of windows. Are there any free programs that do this well on linux?

CPU: Phenom II X4 965. GPU: Sapphire Vapor-X 7770. MoBo: AsRock 970 Extreme3. Ram: Corsair Vengeance 8gb 1600. PSU: Antec BP550. HDD: 1tb Seagate Case: RoseWill Challenger. CPU Fan: Arctic Freezer 7 Pro Rev 2. Monitor: Some crap gateway 1650x1050.

   

Link to comment
https://linustechtips.com/topic/112155-ram-disk/#findComment-1499379
Share on other sites

Link to post
Share on other sites

Sorry, I forgot to say that I will be running linux instead of windows. Are there any free programs that do this well on linux?

Yes, it is much easier in Linux than Windows

 

mkdir /ramdisk; chmod 777 /ramdisk && mount -t tmpfs -o size=SIZE tmpfs /ramdisk

 

SIZE can be something like 10G, 10M or whatever size you want.

Link to comment
https://linustechtips.com/topic/112155-ram-disk/#findComment-1499402
Share on other sites

Link to post
Share on other sites

Yes, it is much easier in Linux than Windows

 

mkdir /ramdisk; chmod 777 /ramdisk && mount -t tmpfs -o size=SIZE tmpfs /ramdisk

 

SIZE can be something like 10G, 10M or whatever size you want.

Sweets. Thanks!

CPU: Phenom II X4 965. GPU: Sapphire Vapor-X 7770. MoBo: AsRock 970 Extreme3. Ram: Corsair Vengeance 8gb 1600. PSU: Antec BP550. HDD: 1tb Seagate Case: RoseWill Challenger. CPU Fan: Arctic Freezer 7 Pro Rev 2. Monitor: Some crap gateway 1650x1050.

   

Link to comment
https://linustechtips.com/topic/112155-ram-disk/#findComment-1499408
Share on other sites

Link to post
Share on other sites

How would I go about making a ram disk, and would I be able to load a small linux distro on it for testing. I don't really know much about ram disks but I have an old computer that has 4gb and I wanted to mess around with it.

Ram disks arent worth it because when you shut your computer off it doesnt save whats on them unlles you back up then reload when you boot up again

if you are reading this you are wasting valuable time and should maybe rethink your life choices.

Link to comment
https://linustechtips.com/topic/112155-ram-disk/#findComment-1499477
Share on other sites

Link to post
Share on other sites

Ram disks arent worth it because when you shut your computer off it doesnt save whats on them unlles you back up then reload when you boot up again

Just messing around with it, not going to be using it for practical use  :)

CPU: Phenom II X4 965. GPU: Sapphire Vapor-X 7770. MoBo: AsRock 970 Extreme3. Ram: Corsair Vengeance 8gb 1600. PSU: Antec BP550. HDD: 1tb Seagate Case: RoseWill Challenger. CPU Fan: Arctic Freezer 7 Pro Rev 2. Monitor: Some crap gateway 1650x1050.

   

Link to comment
https://linustechtips.com/topic/112155-ram-disk/#findComment-1499729
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×