linux poison RSS
linux poison Email

HowTo create and use RAM disks

The following example will create a RAM Disk 1M in size:

# dd if=/dev/zero of=/dev/ram bs=1k count=1000
# mke2fs -m0 /dev/ram 1000
# mkdir /mnt/ram
# mount /dev/ram /mnt/ram


0 comments:

Post a Comment

Related Posts with Thumbnails