<?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 ramdisk in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ramdisk/m-p/4049440#M29609</link>
    <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I would like to create a ramdisk which would be more than 500MB size. i'm using system installed with FC 4. how to increase ram disk size?&lt;BR /&gt;&lt;BR /&gt;so did the following to create the ramdisk file. &lt;BR /&gt;&lt;BR /&gt;i modified /etc/grub.conf file &lt;BR /&gt;        kernel /boot/vmlinuz-2.6.11-1.1369_FC4smp ro root=LABEL=/ rhgb quiet ram&lt;BR /&gt;disk_size=600000&lt;BR /&gt;&lt;BR /&gt;once the system boots, i use the following commands &lt;BR /&gt;[root@chakri-linux ~]# mke2fs /dev/ram0, this command is successful,&lt;BR /&gt;&lt;BR /&gt;but when i try to mount i get the following error message&lt;BR /&gt;&lt;BR /&gt;[root@chakri-linux ~]# mount /dev/ram0 /mnt&lt;BR /&gt;mount: wrong fs type, bad option, bad superblock on /dev/ram0,&lt;BR /&gt;       missing codepage or other error&lt;BR /&gt;       In some cases useful info is found in syslog - try&lt;BR /&gt;       dmesg | tail  or so&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;any clue what needs to be done?&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Chakri&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 03 Aug 2007 13:08:57 GMT</pubDate>
    <dc:creator>all star</dc:creator>
    <dc:date>2007-08-03T13:08:57Z</dc:date>
    <item>
      <title>ramdisk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ramdisk/m-p/4049440#M29609</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I would like to create a ramdisk which would be more than 500MB size. i'm using system installed with FC 4. how to increase ram disk size?&lt;BR /&gt;&lt;BR /&gt;so did the following to create the ramdisk file. &lt;BR /&gt;&lt;BR /&gt;i modified /etc/grub.conf file &lt;BR /&gt;        kernel /boot/vmlinuz-2.6.11-1.1369_FC4smp ro root=LABEL=/ rhgb quiet ram&lt;BR /&gt;disk_size=600000&lt;BR /&gt;&lt;BR /&gt;once the system boots, i use the following commands &lt;BR /&gt;[root@chakri-linux ~]# mke2fs /dev/ram0, this command is successful,&lt;BR /&gt;&lt;BR /&gt;but when i try to mount i get the following error message&lt;BR /&gt;&lt;BR /&gt;[root@chakri-linux ~]# mount /dev/ram0 /mnt&lt;BR /&gt;mount: wrong fs type, bad option, bad superblock on /dev/ram0,&lt;BR /&gt;       missing codepage or other error&lt;BR /&gt;       In some cases useful info is found in syslog - try&lt;BR /&gt;       dmesg | tail  or so&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;any clue what needs to be done?&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Chakri&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Aug 2007 13:08:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ramdisk/m-p/4049440#M29609</guid>
      <dc:creator>all star</dc:creator>
      <dc:date>2007-08-03T13:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: ramdisk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ramdisk/m-p/4049441#M29610</link>
      <description>Maybe is not detecting the file system type, please try with:&lt;BR /&gt;&lt;BR /&gt;mkfs -t ext2 /dev/ram0 /mnt</description>
      <pubDate>Fri, 03 Aug 2007 14:36:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ramdisk/m-p/4049441#M29610</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-08-03T14:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: ramdisk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ramdisk/m-p/4049442#M29611</link>
      <description>dmesg | grep RAMDISK   &lt;BR /&gt;&lt;BR /&gt;output?</description>
      <pubDate>Tue, 07 Aug 2007 01:24:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ramdisk/m-p/4049442#M29611</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2007-08-07T01:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: ramdisk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ramdisk/m-p/4049443#M29612</link>
      <description>&lt;!--!*#--&gt;The following should work for any Red Hat variant:&lt;BR /&gt;&lt;BR /&gt;vi /etc/fstab&lt;BR /&gt;none           /ramdisk        tmpfs   size=500m       0 0&lt;BR /&gt;&lt;BR /&gt;mkdir /ramdisk&lt;BR /&gt;&lt;BR /&gt;mount /ramdisk&lt;BR /&gt;&lt;BR /&gt;df -k&lt;BR /&gt;&lt;BR /&gt;Filesystem        1K-blocks      Used Available Use% Mounted on&lt;BR /&gt;none                        512000         0   512000     0%     /ramdisk&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Aug 2007 14:11:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ramdisk/m-p/4049443#M29612</guid>
      <dc:creator>Geert Van Pamel</dc:creator>
      <dc:date>2007-08-07T14:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: ramdisk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ramdisk/m-p/4049444#M29613</link>
      <description>i was able to create a ramdik file image sucessfully, but now when i try to boot the system with the created ramdisk image, it gives the following error message, what should i look for??&lt;BR /&gt;&lt;BR /&gt;kernel panic: VFS unable to mount root fs on unknown-block&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Aug 2007 16:37:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ramdisk/m-p/4049444#M29613</guid>
      <dc:creator>all star</dc:creator>
      <dc:date>2007-08-07T16:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: ramdisk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ramdisk/m-p/4049445#M29614</link>
      <description>Well... if you first create your RAM disk, and then you reboot your system, the system does not find the RAM disk for obvious reasons... you should make the RAM disk permanent in one way or another...&lt;BR /&gt;&lt;BR /&gt;You might also create the RAM disk from a shell script:&lt;BR /&gt;&lt;BR /&gt;mount -t tmpfs -o size=500m none /ramdisk&lt;BR /&gt;&lt;BR /&gt;But then you need to restore the file system from a backup copy because after each poweroff or restart the disk in RAM is gone...&lt;BR /&gt;&lt;BR /&gt;If you perform an umount /ramdisk all the data is lost also; so you definitely need to backup the disk at regular times, and you should use an UPS to protect your system from powerfailures...</description>
      <pubDate>Thu, 09 Aug 2007 17:47:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ramdisk/m-p/4049445#M29614</guid>
      <dc:creator>Geert Van Pamel</dc:creator>
      <dc:date>2007-08-09T17:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: ramdisk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ramdisk/m-p/4049446#M29615</link>
      <description>Times when I have seen that panic on boot after creating a new initrd image was due to not having the correct disk driver in /etc/sysconfig/kernel when I made the new initrd image.  So when the system booted it couldn't mount /dev/sda1 to / because it couldn't access /dev/sda1 because there was no driver.  Had to boot via rescue disk and make new image.</description>
      <pubDate>Fri, 10 Aug 2007 14:19:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ramdisk/m-p/4049446#M29615</guid>
      <dc:creator>Justin_99</dc:creator>
      <dc:date>2007-08-10T14:19:44Z</dc:date>
    </item>
  </channel>
</rss>

