<?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: device file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/device-file/m-p/4062969#M306178</link>
    <description>This may help!&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://aplawrence.com/Unixart/devices.html" target="_blank"&gt;http://aplawrence.com/Unixart/devices.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;RCP</description>
    <pubDate>Thu, 30 Aug 2007 16:43:45 GMT</pubDate>
    <dc:creator>Rahul Pednekar</dc:creator>
    <dc:date>2007-08-30T16:43:45Z</dc:date>
    <item>
      <title>device file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-file/m-p/4062964#M306173</link>
      <description>what is the difference between the raw device file and block device file.</description>
      <pubDate>Thu, 30 Aug 2007 06:20:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-file/m-p/4062964#M306173</guid>
      <dc:creator>Indrajit Bhagat</dc:creator>
      <dc:date>2007-08-30T06:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: device file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-file/m-p/4062965#M306174</link>
      <description>&lt;A href="http://en.wikipedia.org/wiki/Raw_device" target="_blank"&gt;http://en.wikipedia.org/wiki/Raw_device&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/Device_node#Block_devices" target="_blank"&gt;http://en.wikipedia.org/wiki/Device_node#Block_devices&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Aug 2007 06:25:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-file/m-p/4062965#M306174</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2007-08-30T06:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: device file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-file/m-p/4062966#M306175</link>
      <description>In the simplest possible terms, the block device file provides buffered I/O while the raw device writes directly to the device in question.  Typically, DB applications use the raw device and provide their own buffering mechanisms.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 30 Aug 2007 06:28:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-file/m-p/4062966#M306175</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2007-08-30T06:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: device file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-file/m-p/4062967#M306176</link>
      <description>The raw (character) device node is completely unbuffered whereas the "cooked" (block) device nodes interposes the buffer cache between the i/o requests and the disks.&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Aug 2007 09:23:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-file/m-p/4062967#M306176</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-08-30T09:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: device file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-file/m-p/4062968#M306177</link>
      <description>&lt;A href="http://docs.hp.com/en/B2355-90691/mknod.1M.html?jumpid=reg_R1002_USEN" target="_blank"&gt;http://docs.hp.com/en/B2355-90691/mknod.1M.html?jumpid=reg_R1002_USEN&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Character and Block Special Files&lt;BR /&gt;Character device special files are used for devices that can transfer single bytes at a time, such as nine-track magnetic tape drives, printers, plotters, disk drives operating in "raw" mode, and terminals. To create a character special file, use the c argument.&lt;BR /&gt;&lt;BR /&gt;Block device special files are used for devices that usually transfer a block of data at a time, such as disk drives. To create a block device special file, use the b argument.&lt;BR /&gt;&lt;BR /&gt;The remaining arguments specify the device that will be accessible through the new special file: &lt;BR /&gt;&lt;BR /&gt;major    The major number specifies the major device type (for example, the device driver number).&lt;BR /&gt; &lt;BR /&gt;minor    The minor number specifies the device location, which is typically, but not always, the unit, drive, and/or line number.&lt;BR /&gt; &lt;BR /&gt;WK&lt;BR /&gt;please assign points</description>
      <pubDate>Thu, 30 Aug 2007 11:40:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-file/m-p/4062968#M306177</guid>
      <dc:creator>whiteknight</dc:creator>
      <dc:date>2007-08-30T11:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: device file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-file/m-p/4062969#M306178</link>
      <description>This may help!&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://aplawrence.com/Unixart/devices.html" target="_blank"&gt;http://aplawrence.com/Unixart/devices.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;RCP</description>
      <pubDate>Thu, 30 Aug 2007 16:43:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-file/m-p/4062969#M306178</guid>
      <dc:creator>Rahul Pednekar</dc:creator>
      <dc:date>2007-08-30T16:43:45Z</dc:date>
    </item>
  </channel>
</rss>

