<?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: new partition in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/new-partition/m-p/3481884#M16246</link>
    <description>Hi, Fadia Almarei &lt;BR /&gt;&lt;BR /&gt;Read &lt;BR /&gt;&lt;A href="http://www.tldp.org/HOWTO/Hard-Disk-Upgrade/partition.html" target="_blank"&gt;http://www.tldp.org/HOWTO/Hard-Disk-Upgrade/partition.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;NiCK</description>
    <pubDate>Wed, 09 Feb 2005 09:28:34 GMT</pubDate>
    <dc:creator>NiCK_76</dc:creator>
    <dc:date>2005-02-09T09:28:34Z</dc:date>
    <item>
      <title>new partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/new-partition/m-p/3481879#M16241</link>
      <description>Dear All &lt;BR /&gt;how to creat a new partition</description>
      <pubDate>Wed, 09 Feb 2005 06:00:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/new-partition/m-p/3481879#M16241</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-02-09T06:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: new partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/new-partition/m-p/3481880#M16242</link>
      <description>use fdisk to create new partitions.&lt;BR /&gt;In case you want to create partition on first IDE slave drive &lt;BR /&gt;fdisk /dev/hdb&lt;BR /&gt;then type m to see available commands.&lt;BR /&gt;&lt;BR /&gt;After you've created partiton you must also create a file system on that partition.&lt;BR /&gt;mkfs /dev/hdb1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;will create file system on first partition of the same drive.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Feb 2005 07:15:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/new-partition/m-p/3481880#M16242</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2005-02-09T07:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: new partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/new-partition/m-p/3481881#M16243</link>
      <description>kindly give it to me in more details,and hopfully with example</description>
      <pubDate>Wed, 09 Feb 2005 07:21:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/new-partition/m-p/3481881#M16243</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-02-09T07:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: new partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/new-partition/m-p/3481882#M16244</link>
      <description>The following link explain's it all&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/install-guide/ch-partitions.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/install-guide/ch-partitions.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You probably know most of this but there are some usefull examples for Linux&lt;BR /&gt;&lt;BR /&gt;Hope this helps &lt;BR /&gt;&lt;BR /&gt;Jean-Pierre</description>
      <pubDate>Wed, 09 Feb 2005 07:26:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/new-partition/m-p/3481882#M16244</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2005-02-09T07:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: new partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/new-partition/m-p/3481883#M16245</link>
      <description>lets say I've added a hard drive to my pc and it's a second IDE MASTER drive:&lt;BR /&gt;&lt;BR /&gt;fdisk /dev/hdc&lt;BR /&gt;then &lt;BR /&gt;n&lt;BR /&gt;to create new partition.&lt;BR /&gt;&lt;BR /&gt;then &lt;BR /&gt;p&lt;BR /&gt;to choose primary&lt;BR /&gt;&lt;BR /&gt;then &lt;BR /&gt;1&lt;BR /&gt;this is a first partition on that empty drive.&lt;BR /&gt;then I hit enter to go with the default first sector.&lt;BR /&gt;then you should specify the last sector or you can give the exact size with +600M (for 600 MB for example).&lt;BR /&gt;after that you should also hit on &lt;BR /&gt;w&lt;BR /&gt;to write the partition table to the disk.&lt;BR /&gt;Exit the fdisk with q&lt;BR /&gt;&lt;BR /&gt;The partition now is ready .You have to make the file system on it.&lt;BR /&gt;mkfs -j /dev/hdc1&lt;BR /&gt;will create ext3 file system on that partition.&lt;BR /&gt;now you can create a directory like /space&lt;BR /&gt;and mount that partition&lt;BR /&gt;mount /dev/hdc1 /space</description>
      <pubDate>Wed, 09 Feb 2005 07:34:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/new-partition/m-p/3481883#M16245</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2005-02-09T07:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: new partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/new-partition/m-p/3481884#M16246</link>
      <description>Hi, Fadia Almarei &lt;BR /&gt;&lt;BR /&gt;Read &lt;BR /&gt;&lt;A href="http://www.tldp.org/HOWTO/Hard-Disk-Upgrade/partition.html" target="_blank"&gt;http://www.tldp.org/HOWTO/Hard-Disk-Upgrade/partition.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;NiCK</description>
      <pubDate>Wed, 09 Feb 2005 09:28:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/new-partition/m-p/3481884#M16246</guid>
      <dc:creator>NiCK_76</dc:creator>
      <dc:date>2005-02-09T09:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: new partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/new-partition/m-p/3481885#M16247</link>
      <description>Alexender ,if my partition is a secondary one what should i do ,and i have a free space on my exixting hard disk and i want to creat the new partition in this hard disk</description>
      <pubDate>Thu, 10 Feb 2005 14:23:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/new-partition/m-p/3481885#M16247</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-02-10T14:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: new partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/new-partition/m-p/3481886#M16248</link>
      <description>my system is redhat9 linux,and is it needed to be in rescue or single user mode when using the fdisk command</description>
      <pubDate>Thu, 10 Feb 2005 14:55:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/new-partition/m-p/3481886#M16248</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-02-10T14:55:03Z</dc:date>
    </item>
  </channel>
</rss>

