<?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: Linux new hard disk partition/filesystem creation. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-new-hard-disk-partition-filesystem-creation/m-p/3620668#M19488</link>
    <description>&lt;BR /&gt;you dont have to mention it as secondary hard disk. It will be treated by its name (/dev/sdb).&lt;BR /&gt;&lt;BR /&gt;For eg: to create single partition on the new hard disk which occupies full hard disk, do something like this:&lt;BR /&gt;&lt;BR /&gt;fdisk /dev/sdb&lt;BR /&gt;press 'n' to create new partition&lt;BR /&gt;press 'p' to create it as primary partition (e for extended)&lt;BR /&gt;press '1' to create it as first primary partition&lt;BR /&gt;type two enters, first one is for start of cylinder and second for end of cylinder. if you leave them blank by entering by default fdisk uses the default value (which is 0 and the maximum number of cylinders)&lt;BR /&gt;type 'w' to write this new partition information.&lt;BR /&gt;&lt;BR /&gt;after coming to shell reboot the system and format the new partition.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
    <pubDate>Thu, 08 Sep 2005 09:11:14 GMT</pubDate>
    <dc:creator>Gopi Sekar</dc:creator>
    <dc:date>2005-09-08T09:11:14Z</dc:date>
    <item>
      <title>Linux new hard disk partition/filesystem creation.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-new-hard-disk-partition-filesystem-creation/m-p/3620662#M19482</link>
      <description>I need help in using one new hard disk (/dev/sdb) which is already attached to the Redhat server.&lt;BR /&gt;&lt;BR /&gt;I want to know how to create partition, create filesystems and mount them.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@GEOADM exp]# fdisk -l&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sda: 73.4 GB, 73406611456 bytes&lt;BR /&gt;254 heads, 63 sectors/track, 8959 cylinders&lt;BR /&gt;Units = cylinders of 16002 * 512 = 8193024 bytes&lt;BR /&gt;&lt;BR /&gt;   Device Boot    Start       End    Blocks   Id  System&lt;BR /&gt;/dev/sda1   *         1        32    256000+  83  Linux&lt;BR /&gt;/dev/sda2            33      1312  10241280   83  Linux&lt;BR /&gt;/dev/sda3          1313      1824   4096512   82  Linux swap&lt;BR /&gt;/dev/sda4          1825      8959  57087135    5  Extended&lt;BR /&gt;/dev/sda5          1825      2336   4096480+  83  Linux&lt;BR /&gt;/dev/sda6          2337      2592   2048224+  83  Linux&lt;BR /&gt;/dev/sda7          2593      4128  12289504+  83  Linux&lt;BR /&gt;/dev/sda8          4129      5024   7168864+  83  Linux&lt;BR /&gt;/dev/sda9          5025      5536   4096480+  83  Linux&lt;BR /&gt;/dev/sda10         5537      6048   4096480+  83  Linux&lt;BR /&gt;/dev/sda11         6049      8959  23290879+  83  Linux&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sdb: 73.4 GB, 73406611456 bytes&lt;BR /&gt;254 heads, 63 sectors/track, 8959 cylinders&lt;BR /&gt;Units = cylinders of 16002 * 512 = 8193024 bytes&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sdb doesn't contain a valid partition table&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Gulam.&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Sep 2005 08:26:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-new-hard-disk-partition-filesystem-creation/m-p/3620662#M19482</guid>
      <dc:creator>Gulam Mohiuddin</dc:creator>
      <dc:date>2005-09-07T08:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Linux new hard disk partition/filesystem creation.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-new-hard-disk-partition-filesystem-creation/m-p/3620663#M19483</link>
      <description>&lt;BR /&gt;run 'fdisk /dev/sdb'&lt;BR /&gt;&lt;BR /&gt;it will drop you in to a prompt where you can partition the hard disk and create partitions as u want. for information on various options with fdisk type 'h' and enter. For more information check 'man fdisk' &lt;BR /&gt;&lt;BR /&gt;Remember after creating new partitions and saving it, you have to reboot the server for kernel to refresh the partition table information about the new hard disk.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
      <pubDate>Wed, 07 Sep 2005 09:09:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-new-hard-disk-partition-filesystem-creation/m-p/3620663#M19483</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-09-07T09:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Linux new hard disk partition/filesystem creation.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-new-hard-disk-partition-filesystem-creation/m-p/3620664#M19484</link>
      <description>1.fdisk /dev/sdb&lt;BR /&gt;2.press n to create the partion&lt;BR /&gt;3.give the size&lt;BR /&gt;4.save and exit&lt;BR /&gt;5.mkfs.ext2 or mkfs.ext3 /dev/sdb1&lt;BR /&gt;(depending on u want to creat ext2 or ext3 )&lt;BR /&gt;6. five the entry in /etc/fstab&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Sep 2005 09:15:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-new-hard-disk-partition-filesystem-creation/m-p/3620664#M19484</guid>
      <dc:creator>Tvs</dc:creator>
      <dc:date>2005-09-07T09:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Linux new hard disk partition/filesystem creation.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-new-hard-disk-partition-filesystem-creation/m-p/3620665#M19485</link>
      <description>Thanks for your responses.&lt;BR /&gt;&lt;BR /&gt;I forgot to mention that the disk is configured as RAID 1 (2x 73.5GB SCSI drives).&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Gulam.</description>
      <pubDate>Wed, 07 Sep 2005 09:28:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-new-hard-disk-partition-filesystem-creation/m-p/3620665#M19485</guid>
      <dc:creator>Gulam Mohiuddin</dc:creator>
      <dc:date>2005-09-07T09:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Linux new hard disk partition/filesystem creation.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-new-hard-disk-partition-filesystem-creation/m-p/3620666#M19486</link>
      <description>&lt;BR /&gt;If it is hardware RAID (with RAID controller and configuration done at BIOS level) then you dont have to worry. the procedure is same as above.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
      <pubDate>Wed, 07 Sep 2005 09:30:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-new-hard-disk-partition-filesystem-creation/m-p/3620666#M19486</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-09-07T09:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Linux new hard disk partition/filesystem creation.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-new-hard-disk-partition-filesystem-creation/m-p/3620667#M19487</link>
      <description>Thanks for you response. It is H/W RAID.&lt;BR /&gt;&lt;BR /&gt;One more question:&lt;BR /&gt;&lt;BR /&gt;Do I need to mention somewhere that this is secondary Partition?.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Gulam.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Sep 2005 09:34:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-new-hard-disk-partition-filesystem-creation/m-p/3620667#M19487</guid>
      <dc:creator>Gulam Mohiuddin</dc:creator>
      <dc:date>2005-09-07T09:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Linux new hard disk partition/filesystem creation.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-new-hard-disk-partition-filesystem-creation/m-p/3620668#M19488</link>
      <description>&lt;BR /&gt;you dont have to mention it as secondary hard disk. It will be treated by its name (/dev/sdb).&lt;BR /&gt;&lt;BR /&gt;For eg: to create single partition on the new hard disk which occupies full hard disk, do something like this:&lt;BR /&gt;&lt;BR /&gt;fdisk /dev/sdb&lt;BR /&gt;press 'n' to create new partition&lt;BR /&gt;press 'p' to create it as primary partition (e for extended)&lt;BR /&gt;press '1' to create it as first primary partition&lt;BR /&gt;type two enters, first one is for start of cylinder and second for end of cylinder. if you leave them blank by entering by default fdisk uses the default value (which is 0 and the maximum number of cylinders)&lt;BR /&gt;type 'w' to write this new partition information.&lt;BR /&gt;&lt;BR /&gt;after coming to shell reboot the system and format the new partition.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
      <pubDate>Thu, 08 Sep 2005 09:11:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-new-hard-disk-partition-filesystem-creation/m-p/3620668#M19488</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-09-08T09:11:14Z</dc:date>
    </item>
  </channel>
</rss>

