<?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 Resizing ReiserFS on SUSE Ent 9 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355869#M35169</link>
    <description>I am trying to resize/extend the file system on SUSE 9.  The LUN is from HP EVA.  Partitioner in YaST reads as follows:&lt;BR /&gt;/dev/sda     1.2TB  HSV200            0  163176&lt;BR /&gt;/dev/sda1  999.9GB  Linux native  /u  0  130534&lt;BR /&gt;When I choose /dev/sda1 and click on Resize and try to take up the unused space, I get a "resize failed" error.  Please help.</description>
    <pubDate>Tue, 10 Feb 2009 18:33:39 GMT</pubDate>
    <dc:creator>WayneKim</dc:creator>
    <dc:date>2009-02-10T18:33:39Z</dc:date>
    <item>
      <title>Resizing ReiserFS on SUSE Ent 9</title>
      <link>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355869#M35169</link>
      <description>I am trying to resize/extend the file system on SUSE 9.  The LUN is from HP EVA.  Partitioner in YaST reads as follows:&lt;BR /&gt;/dev/sda     1.2TB  HSV200            0  163176&lt;BR /&gt;/dev/sda1  999.9GB  Linux native  /u  0  130534&lt;BR /&gt;When I choose /dev/sda1 and click on Resize and try to take up the unused space, I get a "resize failed" error.  Please help.</description>
      <pubDate>Tue, 10 Feb 2009 18:33:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355869#M35169</guid>
      <dc:creator>WayneKim</dc:creator>
      <dc:date>2009-02-10T18:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing ReiserFS on SUSE Ent 9</title>
      <link>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355870#M35170</link>
      <description>Are you using LVM?. If you're not, you should unmount the filesystem, delete the first partition and recreate it again with the new size. As a last step, run resize_reiserfs.&lt;BR /&gt;&lt;BR /&gt;Obviously, this is all without warranty :D</description>
      <pubDate>Tue, 10 Feb 2009 20:30:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355870#M35170</guid>
      <dc:creator>Ciro  Iriarte</dc:creator>
      <dc:date>2009-02-10T20:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing ReiserFS on SUSE Ent 9</title>
      <link>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355871#M35171</link>
      <description>I'm looking for a way to not have to delete the partition.  Is it not possible to just claim the unused space and extend the existing file system?</description>
      <pubDate>Tue, 10 Feb 2009 21:22:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355871#M35171</guid>
      <dc:creator>WayneKim</dc:creator>
      <dc:date>2009-02-10T21:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing ReiserFS on SUSE Ent 9</title>
      <link>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355872#M35172</link>
      <description>Umount FS. Extend partition using EVA GUI.&lt;BR /&gt;Use parted from shell and extend partition table.&lt;BR /&gt;Use resize_reiserfs.&lt;BR /&gt;to extend FS.</description>
      <pubDate>Wed, 11 Feb 2009 01:33:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355872#M35172</guid>
      <dc:creator>GiTs_1</dc:creator>
      <dc:date>2009-02-11T01:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing ReiserFS on SUSE Ent 9</title>
      <link>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355873#M35173</link>
      <description>1, Umount the file system&lt;BR /&gt;2, extend the partition using EVA GUI.&lt;BR /&gt;3, to recognize the new(extension) size of disk, you have to reboot the OS (SLES 10)&lt;BR /&gt;4, after the system boots, now using fdisk/cfdisk/yast, you can see the new(extended) disk size&lt;BR /&gt;&lt;BR /&gt;But 'df -hT' still shows the old(small) size.&lt;BR /&gt;&lt;BR /&gt;5, now run the following command&lt;BR /&gt;# resize_reiserfs /dev/sda1&lt;BR /&gt;&lt;BR /&gt;To verify, run "df -hT"&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 11 Feb 2009 10:58:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355873#M35173</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2009-02-11T10:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing ReiserFS on SUSE Ent 9</title>
      <link>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355874#M35174</link>
      <description>Am I doing the "resize" command while the file system is unmounted?</description>
      <pubDate>Wed, 11 Feb 2009 15:37:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355874#M35174</guid>
      <dc:creator>WayneKim</dc:creator>
      <dc:date>2009-02-11T15:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing ReiserFS on SUSE Ent 9</title>
      <link>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355875#M35175</link>
      <description>resize_reiserfs can be run online, the delete/create partition procedure doesn't delete the data (it's supposed to be safe, but you never know :D)...</description>
      <pubDate>Wed, 11 Feb 2009 19:05:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355875#M35175</guid>
      <dc:creator>Ciro  Iriarte</dc:creator>
      <dc:date>2009-02-11T19:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing ReiserFS on SUSE Ent 9</title>
      <link>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355876#M35176</link>
      <description>"resize_reiserfs /dev/sda1" did not extend the file system.  It still shows at 1TB and doesn't claim the 250GB unused space.&lt;BR /&gt;&lt;BR /&gt;odsprismaserver:~ # df -hT&lt;BR /&gt;Filesystem    Type    Size  Used Avail Use% Mounted on&lt;BR /&gt;/dev/cciss/c0d0p2&lt;BR /&gt;          reiserfs    5.1G  2.8G  2.3G  55% /&lt;BR /&gt;tmpfs        tmpfs    1.7G  4.0K  1.7G   1% /dev/shm&lt;BR /&gt;/dev/cciss/c0d0p3&lt;BR /&gt;          reiserfs     63G  3.1G   60G   5% /Prisma_Files&lt;BR /&gt;/dev/sda1 reiserfs   1000G  422G  578G  43% /u&lt;BR /&gt;odsprismarip:/var/db/forms&lt;BR /&gt;               nfs    250G   13G  238G   5% /var/db/forms&lt;BR /&gt;odsprismaserver:~ # resize_reiserfs /dev/sda1&lt;BR /&gt;resize_reiserfs 3.6.19 (2003 &lt;A href="http://www.namesys.com)" target="_blank"&gt;www.namesys.com)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;resize_reiserfs: On-line resizing finished successfully.&lt;BR /&gt;&lt;BR /&gt;odsprismaserver:~ # df -hT&lt;BR /&gt;Filesystem    Type    Size  Used Avail Use% Mounted on&lt;BR /&gt;/dev/cciss/c0d0p2&lt;BR /&gt;          reiserfs    5.1G  2.8G  2.3G  55% /&lt;BR /&gt;tmpfs        tmpfs    1.7G  4.0K  1.7G   1% /dev/shm&lt;BR /&gt;/dev/cciss/c0d0p3&lt;BR /&gt;          reiserfs     63G  3.1G   60G   5% /Prisma_Files&lt;BR /&gt;/dev/sda1 reiserfs   1000G  422G  578G  43% /u&lt;BR /&gt;odsprismarip:/var/db/forms&lt;BR /&gt;               nfs    250G   13G  238G   5% /var/db/forms&lt;BR /&gt;&lt;BR /&gt;Any idea??</description>
      <pubDate>Wed, 11 Feb 2009 21:53:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355876#M35176</guid>
      <dc:creator>WayneKim</dc:creator>
      <dc:date>2009-02-11T21:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing ReiserFS on SUSE Ent 9</title>
      <link>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355877#M35177</link>
      <description>does the OS is at SP3 level(it should be at SP 4)&lt;BR /&gt;whats the output of 'SPident' ?&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Feb 2009 05:43:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355877#M35177</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2009-02-12T05:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing ReiserFS on SUSE Ent 9</title>
      <link>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355878#M35178</link>
      <description>odsprismaserver:~ # SPident&lt;BR /&gt;&lt;BR /&gt;CONCLUSION: System is up-to-date!&lt;BR /&gt;  found    SLES-9-i386-SP3 + "online updates"&lt;BR /&gt;&lt;BR /&gt;The system is under certain requirements to support the application that it's running.  I am not able to independently upgrade the SP level of the OS as it violates the SLA of the application's vendor.  Is SP4 an absolute requirement for resizing to work?</description>
      <pubDate>Thu, 12 Feb 2009 06:26:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355878#M35178</guid>
      <dc:creator>WayneKim</dc:creator>
      <dc:date>2009-02-12T06:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing ReiserFS on SUSE Ent 9</title>
      <link>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355879#M35179</link>
      <description>&amp;gt; Is SP4 an absolute requirement for resizing to work?&lt;BR /&gt;No.&lt;BR /&gt;as SP3 is also too old(I think it was released in 2006), So a lot many updates/features/fixes you are missing. &lt;BR /&gt;as you already performed the proper method of resizing, I suspect that it might be a issue/limitation of reiserfs module, that shipped with SLES 9 SP3.&lt;BR /&gt;If it is possible, try to upgrade only the "reiserfs" package from sles9 sp4.&lt;BR /&gt;&lt;BR /&gt;Caution:&lt;BR /&gt;I havent upgrade the reiserfs(as suggested), so I take no responsibility ;(&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Feb 2009 11:29:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355879#M35179</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2009-02-12T11:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing ReiserFS on SUSE Ent 9</title>
      <link>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355880#M35180</link>
      <description>Hello Again,&lt;BR /&gt;&lt;BR /&gt;Having in main that we have random writes on mounted files structure it is better to unmount FS before resize. &lt;BR /&gt;What was output when you try to resize ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Feb 2009 14:59:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355880#M35180</guid>
      <dc:creator>GiTs_1</dc:creator>
      <dc:date>2009-02-12T14:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing ReiserFS on SUSE Ent 9</title>
      <link>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355881#M35181</link>
      <description>The output is posted above.  It basically told me resize was successful but df shows that the file system is still the same size.</description>
      <pubDate>Thu, 12 Feb 2009 15:26:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355881#M35181</guid>
      <dc:creator>WayneKim</dc:creator>
      <dc:date>2009-02-12T15:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing ReiserFS on SUSE Ent 9</title>
      <link>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355882#M35182</link>
      <description>Anyone else have any idea to my problem?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 19 Feb 2009 21:02:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355882#M35182</guid>
      <dc:creator>WayneKim</dc:creator>
      <dc:date>2009-02-19T21:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing ReiserFS on SUSE Ent 9</title>
      <link>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355883#M35183</link>
      <description>Reading back through your earlier postings I don't see any statement that you managed to resize the partition.  But you went on to trying to resize the filesystem anyway.  You need to resize the partition with a tool like parted before you can resize the filesystem.  It will not be able to make the filesystem larger than the size reported for /dev/sda1.&lt;BR /&gt;Try the parted command and see what you can do with its resize operation.</description>
      <pubDate>Sat, 21 Feb 2009 02:52:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355883#M35183</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2009-02-21T02:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing ReiserFS on SUSE Ent 9</title>
      <link>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355884#M35184</link>
      <description>You can't just "reclaim" the free space as the filesystem lives on top of a partition.&lt;BR /&gt;&lt;BR /&gt;Parted has a resize option:&lt;BR /&gt;&lt;A href="http://www.gnu.org/software/parted/manual/html_mono/parted.html#SEC25" target="_blank"&gt;http://www.gnu.org/software/parted/manual/html_mono/parted.html#SEC25&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But I personally prefer the delete/create path, is faster (you don't have to calculate start and end).&lt;BR /&gt;&lt;BR /&gt;Also, next time you can create the filesystem just on top of the LUN, without partitions.&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Sun, 22 Feb 2009 00:34:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355884#M35184</guid>
      <dc:creator>Ciro  Iriarte</dc:creator>
      <dc:date>2009-02-22T00:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing ReiserFS on SUSE Ent 9</title>
      <link>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355885#M35185</link>
      <description>Isn't the "Resize" option in Partitioner (in YaST) basically trying to do the samething as what you indicate "parted" would do?  I don't understand what the difference is.&lt;BR /&gt;&lt;BR /&gt;Below is the output of "parted /dev/sda1" :&lt;BR /&gt;odsprismaserver:~ # parted /dev/sda1&lt;BR /&gt;GNU Parted 1.6.21&lt;BR /&gt;Copyright (C) 1998 - 2004 Free Software Foundation, Inc.&lt;BR /&gt;This program is free software, covered by the GNU General Public License.&lt;BR /&gt;&lt;BR /&gt;This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;&lt;BR /&gt;without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See&lt;BR /&gt;the GNU General Public License for more details.&lt;BR /&gt;&lt;BR /&gt;Using /dev/sda1&lt;BR /&gt;(parted) print&lt;BR /&gt;Disk geometry for /dev/sda1: 0.000-1023949.969 megabytes&lt;BR /&gt;Disk label type: loop&lt;BR /&gt;Minor    Start       End     Filesystem  Flags&lt;BR /&gt;1          0.000 1023949.969  reiserfs&lt;BR /&gt;(parted)&lt;BR /&gt;&lt;BR /&gt;When using the resize option, how do I know what the end value is?  Do I have to umount the filesystem prior to resizing?  Sorry if these questions seem elementary as I am not familiar with this process.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Feb 2009 00:20:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/resizing-reiserfs-on-suse-ent-9/m-p/4355885#M35185</guid>
      <dc:creator>WayneKim</dc:creator>
      <dc:date>2009-02-24T00:20:30Z</dc:date>
    </item>
  </channel>
</rss>

