<?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: creating new linux filesystem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/creating-new-linux-filesystem/m-p/2635398#M976</link>
    <description>Greald,&lt;BR /&gt;&lt;BR /&gt;The following link should help you.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sistina.com/products_lvm.htm" target="_blank"&gt;www.sistina.com/products_lvm.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;JRC</description>
    <pubDate>Wed, 26 Dec 2001 14:53:45 GMT</pubDate>
    <dc:creator>Junior C.</dc:creator>
    <dc:date>2001-12-26T14:53:45Z</dc:date>
    <item>
      <title>creating new linux filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/creating-new-linux-filesystem/m-p/2635397#M975</link>
      <description>I 've installed RH Linux 7.2 on a Intel processor. I have 70 Gbytes of disk space&lt;BR /&gt;on my IDE disk drive. I want to create&lt;BR /&gt;several new filesystems(u0, u1, u2; u3)&lt;BR /&gt;on the same disks. What is the best(easiest)&lt;BR /&gt;way of accomplishing this?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 26 Dec 2001 03:09:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/creating-new-linux-filesystem/m-p/2635397#M975</guid>
      <dc:creator>Gerald_7</dc:creator>
      <dc:date>2001-12-26T03:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: creating new linux filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/creating-new-linux-filesystem/m-p/2635398#M976</link>
      <description>Greald,&lt;BR /&gt;&lt;BR /&gt;The following link should help you.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sistina.com/products_lvm.htm" target="_blank"&gt;www.sistina.com/products_lvm.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;JRC</description>
      <pubDate>Wed, 26 Dec 2001 14:53:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/creating-new-linux-filesystem/m-p/2635398#M976</guid>
      <dc:creator>Junior C.</dc:creator>
      <dc:date>2001-12-26T14:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: creating new linux filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/creating-new-linux-filesystem/m-p/2635399#M977</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;(1) use  fdisk to create partition.&lt;BR /&gt;(2) use mkfs to create filesystem&lt;BR /&gt;    &lt;BR /&gt;  # mkfs -t ext2 /dev/hdax   (ext2 fs)&lt;BR /&gt;  # mke2fs -j /dev/hdax   (ext3 fs)&lt;BR /&gt;  # mkfs -t msdos /dev/hdax  (dos fs)&lt;BR /&gt;&lt;BR /&gt;(3) mount fs  (edit /etc/fstab)&lt;BR /&gt;&lt;BR /&gt;(4) Enjoy&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Dec 2001 11:33:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/creating-new-linux-filesystem/m-p/2635399#M977</guid>
      <dc:creator>I_M</dc:creator>
      <dc:date>2001-12-27T11:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: creating new linux filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/creating-new-linux-filesystem/m-p/2635400#M978</link>
      <description>Will using fdisk and mkfs be innocolous to the &lt;BR /&gt;RH O.S. and file systems currently installed&lt;BR /&gt;on the disk drive?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;gerald</description>
      <pubDate>Thu, 27 Dec 2001 18:59:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/creating-new-linux-filesystem/m-p/2635400#M978</guid>
      <dc:creator>Gerald_7</dc:creator>
      <dc:date>2001-12-27T18:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: creating new linux filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/creating-new-linux-filesystem/m-p/2635401#M979</link>
      <description>Hi Gerald,&lt;BR /&gt;use ext3 file system rather then ext2. It is fast to recover and you have less data loss.&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Thu, 27 Dec 2001 21:00:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/creating-new-linux-filesystem/m-p/2635401#M979</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2001-12-27T21:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: creating new linux filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/creating-new-linux-filesystem/m-p/2635402#M980</link>
      <description>Gerald -- that depends on whether you have "extra" - unused space. &lt;BR /&gt;&lt;BR /&gt;If you've already assigned all space on the drive to partitions, obviously you'll have to redo the whole thang and start over -- there not being any way to gracefully reduce an active partition.&lt;BR /&gt;&lt;BR /&gt;If you do have un-allocated space, allocating it shouldn't do violence to existing partitions.</description>
      <pubDate>Fri, 28 Dec 2001 23:04:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/creating-new-linux-filesystem/m-p/2635402#M980</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2001-12-28T23:04:24Z</dc:date>
    </item>
  </channel>
</rss>

