<?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 raw partitions in SUSE Linux 8 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/create-raw-partitions-in-suse-linux-8/m-p/4995171#M47539</link>
    <description>I don't understand well your situation.&lt;BR /&gt;&lt;BR /&gt;Do you have the file already... right?&lt;BR /&gt;So... is It in a partiton... right?&lt;BR /&gt;Do you want access the file's content as it is in another partition?&lt;BR /&gt;&lt;BR /&gt;Then maybe you want use losetup command:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linux.com/howtos/Cryptoloop-HOWTO/loopdevice-setup.shtml" target="_blank"&gt;http://www.linux.com/howtos/Cryptoloop-HOWTO/loopdevice-setup.shtml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 03 Aug 2006 14:23:15 GMT</pubDate>
    <dc:creator>Jesus-Perez</dc:creator>
    <dc:date>2006-08-03T14:23:15Z</dc:date>
    <item>
      <title>Create raw partitions in SUSE Linux 8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-raw-partitions-in-suse-linux-8/m-p/4995167#M47535</link>
      <description>What are the steps in creating a raw partition in SUSE Linux 8 not using LVM or VxVM using what SUSE Linux calls file type Linux native? Any help will greatly be appreciated.</description>
      <pubDate>Thu, 03 Aug 2006 12:04:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-raw-partitions-in-suse-linux-8/m-p/4995167#M47535</guid>
      <dc:creator>Juan Gonzalez_2</dc:creator>
      <dc:date>2006-08-03T12:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Create raw partitions in SUSE Linux 8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-raw-partitions-in-suse-linux-8/m-p/4995168#M47536</link>
      <description>That would just be running the "fdisk" tool against say /dev/hda and cutting it up into partitions.  Which would give you, for example /dev/hda1, /dev/hda2, /dev/hda3, etc (in this example if you cut up /dev/hda into three partitions).  Then, when you get to the step where you would run "mkfs" on the filesystem for format it - just DON'T do that part.  You now have raw partitions - which merely means a disk partitions that have no file system formatted onto them.</description>
      <pubDate>Thu, 03 Aug 2006 13:03:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-raw-partitions-in-suse-linux-8/m-p/4995168#M47536</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2006-08-03T13:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Create raw partitions in SUSE Linux 8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-raw-partitions-in-suse-linux-8/m-p/4995169#M47537</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt; I did that and it created the /dev/sdd1, /dev/sdd5,/dev/sdd6, and /dev/sdd7 but fdisk did not create the raw file under directory /dev/raw/raw(N). So I can not attach the block device to the raw file.&lt;BR /&gt;&lt;BR /&gt;What am I doing wrong?&lt;BR /&gt;Thanks,&lt;BR /&gt;Juan Gonzalez&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Aug 2006 13:30:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-raw-partitions-in-suse-linux-8/m-p/4995169#M47537</guid>
      <dc:creator>Juan Gonzalez_2</dc:creator>
      <dc:date>2006-08-03T13:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Create raw partitions in SUSE Linux 8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-raw-partitions-in-suse-linux-8/m-p/4995170#M47538</link>
      <description>Can I run a command to create the raw device file that looks similiar to the one below and then run raw to bind it to the block device?&lt;BR /&gt;&lt;BR /&gt;crw-rw----    1 root   root   162,  11 Oct 21  2002 raw11</description>
      <pubDate>Thu, 03 Aug 2006 14:21:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-raw-partitions-in-suse-linux-8/m-p/4995170#M47538</guid>
      <dc:creator>Juan Gonzalez_2</dc:creator>
      <dc:date>2006-08-03T14:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create raw partitions in SUSE Linux 8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-raw-partitions-in-suse-linux-8/m-p/4995171#M47539</link>
      <description>I don't understand well your situation.&lt;BR /&gt;&lt;BR /&gt;Do you have the file already... right?&lt;BR /&gt;So... is It in a partiton... right?&lt;BR /&gt;Do you want access the file's content as it is in another partition?&lt;BR /&gt;&lt;BR /&gt;Then maybe you want use losetup command:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linux.com/howtos/Cryptoloop-HOWTO/loopdevice-setup.shtml" target="_blank"&gt;http://www.linux.com/howtos/Cryptoloop-HOWTO/loopdevice-setup.shtml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Aug 2006 14:23:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-raw-partitions-in-suse-linux-8/m-p/4995171#M47539</guid>
      <dc:creator>Jesus-Perez</dc:creator>
      <dc:date>2006-08-03T14:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create raw partitions in SUSE Linux 8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-raw-partitions-in-suse-linux-8/m-p/4995172#M47540</link>
      <description>Shalom Juan,&lt;BR /&gt;&lt;BR /&gt;You use fdisk to create partitions under most Linuxes.&lt;BR /&gt;&lt;BR /&gt;fdisk /dev/hda lets you carve up the first hard disk.&lt;BR /&gt;&lt;BR /&gt;I think thats what is wrong,the methodology.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 03 Aug 2006 15:14:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-raw-partitions-in-suse-linux-8/m-p/4995172#M47540</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-03T15:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Create raw partitions in SUSE Linux 8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-raw-partitions-in-suse-linux-8/m-p/4995173#M47541</link>
      <description>Jesus,&lt;BR /&gt;&lt;BR /&gt;I did a fdsik on a disk called /dev/sdd. I first did n for create new partition then I did e to create an extended partition and included all of the disk then I did w to write out the partition table. After that I ran fdisk /dev/sdd again then I type n then l to create a logical partition, I did this three times for the different partitions. Then I did a w to write out the partition table. Then I went to look under directory /dev/raw but no new files were created so then I looked in /dev for the files that were created and they were sdd1 sdd5, sdd6, and sdd7. I did a blockdev --getsize /dev/ssd(N) on each of the size of the partition came back. when I bring up the yast I see the sdd disk with the partitions sdd5, sdd6, and sdd7 under it but the raw files are not created. That is my problem.</description>
      <pubDate>Thu, 03 Aug 2006 15:27:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-raw-partitions-in-suse-linux-8/m-p/4995173#M47541</guid>
      <dc:creator>Juan Gonzalez_2</dc:creator>
      <dc:date>2006-08-03T15:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Create raw partitions in SUSE Linux 8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-raw-partitions-in-suse-linux-8/m-p/4995174#M47542</link>
      <description>OK, thank you, I got it.&lt;BR /&gt;&lt;BR /&gt;raw -a must show you the raw device nodes.&lt;BR /&gt;&lt;BR /&gt;Maybe these links culd be useful:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linux.com/howtos/SCSI-2.4-HOWTO/rawdev.shtml" target="_blank"&gt;http://www.linux.com/howtos/SCSI-2.4-HOWTO/rawdev.shtml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://publib.boulder.ibm.com/infocenter/db2luw/v8/index.jsp?topic=/com.ibm.db2.udb.doc/admin/t0004971.htm" target="_blank"&gt;http://publib.boulder.ibm.com/infocenter/db2luw/v8/index.jsp?topic=/com.ibm.db2.udb.doc/admin/t0004971.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I'll check a SuSE system and and post the results here as soon as possible.</description>
      <pubDate>Thu, 03 Aug 2006 16:00:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-raw-partitions-in-suse-linux-8/m-p/4995174#M47542</guid>
      <dc:creator>Jesus-Perez</dc:creator>
      <dc:date>2006-08-03T16:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create raw partitions in SUSE Linux 8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-raw-partitions-in-suse-linux-8/m-p/4995175#M47543</link>
      <description>I figured out the problem. Thanks to the people that responded. I had to create the raw file in the /dev/raw directory with the mknod command.</description>
      <pubDate>Thu, 03 Aug 2006 18:13:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-raw-partitions-in-suse-linux-8/m-p/4995175#M47543</guid>
      <dc:creator>Juan Gonzalez_2</dc:creator>
      <dc:date>2006-08-03T18:13:40Z</dc:date>
    </item>
  </channel>
</rss>

