<?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: upartition in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/upartition/m-p/4426356#M36740</link>
    <description>Dear Muralikrishna&lt;BR /&gt;&lt;BR /&gt;You must have the parted package installed to use the parted utility. To start parted, at a shell prompt as root, type the command #parted /dev/sda, where /dev/sda is the device name for the drive you want to configure. The (parted) prompt is displayed. Type help to view a list of available commands. &lt;BR /&gt;&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;View the current partition table to determine if there is enough free space: &lt;BR /&gt;&lt;BR /&gt;print&lt;BR /&gt;&lt;BR /&gt;If there is not enough free space, you can resize an existing partition.&lt;BR /&gt;&lt;BR /&gt; Making the Partition&lt;BR /&gt;From the partition table, determine the start and end points of the new partition and what partition type it should be. You can only have four primary partitions (with no extended partition) on a device. If you need more than four partitions, you can have three primary partitions, one extended partition, and multiple logical partitions within the extended&lt;BR /&gt;&lt;BR /&gt;eg:mkpart primary ext3 1024 2048&lt;BR /&gt;&lt;BR /&gt;The partition still does not have a file system. Create the file system: &lt;BR /&gt;&lt;BR /&gt;/sbin/mkfs -t ext3 /dev/sda6&lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;Sajjad Sahir&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 26 May 2009 08:08:52 GMT</pubDate>
    <dc:creator>Sajjad Sahir</dc:creator>
    <dc:date>2009-05-26T08:08:52Z</dc:date>
    <item>
      <title>upartition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upartition/m-p/4426352#M36736</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I have 80GB unpartition space, I want to make linux partition.  Please explain step by step process</description>
      <pubDate>Tue, 26 May 2009 03:52:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upartition/m-p/4426352#M36736</guid>
      <dc:creator>muralikrishna</dc:creator>
      <dc:date>2009-05-26T03:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: upartition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upartition/m-p/4426353#M36737</link>
      <description>which version of linux are you using?&lt;BR /&gt;&lt;BR /&gt;first of all you should check which hardisk having free disk space.&lt;BR /&gt;/dev/sda&lt;BR /&gt;/dev/sdb etc..&lt;BR /&gt;&lt;BR /&gt;can do this with parted.&lt;BR /&gt;&lt;BR /&gt;parted /dev/sda &lt;ENTER&gt;&lt;BR /&gt;&lt;BR /&gt;and should follow below 2.5 session.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.gnu.org/software/parted/manual/html_mono/parted.html#SEC29" target="_blank"&gt;http://www.gnu.org/software/parted/manual/html_mono/parted.html#SEC29&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;let me know if you have any issue&lt;/ENTER&gt;</description>
      <pubDate>Tue, 26 May 2009 04:09:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upartition/m-p/4426353#M36737</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2009-05-26T04:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: upartition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upartition/m-p/4426354#M36738</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I am using Redhat Linux 4.5 version</description>
      <pubDate>Tue, 26 May 2009 04:21:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upartition/m-p/4426354#M36738</guid>
      <dc:creator>muralikrishna</dc:creator>
      <dc:date>2009-05-26T04:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: upartition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upartition/m-p/4426355#M36739</link>
      <description>ok, its enterprise redhat linux 4.5&lt;BR /&gt;open hardware browser bye&lt;BR /&gt;hwbrowser&lt;BR /&gt;&lt;BR /&gt;and click on hard drives&lt;BR /&gt;check the free size notebdown the hardisk (/dev/sdb..) and start and end cylender.&lt;BR /&gt;&lt;BR /&gt;use parted&lt;BR /&gt;mkpart &lt;BR /&gt;provide start and end cylender.thanks,</description>
      <pubDate>Tue, 26 May 2009 04:34:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upartition/m-p/4426355#M36739</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2009-05-26T04:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: upartition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upartition/m-p/4426356#M36740</link>
      <description>Dear Muralikrishna&lt;BR /&gt;&lt;BR /&gt;You must have the parted package installed to use the parted utility. To start parted, at a shell prompt as root, type the command #parted /dev/sda, where /dev/sda is the device name for the drive you want to configure. The (parted) prompt is displayed. Type help to view a list of available commands. &lt;BR /&gt;&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;View the current partition table to determine if there is enough free space: &lt;BR /&gt;&lt;BR /&gt;print&lt;BR /&gt;&lt;BR /&gt;If there is not enough free space, you can resize an existing partition.&lt;BR /&gt;&lt;BR /&gt; Making the Partition&lt;BR /&gt;From the partition table, determine the start and end points of the new partition and what partition type it should be. You can only have four primary partitions (with no extended partition) on a device. If you need more than four partitions, you can have three primary partitions, one extended partition, and multiple logical partitions within the extended&lt;BR /&gt;&lt;BR /&gt;eg:mkpart primary ext3 1024 2048&lt;BR /&gt;&lt;BR /&gt;The partition still does not have a file system. Create the file system: &lt;BR /&gt;&lt;BR /&gt;/sbin/mkfs -t ext3 /dev/sda6&lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;Sajjad Sahir&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 May 2009 08:08:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upartition/m-p/4426356#M36740</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2009-05-26T08:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: upartition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upartition/m-p/4426357#M36741</link>
      <description>&lt;BR /&gt;Dear Murali&lt;BR /&gt;&lt;BR /&gt;one thing i forget to say, if u want this file system availab next reboot onwards&lt;BR /&gt;u should put in /etc/fstab file&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;Sajjad Sahir</description>
      <pubDate>Tue, 26 May 2009 08:10:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upartition/m-p/4426357#M36741</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2009-05-26T08:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: upartition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upartition/m-p/4426358#M36742</link>
      <description>Hi Avin&lt;BR /&gt;&lt;BR /&gt;start cylinder 12000&lt;BR /&gt;end cylinder 16000</description>
      <pubDate>Tue, 26 May 2009 08:23:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upartition/m-p/4426358#M36742</guid>
      <dc:creator>muralikrishna</dc:creator>
      <dc:date>2009-05-26T08:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: upartition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upartition/m-p/4426359#M36743</link>
      <description>you may follow somwthing like below example, &lt;BR /&gt;&lt;BR /&gt;Start parted, where /dev/hda is the device on which to create the partition: &lt;BR /&gt;&lt;BR /&gt;parted /dev/hda&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;View the current partition table to determine if there is enough free space: &lt;BR /&gt;&lt;BR /&gt;print&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For example, to create a partition with an ext3 file system from 1024 megabytes until 2048 megabytes on a hard drive type the following command: &lt;BR /&gt;&lt;BR /&gt;mkpart ext3 1024 2048&lt;BR /&gt; &lt;BR /&gt;Formating the Partition&lt;BR /&gt;The partition still does not have a file system. Create the file system: &lt;BR /&gt;&lt;BR /&gt; /sbin/mkfs -t ext3 /dev/hdb3&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Labeling the Partition&lt;BR /&gt;Next, give the partition a label. For example, if the new partition is /dev/hda3 and you want to label it /work: &lt;BR /&gt;&lt;BR /&gt;e2label /dev/hda3 /work&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;As root, create the mount point: &lt;BR /&gt;&lt;BR /&gt;mkdir /work&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Add to /etc/fstab&lt;BR /&gt;As root, edit the /etc/fstab file to include the new partition. The new line should look similar to the following: &lt;BR /&gt;&lt;BR /&gt;LABEL=/work           /work                 &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;mount /work&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Tue, 26 May 2009 12:02:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upartition/m-p/4426359#M36743</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2009-05-26T12:02:55Z</dc:date>
    </item>
  </channel>
</rss>

