<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Create file system in RAM on Linux box? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/create-file-system-in-ram-on-linux-box/m-p/5098189#M49531</link>
    <description>As far as I understand, tmpfs is the preferred method for using RAM as filesystem.&lt;BR /&gt;&lt;BR /&gt;It's simple:&lt;BR /&gt;&lt;BR /&gt;# make the mount point for our temporary filesystem&lt;BR /&gt;mkdir /mnt/tmpfs&lt;BR /&gt;# create and mount a 100 megabyte (100M) temporary memory filesystem&lt;BR /&gt;sudo mount -osize=100m tmpfs /mnt/tmpfs -t tmpfs&lt;BR /&gt;(from &lt;A href="http://256.com/gray/docs/misc/linux_memory_tmp_filesystem_fs.shtml)" target="_blank"&gt;http://256.com/gray/docs/misc/linux_memory_tmp_filesystem_fs.shtml)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;for more - &lt;A href="http://www.mjmwired.net/kernel/Documentation/filesystems/ramfs-rootfs-initramfs.txt" target="_blank"&gt;http://www.mjmwired.net/kernel/Documentation/filesystems/ramfs-rootfs-initramfs.txt&lt;/A&gt;</description>
    <pubDate>Tue, 18 Mar 2008 06:52:06 GMT</pubDate>
    <dc:creator>Vitaly Karasik_1</dc:creator>
    <dc:date>2008-03-18T06:52:06Z</dc:date>
    <item>
      <title>Create file system in RAM on Linux box?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-file-system-in-ram-on-linux-box/m-p/5098186#M49528</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would like to create a file system RAM for disk performance measuring purpose.&lt;BR /&gt;&lt;BR /&gt;Any one that could help me out?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,  /Joakim</description>
      <pubDate>Mon, 17 Mar 2008 06:26:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-file-system-in-ram-on-linux-box/m-p/5098186#M49528</guid>
      <dc:creator>Joakim Brosten</dc:creator>
      <dc:date>2008-03-17T06:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Create file system in RAM on Linux box?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-file-system-in-ram-on-linux-box/m-p/5098187#M49529</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Some forms of Linux already do this to an extent.&lt;BR /&gt;&lt;BR /&gt;none                 1014M     0 1014M   0% /dev/shm&lt;BR /&gt;&lt;BR /&gt;I've never bothered to try and write a file to it and recommend not filling it up.&lt;BR /&gt;&lt;BR /&gt;I just copied a small file into it and deleted it without difficulty.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Mar 2008 09:27:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-file-system-in-ram-on-linux-box/m-p/5098187#M49529</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-03-17T09:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Create file system in RAM on Linux box?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-file-system-in-ram-on-linux-box/m-p/5098188#M49530</link>
      <description>Try this document:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.vanemery.com/Linux/Ramdisk/ramdisk.html" target="_blank"&gt;http://www.vanemery.com/Linux/Ramdisk/ramdisk.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Mar 2008 20:33:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-file-system-in-ram-on-linux-box/m-p/5098188#M49530</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2008-03-17T20:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Create file system in RAM on Linux box?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-file-system-in-ram-on-linux-box/m-p/5098189#M49531</link>
      <description>As far as I understand, tmpfs is the preferred method for using RAM as filesystem.&lt;BR /&gt;&lt;BR /&gt;It's simple:&lt;BR /&gt;&lt;BR /&gt;# make the mount point for our temporary filesystem&lt;BR /&gt;mkdir /mnt/tmpfs&lt;BR /&gt;# create and mount a 100 megabyte (100M) temporary memory filesystem&lt;BR /&gt;sudo mount -osize=100m tmpfs /mnt/tmpfs -t tmpfs&lt;BR /&gt;(from &lt;A href="http://256.com/gray/docs/misc/linux_memory_tmp_filesystem_fs.shtml)" target="_blank"&gt;http://256.com/gray/docs/misc/linux_memory_tmp_filesystem_fs.shtml)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;for more - &lt;A href="http://www.mjmwired.net/kernel/Documentation/filesystems/ramfs-rootfs-initramfs.txt" target="_blank"&gt;http://www.mjmwired.net/kernel/Documentation/filesystems/ramfs-rootfs-initramfs.txt&lt;/A&gt;</description>
      <pubDate>Tue, 18 Mar 2008 06:52:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-file-system-in-ram-on-linux-box/m-p/5098189#M49531</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2008-03-18T06:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Create file system in RAM on Linux box?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-file-system-in-ram-on-linux-box/m-p/5098190#M49532</link>
      <description>Thank you everyone,&lt;BR /&gt;&lt;BR /&gt;I added "ramdisk_size=10000000" in "/boot/grub/meny.lst" as boot option. Rebooted and then run "mkfsreiser" on /dev/ram0 and mounted it on /mnt. (=10 GB disk in RAM)&lt;BR /&gt;&lt;BR /&gt;I havn't tried the tmpfs way but will do so later.&lt;BR /&gt;&lt;BR /&gt;  /Joakim</description>
      <pubDate>Tue, 18 Mar 2008 09:13:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-file-system-in-ram-on-linux-box/m-p/5098190#M49532</guid>
      <dc:creator>Joakim Brosten</dc:creator>
      <dc:date>2008-03-18T09:13:42Z</dc:date>
    </item>
  </channel>
</rss>

