<?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: Adding Second HDD in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/adding-second-hdd/m-p/3386157#M14209</link>
    <description>Hi Turishi,&lt;BR /&gt;&lt;BR /&gt;first of all it's important to determine your real configuration.&lt;BR /&gt;&lt;BR /&gt;Please send us the output of dmesg, /proc/scsi/scsi, fstab.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Xyko</description>
    <pubDate>Mon, 04 Oct 2004 09:30:12 GMT</pubDate>
    <dc:creator>xyko_1</dc:creator>
    <dc:date>2004-10-04T09:30:12Z</dc:date>
    <item>
      <title>Adding Second HDD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-second-hdd/m-p/3386150#M14202</link>
      <description>Hi,&lt;BR /&gt;I had installed a additional hard drive on my Linux 7.2 server.when I try to access it says Unable to seek partition error.So plz let me the excat process how to Install a second HDD on working server.I have already 3 SCSI hdd installed,and this is fourth one which I want to install it.&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;Turishi</description>
      <pubDate>Fri, 24 Sep 2004 07:08:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-second-hdd/m-p/3386150#M14202</guid>
      <dc:creator>Turishi Malhotra</dc:creator>
      <dc:date>2004-09-24T07:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Second HDD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-second-hdd/m-p/3386151#M14203</link>
      <description>Hi Turishi,&lt;BR /&gt;&lt;BR /&gt;Normally the 4th hdd will be assigned to /dev/sdd.&lt;BR /&gt;Issue fdisk /dev/sdd command and create the partitions you want. After that you maybe need to reboot the server to have the change taken effect. And then you should create file system on the new partition. Such as issue mkfs -t ext2 -j /dev/sdd1 for create the ext3 file system on the first partition.&lt;BR /&gt;And you could mount it for using.&lt;BR /&gt;mount -t ext3 /dev/sdd1 /any-diretory&lt;BR /&gt;&lt;BR /&gt;Yongye</description>
      <pubDate>Fri, 24 Sep 2004 07:21:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-second-hdd/m-p/3386151#M14203</guid>
      <dc:creator>yongye_1</dc:creator>
      <dc:date>2004-09-24T07:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Second HDD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-second-hdd/m-p/3386152#M14204</link>
      <description>Hi Yonge,&lt;BR /&gt;&lt;BR /&gt;I did same as u mentioned but after that only it gives partition seek error.&lt;BR /&gt;So plz let me know waht all I can check to make sure that is it configured in right way.&lt;BR /&gt;&lt;BR /&gt;thanks &lt;BR /&gt;turishi.</description>
      <pubDate>Fri, 24 Sep 2004 07:37:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-second-hdd/m-p/3386152#M14204</guid>
      <dc:creator>Turishi Malhotra</dc:creator>
      <dc:date>2004-09-24T07:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Second HDD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-second-hdd/m-p/3386153#M14205</link>
      <description>try to use &lt;BR /&gt;# cfdisk /dev/sdxx&lt;BR /&gt;&lt;BR /&gt;This is similar to fdisk but is a semi-graphical tool.&lt;BR /&gt;I prefer use this for manage partition tables!&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Sep 2004 10:20:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-second-hdd/m-p/3386153#M14205</guid>
      <dc:creator>Marco Di Ianni</dc:creator>
      <dc:date>2004-09-28T10:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Second HDD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-second-hdd/m-p/3386154#M14206</link>
      <description>Use of the fdisk/cdisk utility is required to create the partitions and assign the type.&lt;BR /&gt;&lt;BR /&gt;Once completed you can run the mke2fs utility on these new partitions to make the filesystem on the respective partition. If using ext3 use the -j option. Be sure to use the correct filesystem creation command based on the filesystems you are using.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Sep 2004 16:25:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-second-hdd/m-p/3386154#M14206</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2004-09-30T16:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Second HDD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-second-hdd/m-p/3386155#M14207</link>
      <description>Use of the fdisk/cdisk utility is required to create the partitions and assign the type.&lt;BR /&gt;&lt;BR /&gt;Once completed you can run the mke2fs utility on these new partitions to make the filesystem on the respective partition. If using ext3 use the -j option. Be sure to use the correct filesystem creation command based on the filesystems you are using.&lt;BR /&gt;&lt;BR /&gt;From here add the requisite entry in the /etc/fstab and mount&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Sep 2004 16:26:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-second-hdd/m-p/3386155#M14207</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2004-09-30T16:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Second HDD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-second-hdd/m-p/3386156#M14208</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;try fdisk /dev/sd&lt;X&gt;&lt;BR /&gt;type "o" to create a new empty partition table.&lt;BR /&gt;create new partitions with "n".&lt;BR /&gt;set the id to 83 (Linux) with "t" or 82 (Linux Swap) or 8e (Linux LVM) or fd (Linux raid auto), ...&lt;BR /&gt;type "w" to write your selection.&lt;BR /&gt;&lt;BR /&gt;Then you have to create the filesystem with (mkfs.ext2 /dev/sd&lt;X&gt;&lt;Y&gt;, mkfs.ext3 ...,,mkfs.reiserfs ..., mkswap ..., ...)&lt;BR /&gt;&lt;BR /&gt;now it's ready to mount the partition&lt;/Y&gt;&lt;/X&gt;&lt;/X&gt;</description>
      <pubDate>Mon, 04 Oct 2004 08:24:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-second-hdd/m-p/3386156#M14208</guid>
      <dc:creator>Johannes Krackowizer_1</dc:creator>
      <dc:date>2004-10-04T08:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Second HDD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-second-hdd/m-p/3386157#M14209</link>
      <description>Hi Turishi,&lt;BR /&gt;&lt;BR /&gt;first of all it's important to determine your real configuration.&lt;BR /&gt;&lt;BR /&gt;Please send us the output of dmesg, /proc/scsi/scsi, fstab.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Xyko</description>
      <pubDate>Mon, 04 Oct 2004 09:30:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-second-hdd/m-p/3386157#M14209</guid>
      <dc:creator>xyko_1</dc:creator>
      <dc:date>2004-10-04T09:30:12Z</dc:date>
    </item>
  </channel>
</rss>

