<?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:  RAW device and block device in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-device-and-block-device/m-p/3699787#M249124</link>
    <description>The block device is cached.  I/O to the device is read into memory, referred to as buffer cache, in large blocks.  A raw device is more typically used with a data base application which provides the necessary buffering to achieve efficient I/O.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Thu, 29 Dec 2005 14:01:25 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2005-12-29T14:01:25Z</dc:date>
    <item>
      <title>RAW device and block device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-device-and-block-device/m-p/3699786#M249123</link>
      <description>HI all &lt;BR /&gt;&lt;BR /&gt;What is the difference between RAW device and Block device in HP-UX?&lt;BR /&gt;&lt;BR /&gt;MRIDUL</description>
      <pubDate>Thu, 29 Dec 2005 13:52:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-device-and-block-device/m-p/3699786#M249123</guid>
      <dc:creator>Mridul Dutta</dc:creator>
      <dc:date>2005-12-29T13:52:24Z</dc:date>
    </item>
    <item>
      <title>Re:  RAW device and block device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-device-and-block-device/m-p/3699787#M249124</link>
      <description>The block device is cached.  I/O to the device is read into memory, referred to as buffer cache, in large blocks.  A raw device is more typically used with a data base application which provides the necessary buffering to achieve efficient I/O.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 29 Dec 2005 14:01:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-device-and-block-device/m-p/3699787#M249124</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-12-29T14:01:25Z</dc:date>
    </item>
    <item>
      <title>Re:  RAW device and block device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-device-and-block-device/m-p/3699788#M249125</link>
      <description>Raw devices bypass the buffer cache and use DMA directly to/from the program's I/O buffers; they are normally restricted to full-sector transfers. Using raw devices generally will give you faster performance.  Raw devices are used when making new filesystems, when checking unmounted filesystems, or for copying quiescent filesystems. The block devices are used to mount filesystems. Each disk has a block device interface where the system makes the device byte addressable and you can write a single byte in the middle of the disk.</description>
      <pubDate>Thu, 29 Dec 2005 14:08:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-device-and-block-device/m-p/3699788#M249125</guid>
      <dc:creator>Christine Hartman</dc:creator>
      <dc:date>2005-12-29T14:08:16Z</dc:date>
    </item>
    <item>
      <title>Re:  RAW device and block device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-device-and-block-device/m-p/3699789#M249126</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Here are a few threads which talks about the difference&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=878764" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=878764&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=792810" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=792810&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=90852" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=90852&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=575829" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=575829&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;HGN</description>
      <pubDate>Thu, 29 Dec 2005 14:32:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-device-and-block-device/m-p/3699789#M249126</guid>
      <dc:creator>HGN</dc:creator>
      <dc:date>2005-12-29T14:32:28Z</dc:date>
    </item>
    <item>
      <title>Re:  RAW device and block device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-device-and-block-device/m-p/3699790#M249127</link>
      <description>RAW devices can be faster for certain applications like databases because they does not contain a file system, and they don't use cache for the same reason. You don't mount a RAW device.&lt;BR /&gt;&lt;BR /&gt;The problem is the management, you cannot manage a raw device using O.S. tools, for example, check capacity, backup and restore data (dd could be used but is not efficient), find files, etc.</description>
      <pubDate>Thu, 29 Dec 2005 15:08:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-device-and-block-device/m-p/3699790#M249127</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-12-29T15:08:26Z</dc:date>
    </item>
  </channel>
</rss>

