<?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 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/raw-device/m-p/3026406#M5711</link>
    <description>Hello!&lt;BR /&gt;&lt;BR /&gt;I'm not shure that you have the raw devices&lt;BR /&gt;for sda &amp;amp; sdb, why you need them in linux?&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
    <pubDate>Thu, 17 Jul 2003 19:57:06 GMT</pubDate>
    <dc:creator>Caesar_3</dc:creator>
    <dc:date>2003-07-17T19:57:06Z</dc:date>
    <item>
      <title>raw device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/raw-device/m-p/3026402#M5707</link>
      <description>If my disk assignments are sda and sdb.&lt;BR /&gt;How do I find out the raw device for these disks.</description>
      <pubDate>Thu, 17 Jul 2003 12:58:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/raw-device/m-p/3026402#M5707</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-07-17T12:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: raw device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/raw-device/m-p/3026403#M5708</link>
      <description>they should be /dev/sda and /dev/sdb.&lt;BR /&gt;&lt;BR /&gt;ciao&lt;BR /&gt;Claudio</description>
      <pubDate>Thu, 17 Jul 2003 13:08:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/raw-device/m-p/3026403#M5708</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2003-07-17T13:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: raw device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/raw-device/m-p/3026404#M5709</link>
      <description>In HPUX for sda, the raw device would be rsda.&lt;BR /&gt;I see a /dev/raw directory with devices listed in it.&lt;BR /&gt;&lt;BR /&gt;so for disk /dev/sda, the raw device is the same?</description>
      <pubDate>Thu, 17 Jul 2003 13:23:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/raw-device/m-p/3026404#M5709</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-07-17T13:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: raw device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/raw-device/m-p/3026405#M5710</link>
      <description>the /dev/raw directory only lists raw* devices. mmmh... I don't what they are used for. And I never used them.&lt;BR /&gt;&lt;BR /&gt;/dev/sda and /dev/sdb are the block devices for your hard disks (this is shown by the leftmost 'b' in the output of 'ls -l /dev/sd*'). If you are looking for the character devices, I don't know if they exist for scsi disks. Linux has a different management of raw/character devices than hpux.&lt;BR /&gt;&lt;BR /&gt;I always used the block devices of my IDE drive partitions. Try with /dev/sda and /dev/sdb, I think they will work.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;Claudio</description>
      <pubDate>Thu, 17 Jul 2003 13:31:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/raw-device/m-p/3026405#M5710</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2003-07-17T13:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: raw device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/raw-device/m-p/3026406#M5711</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;I'm not shure that you have the raw devices&lt;BR /&gt;for sda &amp;amp; sdb, why you need them in linux?&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Thu, 17 Jul 2003 19:57:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/raw-device/m-p/3026406#M5711</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-07-17T19:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: raw device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/raw-device/m-p/3026407#M5712</link>
      <description>Robert,&lt;BR /&gt;Running SuSE in my shop.  In /etc there is a file called raw which contains a list of how the raw device driver knows where to access the information in our Informix database.&lt;BR /&gt;&lt;BR /&gt;Example out of that file...&lt;BR /&gt;# sample configuration to bind raw devices&lt;BR /&gt;# to block devices&lt;BR /&gt;# The format of this file is:&lt;BR /&gt;# raw&lt;N&gt;:&lt;BLOCKDEV&gt;&lt;BR /&gt;# example:&lt;BR /&gt;# ---------&lt;BR /&gt;# raw1:hdb1&lt;BR /&gt;#&lt;BR /&gt;# this means: bind /dev/raw1 to /dev/hdb1&lt;BR /&gt;raw1:vg02/PD10lvol01&lt;BR /&gt;&lt;BR /&gt;Under /informix/SMS/sapdata/physdev10 we have a link data01 -&amp;gt; /dev/raw1&lt;BR /&gt;&lt;BR /&gt;Don't know if this will help.... maybe point you in the right direction&lt;/BLOCKDEV&gt;&lt;/N&gt;</description>
      <pubDate>Fri, 18 Jul 2003 13:23:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/raw-device/m-p/3026407#M5712</guid>
      <dc:creator>Charles Holland</dc:creator>
      <dc:date>2003-07-18T13:23:17Z</dc:date>
    </item>
  </channel>
</rss>

