<?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: How to check for unallocated disk space on Red Hat 3.0? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-for-unallocated-disk-space-on-red-hat-3-0/m-p/4353918#M35124</link>
    <description>I don't have /dev/sda4 listed on the df -h output.&lt;BR /&gt;&lt;BR /&gt;/dev/sda4 3099 17816 118222335 f Win95 Ext'd (LBA)&lt;BR /&gt;&lt;BR /&gt;Is this unallocated?   What command do I use to create a new filesystem with some of this space?</description>
    <pubDate>Fri, 06 Feb 2009 22:26:17 GMT</pubDate>
    <dc:creator>Debbie Fleith</dc:creator>
    <dc:date>2009-02-06T22:26:17Z</dc:date>
    <item>
      <title>How to check for unallocated disk space on Red Hat 3.0?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-for-unallocated-disk-space-on-red-hat-3-0/m-p/4353915#M35121</link>
      <description>I need to create a new filesystem with unallocated disk space that I know we reserved.  However, I'm not finding any GUI tools to show me the disk space available on this server.&lt;BR /&gt;&lt;BR /&gt;fdisk -l shows me the following, but I don't see "unallocated" anywhere...&lt;BR /&gt; Disk /dev/sda: 146.5 GB, 146548981760 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 17816 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;   Device Boot    Start       End    Blocks   Id  System&lt;BR /&gt;/dev/sda1   *         1        38    305203+  83  Linux&lt;BR /&gt;/dev/sda2            39      1568  12289725   83  Linux&lt;BR /&gt;/dev/sda3          1569      3098  12289725   83  Linux&lt;BR /&gt;/dev/sda4          3099     17816 118222335    f  Win95 Ext'd (LBA)&lt;BR /&gt;/dev/sda5          3099      4628  12289693+  83  Linux&lt;BR /&gt;/dev/sda6          4629      5266   5124703+  83  Linux&lt;BR /&gt;/dev/sda7          5267      5649   3076416   83  Linux&lt;BR /&gt;/dev/sda8          5650      5904   2048256   83  Linux&lt;BR /&gt;/dev/sda9          5905      6159   2048256   82  Linux swap&lt;BR /&gt;/dev/sda10         6160      6287   1028128+  83  Linux&lt;BR /&gt;/dev/sda11         6288      6389    819283+  83  Linux&lt;BR /&gt;&lt;BR /&gt;What commands to I need to run to see unallocated disk space under this Red Hat platform?</description>
      <pubDate>Fri, 06 Feb 2009 20:27:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-for-unallocated-disk-space-on-red-hat-3-0/m-p/4353915#M35121</guid>
      <dc:creator>Debbie Fleith</dc:creator>
      <dc:date>2009-02-06T20:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to check for unallocated disk space on Red Hat 3.0?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-for-unallocated-disk-space-on-red-hat-3-0/m-p/4353916#M35122</link>
      <description>Use a combination of fdisk -l, df -h, swap -l, to identify of one of the partitions are not in use. Match the output of df -h with fdisk -l.&lt;BR /&gt;&lt;BR /&gt;There is no magic "unallocated" output.</description>
      <pubDate>Fri, 06 Feb 2009 20:45:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-for-unallocated-disk-space-on-red-hat-3-0/m-p/4353916#M35122</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-02-06T20:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to check for unallocated disk space on Red Hat 3.0?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-for-unallocated-disk-space-on-red-hat-3-0/m-p/4353917#M35123</link>
      <description>Its still not clear how much unallocated space there is.   On my df -h, is the Filesystem labeled "none" the unallocated?&lt;BR /&gt;[root@dentahiti gbg]# df -h&lt;BR /&gt;Filesystem            Size  Used Avail Use% Mounted on&lt;BR /&gt;/dev/sda11            788M  284M  464M  38% /&lt;BR /&gt;/dev/sda1             289M   19M  255M   7% /boot&lt;BR /&gt;/dev/sda5              12G  7.6G  3.5G  69% /database&lt;BR /&gt;/dev/sda3              12G  8.5G  2.6G  77% /db3&lt;BR /&gt;/dev/sda2              12G  9.6G  1.5G  88% /db2&lt;BR /&gt;/dev/sda8             2.0G  1.3G  574M  70% /home&lt;BR /&gt;none                  501M     0  501M   0% /dev/shm&lt;BR /&gt;/dev/sda10            989M   31M  908M   4% /tmp&lt;BR /&gt;/dev/sda6             4.9G  3.4G  1.2G  74% /usr&lt;BR /&gt;/dev/sda7             2.9G  498M  2.3G  18% /var&lt;BR /&gt;172.16.40.40:/u        20G  1.4G   17G   8% /mnt/u&lt;BR /&gt;172.16.40.40:/home     29G  3.8G   24G  14% /mnt/home&lt;BR /&gt;172.16.40.40:/u2      4.9G  220M  4.4G   5% /mnt/u2&lt;BR /&gt;172.16.40.40:/dtx     9.7G  237M  9.0G   3% /mnt/dtx&lt;BR /&gt;172.16.40.40:/v        20G  173M   19G   1% /mnt/v&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Feb 2009 21:52:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-for-unallocated-disk-space-on-red-hat-3-0/m-p/4353917#M35123</guid>
      <dc:creator>Debbie Fleith</dc:creator>
      <dc:date>2009-02-06T21:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to check for unallocated disk space on Red Hat 3.0?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-for-unallocated-disk-space-on-red-hat-3-0/m-p/4353918#M35124</link>
      <description>I don't have /dev/sda4 listed on the df -h output.&lt;BR /&gt;&lt;BR /&gt;/dev/sda4 3099 17816 118222335 f Win95 Ext'd (LBA)&lt;BR /&gt;&lt;BR /&gt;Is this unallocated?   What command do I use to create a new filesystem with some of this space?</description>
      <pubDate>Fri, 06 Feb 2009 22:26:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-for-unallocated-disk-space-on-red-hat-3-0/m-p/4353918#M35124</guid>
      <dc:creator>Debbie Fleith</dc:creator>
      <dc:date>2009-02-06T22:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to check for unallocated disk space on Red Hat 3.0?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-for-unallocated-disk-space-on-red-hat-3-0/m-p/4353919#M35125</link>
      <description>The /dev/sda4 is the extended partition, and then you have logical partitions on it startin with sda5 to sda11.&lt;BR /&gt;&lt;BR /&gt;Considering that the extended partition has 118222335 in size, and the sum of all logical partition is 26434735, then yes, you have 91787600 free in the extended partition to create new logical partitions.&lt;BR /&gt;&lt;BR /&gt;You can use the fdisk /dev/sda command, with the "n" fdisk command to create new logical partitions. Then create a file system with the mkfs -t ext3 /dev/sdaX command, and mount it.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 07 Feb 2009 20:34:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-for-unallocated-disk-space-on-red-hat-3-0/m-p/4353919#M35125</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-02-07T20:34:16Z</dc:date>
    </item>
  </channel>
</rss>

