- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Resizing ReiserFS on SUSE Ent 9
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-10-2009 10:33 AM
тАО02-10-2009 10:33 AM
Resizing ReiserFS on SUSE Ent 9
/dev/sda 1.2TB HSV200 0 163176
/dev/sda1 999.9GB Linux native /u 0 130534
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-10-2009 12:30 PM
тАО02-10-2009 12:30 PM
Re: Resizing ReiserFS on SUSE Ent 9
Obviously, this is all without warranty :D
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-10-2009 01:22 PM
тАО02-10-2009 01:22 PM
Re: Resizing ReiserFS on SUSE Ent 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-10-2009 05:33 PM
тАО02-10-2009 05:33 PM
Re: Resizing ReiserFS on SUSE Ent 9
Use parted from shell and extend partition table.
Use resize_reiserfs.
to extend FS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2009 02:58 AM
тАО02-11-2009 02:58 AM
Re: Resizing ReiserFS on SUSE Ent 9
2, extend the partition using EVA GUI.
3, to recognize the new(extension) size of disk, you have to reboot the OS (SLES 10)
4, after the system boots, now using fdisk/cfdisk/yast, you can see the new(extended) disk size
But 'df -hT' still shows the old(small) size.
5, now run the following command
# resize_reiserfs /dev/sda1
To verify, run "df -hT"
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2009 07:37 AM
тАО02-11-2009 07:37 AM
Re: Resizing ReiserFS on SUSE Ent 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2009 11:05 AM
тАО02-11-2009 11:05 AM
Re: Resizing ReiserFS on SUSE Ent 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2009 01:53 PM
тАО02-11-2009 01:53 PM
Re: Resizing ReiserFS on SUSE Ent 9
odsprismaserver:~ # df -hT
Filesystem Type Size Used Avail Use% Mounted on
/dev/cciss/c0d0p2
reiserfs 5.1G 2.8G 2.3G 55% /
tmpfs tmpfs 1.7G 4.0K 1.7G 1% /dev/shm
/dev/cciss/c0d0p3
reiserfs 63G 3.1G 60G 5% /Prisma_Files
/dev/sda1 reiserfs 1000G 422G 578G 43% /u
odsprismarip:/var/db/forms
nfs 250G 13G 238G 5% /var/db/forms
odsprismaserver:~ # resize_reiserfs /dev/sda1
resize_reiserfs 3.6.19 (2003 www.namesys.com)
resize_reiserfs: On-line resizing finished successfully.
odsprismaserver:~ # df -hT
Filesystem Type Size Used Avail Use% Mounted on
/dev/cciss/c0d0p2
reiserfs 5.1G 2.8G 2.3G 55% /
tmpfs tmpfs 1.7G 4.0K 1.7G 1% /dev/shm
/dev/cciss/c0d0p3
reiserfs 63G 3.1G 60G 5% /Prisma_Files
/dev/sda1 reiserfs 1000G 422G 578G 43% /u
odsprismarip:/var/db/forms
nfs 250G 13G 238G 5% /var/db/forms
Any idea??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2009 09:43 PM
тАО02-11-2009 09:43 PM
Re: Resizing ReiserFS on SUSE Ent 9
whats the output of 'SPident' ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2009 10:26 PM
тАО02-11-2009 10:26 PM
Re: Resizing ReiserFS on SUSE Ent 9
CONCLUSION: System is up-to-date!
found SLES-9-i386-SP3 + "online updates"
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2009 03:29 AM
тАО02-12-2009 03:29 AM
Re: Resizing ReiserFS on SUSE Ent 9
No.
as SP3 is also too old(I think it was released in 2006), So a lot many updates/features/fixes you are missing.
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.
If it is possible, try to upgrade only the "reiserfs" package from sles9 sp4.
Caution:
I havent upgrade the reiserfs(as suggested), so I take no responsibility ;(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2009 06:59 AM
тАО02-12-2009 06:59 AM
Re: Resizing ReiserFS on SUSE Ent 9
Having in main that we have random writes on mounted files structure it is better to unmount FS before resize.
What was output when you try to resize ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2009 07:26 AM
тАО02-12-2009 07:26 AM
Re: Resizing ReiserFS on SUSE Ent 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2009 01:02 PM
тАО02-19-2009 01:02 PM
Re: Resizing ReiserFS on SUSE Ent 9
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2009 06:52 PM
тАО02-20-2009 06:52 PM
Re: Resizing ReiserFS on SUSE Ent 9
Try the parted command and see what you can do with its resize operation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2009 04:34 PM
тАО02-21-2009 04:34 PM
Re: Resizing ReiserFS on SUSE Ent 9
Parted has a resize option:
http://www.gnu.org/software/parted/manual/html_mono/parted.html#SEC25
But I personally prefer the delete/create path, is faster (you don't have to calculate start and end).
Also, next time you can create the filesystem just on top of the LUN, without partitions.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-23-2009 04:20 PM
тАО02-23-2009 04:20 PM
Re: Resizing ReiserFS on SUSE Ent 9
Below is the output of "parted /dev/sda1" :
odsprismaserver:~ # parted /dev/sda1
GNU Parted 1.6.21
Copyright (C) 1998 - 2004 Free Software Foundation, Inc.
This program is free software, covered by the GNU General Public License.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
the GNU General Public License for more details.
Using /dev/sda1
(parted) print
Disk geometry for /dev/sda1: 0.000-1023949.969 megabytes
Disk label type: loop
Minor Start End Filesystem Flags
1 0.000 1023949.969 reiserfs
(parted)
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.
Thanks.