Go Back   CodingForums.com > :: Server side development > Other server side languages/ issues

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-02-2003, 06:05 PM   PM User | #1
Bawy
New Coder

 
Join Date: Sep 2002
Location: eNYCe
Posts: 83
Thanks: 0
Thanked 0 Times in 0 Posts
Bawy is an unknown quantity at this point
Ram Drive in Linux? How do you make one?

I want to reserve part of my ram for temp storage and assign a drive letter. How do I do it in Linux?
Bawy is offline   Reply With Quote
Old 02-02-2003, 07:53 PM   PM User | #2
jkd
Senior Coder

 
jkd's Avatar
 
Join Date: May 2002
Location: metro DC
Posts: 3,163
Thanks: 1
Thanked 18 Times in 18 Posts
jkd will become famous soon enough
Run this through Babelfish to get an English equiv:
http://www.infoladen.de/pgp/ramdisk.htm

Seems that

mkdir /mnt/ramdisk
# create the ramdisk mount point

mke2fs /dev/ram0
# make the ramdisk?

mount /dev/ram0 /mnt/ramdisk
# mount it

Should work.

More info on mke2fs:
http://sman.informatik.htw-dresden.d...man?=mke2fs&=8
__________________
jasonkarldavis.com
jkd is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:36 AM.


Advertisement
Log in to turn off these ads.