<?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 DELETE FILESYSTEM in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/delete-filesystem/m-p/3206676#M10334</link>
    <description>Here is the output of my 'df':&lt;BR /&gt;&lt;BR /&gt;Filesystem           1K-blocks      Used Available Use% Mounted on&lt;BR /&gt;/dev/sda1             11147884   7059044   3522552  67% /&lt;BR /&gt;/dev/sda2             50822584   1221080  47019860   3% /ASU&lt;BR /&gt;none                    192568         0    192568   0% /dev/shm&lt;BR /&gt;&lt;BR /&gt;I want to delete the /ASU ext3 partition and create a new /ASU xfs partition. I backed up the data to tape. How do I delete the active partition? I guess I'll use mkfs.xfs to create the new one, correct?&lt;BR /&gt;</description>
    <pubDate>Tue, 02 Mar 2004 07:59:28 GMT</pubDate>
    <dc:creator>Nobody's Hero</dc:creator>
    <dc:date>2004-03-02T07:59:28Z</dc:date>
    <item>
      <title>DELETE FILESYSTEM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/delete-filesystem/m-p/3206676#M10334</link>
      <description>Here is the output of my 'df':&lt;BR /&gt;&lt;BR /&gt;Filesystem           1K-blocks      Used Available Use% Mounted on&lt;BR /&gt;/dev/sda1             11147884   7059044   3522552  67% /&lt;BR /&gt;/dev/sda2             50822584   1221080  47019860   3% /ASU&lt;BR /&gt;none                    192568         0    192568   0% /dev/shm&lt;BR /&gt;&lt;BR /&gt;I want to delete the /ASU ext3 partition and create a new /ASU xfs partition. I backed up the data to tape. How do I delete the active partition? I guess I'll use mkfs.xfs to create the new one, correct?&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Mar 2004 07:59:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/delete-filesystem/m-p/3206676#M10334</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2004-03-02T07:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: DELETE FILESYSTEM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/delete-filesystem/m-p/3206677#M10335</link>
      <description>It probably would be a good idea to umount the filesystem first.&lt;BR /&gt;&lt;BR /&gt;Then mkfs.xfs /dev/sda2&lt;BR /&gt;&lt;BR /&gt;I don't do this very often though. &lt;BR /&gt;&lt;BR /&gt;Technically you could do it all from the GUI but I understand why you might want to learn the command line.&lt;BR /&gt;&lt;BR /&gt;Good Luck.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 02 Mar 2004 08:04:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/delete-filesystem/m-p/3206677#M10335</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-03-02T08:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: DELETE FILESYSTEM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/delete-filesystem/m-p/3206678#M10336</link>
      <description>first you have to umount the partition:&lt;BR /&gt;umount /dev/sda2 /ASU&lt;BR /&gt;&lt;BR /&gt;then just format the partition&lt;BR /&gt;mkfs.xfs /dev/sda2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;then mount it back or to whatever directory you wish....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Mar 2004 08:05:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/delete-filesystem/m-p/3206678#M10336</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-03-02T08:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: DELETE FILESYSTEM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/delete-filesystem/m-p/3206679#M10337</link>
      <description>test your backups first!</description>
      <pubDate>Tue, 02 Mar 2004 15:19:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/delete-filesystem/m-p/3206679#M10337</guid>
      <dc:creator>Paul Cross_1</dc:creator>
      <dc:date>2004-03-02T15:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: DELETE FILESYSTEM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/delete-filesystem/m-p/3206680#M10338</link>
      <description>Robert,&lt;BR /&gt;I would suggest you follow the sequence below for deleting a partition and creating a new partition on the same&lt;BR /&gt;&lt;BR /&gt;1. Backup the partition (You never know if &lt;BR /&gt;   some one asks for it)&lt;BR /&gt;&lt;BR /&gt;2. Unmount/Dismount the partition using the&lt;BR /&gt;   command &lt;BR /&gt;   umount /dev/sda2 /ASU&lt;BR /&gt;&lt;BR /&gt;3. Format the partition using the command &lt;BR /&gt;   line below&lt;BR /&gt;   mkfs.xfs /dev/sda2&lt;BR /&gt;&lt;BR /&gt;4. Mount the new partition&lt;BR /&gt;   mount /dev/sda2 &lt;MOUNTPOINT&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Mobeen&lt;/MOUNTPOINT&gt;</description>
      <pubDate>Wed, 03 Mar 2004 02:02:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/delete-filesystem/m-p/3206680#M10338</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2004-03-03T02:02:14Z</dc:date>
    </item>
  </channel>
</rss>

