Unix Technical Forum

Resize ext3?

This is a discussion on Resize ext3? within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> What alternatives to the parted program (programs for linux) are there in partition resizing? I want to resize an ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-19-2008, 06:13 PM
pango
 
Posts: n/a
Default Resize ext3?

What alternatives to the parted program (programs for linux) are there
in partition resizing? I want to resize an ext3-partition.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-19-2008, 06:13 PM
Realto Margarino
 
Posts: n/a
Default Re: Resize ext3?

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

pango <fotterst@broadpark.no> trolled:
> What alternatives to the parted program (programs for linux) are there
> in partition resizing? I want to resize an ext3-partition.


Forget linux. Partition Magic for windoze cannot be beat. You
_do_ have a windoze partition for emergencies, don't you?

cordially, as always,

rm

-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.8

iQA/AwUBQbpSDuEckfDWS6x8EQIP7ACeNCKFWhxrmJcXAa/bhKXXSU4S6/8AoLcM
5aqz9mCsBN+ooAzb2lJmPoRX
=rXR4
-----END PGP SIGNATURE-----
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-19-2008, 06:13 PM
Ralph Alvy
 
Posts: n/a
Default Re: Resize ext3?

Realto Margarino wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> pango <fotterst@broadpark.no> trolled:
>> What alternatives to the parted program (programs for linux) are there
>> in partition resizing? I want to resize an ext3-partition.

>
> Forget linux. Partition Magic for windoze cannot be beat. You
> _do_ have a windoze partition for emergencies, don't you?
>
> cordially, as always,
>
> rm

I think you can do this with a Parititon Magic 8 diskette, from a simply DOS
boot.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-19-2008, 06:13 PM
Art Clemons
 
Posts: n/a
Default Re: Resize ext3?

pango wrote:

> What alternatives to the parted program (programs for linux) are there
> in partition resizing? I want to resize an ext3-partition.


First, you could e2fsck the ext3 partition after unmounting it and then
run resize2fs the ext3 partition (remember that an ext3 partition is
just an ext partition with journaling. Resize2fs is part of the e2fs
program suite so if you have a recent version, you have a copy of it
available to run.

I also wonder just why you're avoiding parted since it seems to work for
most folks but hopefully a tool available in standard slackware will
suffice.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-19-2008, 06:13 PM
Old Man
 
Posts: n/a
Default Re: Resize ext3?

Art Clemons wrote:

> I also wonder just why you're avoiding parted since it seems to work for
> most folks but hopefully a tool available in standard slackware will
> suffice.


Actually tried to do that, today. Parted refused, complaining that the
filesystem had features that would not allow it. I'm guessing that's the
journal.

--
Old Man
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-19-2008, 06:13 PM
Art Clemons
 
Posts: n/a
Default Re: Resize ext3?

Old Man wrote:

> Actually tried to do that, today.**Parted*refused,*complaining*that
> the filesystem had features that would not allow it.**I'm*guessing
> that's*the journal.
>


First, I assume you got the latest version of Parted either from
LinuxPackages or compiled it yourself, if you do, it will definitely
resize ext3 partitions as well as reiserfs partitions with the proper
reiserfs libraries. There are some tricks like the start of the
partition has to remain the same, although the end does not and my
statement about running e2fsck or its reiserfs equivalent on the
partition in question before beginning is also true for parted. Parted
so far doesn't work on NTFS partitions but it does work on FAT16 &
FAT32 as well.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-19-2008, 06:13 PM
The Real Slim Shady
 
Posts: n/a
Default Re: Resize ext3?

On Sat, 11 Dec 2004 02:17:14 +0000, Ralph Alvy wrote:


>> Forget linux. Partition Magic for windoze cannot be beat. You _do_
>> have a windoze partition for emergencies, don't you?
>>
>> cordially, as always,
>>
>> rm

> I think you can do this with a Parititon Magic 8 diskette, from a simply
> DOS boot.


Yes. With pm you can lose forever every partition you wish. Without any
possibility of recovery.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-19-2008, 06:13 PM
Bradley Reed
 
Posts: n/a
Default Re: Resize ext3?

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Fri, 10 Dec 2004 23:10:20 -0500, Art wrote:
>
> First, I assume you got the latest version of Parted either from
> LinuxPackages or compiled it yourself, if you do, it will definitely
> resize ext3 partitions as well as reiserfs partitions with the proper
> reiserfs libraries.


I believe the version of parted in /extra (parted-1.6.15 is in
- -current, not sure which version is in slackware 10) would work too.

Brad

-----BEGIN PGP SIGNATURE-----

iD8DBQFBuvatkDp4KjYna1ARArJLAKCd0Q8LQ65EF+DA7vYnCE 8gkLh/NACfefF6
MXXLS39E7IMssGv+ZYIlWf8=
=8L7S
-----END PGP SIGNATURE-----
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-19-2008, 06:14 PM
Old Man
 
Posts: n/a
Default Re: Resize ext3?

Art Clemons wrote:

> Old Man wrote:
>
> First, I assume you got the latest version of Parted either from
> LinuxPackages or compiled it yourself, if you do, it will definitely
> resize ext3 partitions as well as reiserfs partitions with the proper
> reiserfs libraries.


Well, it was _not_ the latest version. In fact, it was probably quite old.
Thanks.

--
Old Man
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-19-2008, 06:14 PM
Old Man
 
Posts: n/a
Default Re: Resize ext3?

Realto Margarino wrote:

> Forget linux. Partition Magic for windoze cannot be beat. You
> _do_ have a windoze partition for emergencies, don't you?
>


I tried Partition Magic (8.0)first. It refused to read the partition table
- error 108, "partition doesn't end at end of cylinder." That's what sent
me to parted. Thanks, anyway, Roger, now fuck off.

--
Old Man
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 11:30 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com