<?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 FileSystem Creation in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-filesystem-creation/m-p/3002998#M5240</link>
    <description>You can read these articles&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linux-mag.com/cgi-bin/printer.pl?issue=2001-09&amp;amp;article=guru" target="_blank"&gt;http://www.linux-mag.com/cgi-bin/printer.pl?issue=2001-09&amp;amp;article=guru&lt;/A&gt; - Adding a New Hard Disk  &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.ibiblio.org/pub/Linux/docs/HOWTO/mini/other-formats/html_single/Hard-Disk-Upgrade.html" target="_blank"&gt;http://www.ibiblio.org/pub/Linux/docs/HOWTO/mini/other-formats/html_single/Hard-Disk-Upgrade.html&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linuxplanet.com/linuxplanet/tutorials/4232/1/" target="_blank"&gt;http://www.linuxplanet.com/linuxplanet/tutorials/4232/1/&lt;/A&gt; Tutorial: Adding Additional Hard Drives in Linux&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.faqts.com/knowledge_base/view.phtml/aid/1263/fid/107" target="_blank"&gt;http://www.faqts.com/knowledge_base/view.phtml/aid/1263/fid/107&lt;/A&gt; How can I add new hard disk after I've installed Linux?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if you want to learn this in-depth.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Vitaly.</description>
    <pubDate>Fri, 20 Jun 2003 07:29:24 GMT</pubDate>
    <dc:creator>Vitaly Karasik_1</dc:creator>
    <dc:date>2003-06-20T07:29:24Z</dc:date>
    <item>
      <title>Linux FileSystem Creation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-filesystem-creation/m-p/3002996#M5238</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I am new in Linux world. I would like to know how to create file system in Linux. I am using Linux Advance Server in Itanium rx5670 server &amp;amp; Linux kernel version is 2.4.18-e.12smp.&lt;BR /&gt;&lt;BR /&gt;I have configured all the file system during Linux installation. Now I would like to configure some more new file systems.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Jun 2003 02:22:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-filesystem-creation/m-p/3002996#M5238</guid>
      <dc:creator>sdip</dc:creator>
      <dc:date>2003-06-20T02:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Linux FileSystem Creation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-filesystem-creation/m-p/3002997#M5239</link>
      <description>Depending on what type of file systems you want to make (and whether you want to use software raid etc.) depends on how far you want to go.&lt;BR /&gt;&lt;BR /&gt;The simplest part of it is the issuing of the 'mkfs' command.&lt;BR /&gt;&lt;BR /&gt;Before that you'll obviously have to partition the disk (using 'fdisk' or 'sfdisk' or some other partitioning utility), making sure you select the right file system type (usually 83 for 'native linux' or ext2).&lt;BR /&gt;&lt;BR /&gt;These commands like to know which disk your talking about, so you'll have to figrue out whether it's an IDE disk you're using (and thus /dev/hd[abcd]) or a SCSI disk (using /dev/sd[a-z]).&lt;BR /&gt;&lt;BR /&gt;Using the command 'dmesg', or looking at the log file '/var/log/dmesg' should help you figure out what sort of disk it is, and what it is called in the system (look for lines starting with 'sd' or 'hd').&lt;BR /&gt;&lt;BR /&gt;If you need specific help with any step, please don't hesitate to ask, just try to give us a few more details so we can be specific with our advice..</description>
      <pubDate>Fri, 20 Jun 2003 04:14:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-filesystem-creation/m-p/3002997#M5239</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-06-20T04:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Linux FileSystem Creation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-filesystem-creation/m-p/3002998#M5240</link>
      <description>You can read these articles&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linux-mag.com/cgi-bin/printer.pl?issue=2001-09&amp;amp;article=guru" target="_blank"&gt;http://www.linux-mag.com/cgi-bin/printer.pl?issue=2001-09&amp;amp;article=guru&lt;/A&gt; - Adding a New Hard Disk  &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.ibiblio.org/pub/Linux/docs/HOWTO/mini/other-formats/html_single/Hard-Disk-Upgrade.html" target="_blank"&gt;http://www.ibiblio.org/pub/Linux/docs/HOWTO/mini/other-formats/html_single/Hard-Disk-Upgrade.html&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linuxplanet.com/linuxplanet/tutorials/4232/1/" target="_blank"&gt;http://www.linuxplanet.com/linuxplanet/tutorials/4232/1/&lt;/A&gt; Tutorial: Adding Additional Hard Drives in Linux&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.faqts.com/knowledge_base/view.phtml/aid/1263/fid/107" target="_blank"&gt;http://www.faqts.com/knowledge_base/view.phtml/aid/1263/fid/107&lt;/A&gt; How can I add new hard disk after I've installed Linux?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if you want to learn this in-depth.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Vitaly.</description>
      <pubDate>Fri, 20 Jun 2003 07:29:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-filesystem-creation/m-p/3002998#M5240</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2003-06-20T07:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Linux FileSystem Creation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-filesystem-creation/m-p/3002999#M5241</link>
      <description>does this help.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/admin-primer/s1-storage-rhlspec.html#S2-STORAGE-ADDREM" target="_blank"&gt;http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/admin-primer/s1-storage-rhlspec.html#S2-STORAGE-ADDREM&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and go here if u need more help.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/" target="_blank"&gt;www.redhat.com/docs/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-balaji</description>
      <pubDate>Fri, 20 Jun 2003 10:01:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-filesystem-creation/m-p/3002999#M5241</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-06-20T10:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Linux FileSystem Creation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-filesystem-creation/m-p/3003000#M5242</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;It's not so hard you must create partition&lt;BR /&gt;with fdisk/sfdisk and set the type.&lt;BR /&gt;After all you need is to&lt;BR /&gt;use the mkfs command with parameter of wanted&lt;BR /&gt;filesystem and it will create the filesystem&lt;BR /&gt;on the partition.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Fri, 20 Jun 2003 10:21:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-filesystem-creation/m-p/3003000#M5242</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-06-20T10:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Linux FileSystem Creation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-filesystem-creation/m-p/3003001#M5243</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;On IA64, you need to use parted to create/delete new partitions. fdisk may NOT work for you.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jun 2003 08:58:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-filesystem-creation/m-p/3003001#M5243</guid>
      <dc:creator>I_M</dc:creator>
      <dc:date>2003-06-25T08:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Linux FileSystem Creation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-filesystem-creation/m-p/3003002#M5244</link>
      <description>Give a look at LVM. Maybe it could be useful for you.&lt;BR /&gt;&lt;BR /&gt;look for LVM-HOWTO at &lt;A href="http://www.tldp.org." target="_blank"&gt;www.tldp.org.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;Claudio</description>
      <pubDate>Wed, 25 Jun 2003 09:20:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-filesystem-creation/m-p/3003002#M5244</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2003-06-25T09:20:02Z</dc:date>
    </item>
  </channel>
</rss>

