Displaying 20 results from an estimated 2000 matches similar to: "ext2online / ext2resize"
2004 Feb 17
1
ext2online production ready?
hello,
on Slackware 9.1 I have e2fsprogs 1.34 and lvm 1.0.7.
In lvm package I have e2fsadm command;in e2fsprogs package I have resize2fs command.
In man page for e2fsadm it refers to ext2online to extend a mounted file system, but I have not that command.
Where can I find it?
On my system I have resize2fs. is it the same of ext2resize or they are different programs?
Are they mantained in parallel?
2004 Dec 09
1
resize2fs on LVM on MD raid on Fedora Core 3 - inode table conflicts in fsck
Hi.
I'm attempting to setup a box here to be a file-server for all my data.
I'm attempting to resize an ext3 partition to demonstrate this
capability to myself before fully committing to this system as the
primary data storage. I'm having some problems resizing an ext3
filesystem after I've resized the underlying logical volume. Following
the ext3 resize, fsck spits out lots
2008 Aug 21
1
ext2online with 1k blocks not working
Hello,
As a Virtuozzo users we have majority of our diskspace formatted with -i 1024 -b 1024.
Lately I discovered that on CentOS 4.6 ext2online barfs when I try to grow such filesystem. Running it with -v -d, it prints lots of lines like:
ext2online v1.1.18 - 2001/03/18 for EXT2FS 0.5b
ext2online: 873646830 is a bad size for an ext2 fs! rounding down to 873644033
...
group NNN inode table has
2005 Mar 26
7
Shrinking a ext3 filesystem ?
I installed CentOS on my home-server with 2 IDE 160GB MAXTOR HDD /
RAID-1, LVM and ext3 partitions. Previous OS on this machine was FC2.
I often "play" with LVM and, sometimes, have to extand or reduce some
volumes size. I was surprised to see that resize2fs isn''t included
anymore !
The replacing tool is ext2online but this one seems to only be able to
grow a filesystem (not
2001 Dec 20
2
Size of journal and resize
Hello
I have some large Partiton at 2 GB, 4 GB, 7 GB, 13 GB, 25 GB. How
big I need the journal for its?
Could I resize ext3fs with resize2fs, ext2resize-1.17 (with
ext2prepare, ext2online), parted-1.4.21 Tools?
The Partititons Magic 5.0 I can't use with ext3 only with ext2.
--
MfG / With best Regards
Rusmir Duško
Registered Linux user: #130654 http://counter.li.org
2005 Mar 04
1
ext2online difficulty
Hi all
I am having some trouble using the ext2online utility, I have reduced
the problem down to its simplist form, and it goes soemthing like this:
Start with a regular msdos labelled disk (I have tried lvm volumes):
Command (m for help): p
Disk /dev/sdb: 18.3 GB, 18351967232 bytes
64 heads, 32 sectors/track, 17501 cylinders
Units = cylinders of 2048 * 512 = 1048576 bytes
Device Boot
2006 Aug 17
2
extending ext3 filesystem on logical volume
hello all,
I am trying to expand my /var file system which resides on a logical
volume. I successfully issued the lvextend command. However when I try
to issue the ext2online command I receive a return code of 3 which the
man pages indicates:
ext2online /var
ext2online v1.1.18 - 2001/03/18 for EXT2FS 0.5b
ext2online: group 0, block 7 not reserved
ext2online: unable to resize
2007 Jan 04
2
Freeing pv space for snapshots
After upgrading my HD, I am now wishing I left some space for doing
snapshots. Is there a way to free up some space so I can get some free
PE?
Right now I have this:
# vgdisplay
--- Volume group ---
VG Name VolGroup00
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 7
VG Access read/write
VG Status resizable
2005 Dec 22
2
ext2online failure
Could someone tell me what could be causing this failure on my system and a
way to get around/fix it? Your help is very much appreciated.
I'd just finished running lvm lvextend. "lvextend -L+L1G
/dev/VolGroup00/LogVol00", after adding a new 1G partition (/dev/sda4) to
/dev/VolGroup00.
[root at ppstest13 ~]# ext2online -d -v /dev/VolGroup00/LogVol00
ext2online v1.1.18 -
2001 Jul 20
3
ext2resize for Ext3
Hi.
What is the state of ext2resize for Ext3?
How about the online-ext3-patch?
Regards,
Christian
--
* Christian A. Lademann, ZLS Software GmbH mailto:lademann@zls.de
* ZLS Software GmbH
* Frankfurter Strasse 59 Postfach 1628 mailto:zls@zls.de
* D-65779 Kelkheim D-65766 Kelkheim http://www.zls.de
* Telefon +49-6195-9902-0 Telefax
2006 Mar 10
0
RE: RE: domU lvm and resizing40
The way I''ve done it in the past is:
1. Make sure that xen domain is shut down that you are re-sizing
2. Run lvextend (you''ve already done this)
3. Run e2fsck -f [logical volume name] (i.e. /dev/domain0/lvname)
4. Run resize2fs [volume name] [new size in G of LV] (i.e. resize2fs
/dev/domain0/lvname 8G
5. Start up vm. New size should be reflected now.
HTH
-----Original
2016 May 06
4
resize lvm
I have a laptop that I put centos 7 on and I started out with a 30gig partition.? I resized the other part of the disk to allow more space for centos.? I then created an unformated partition in the available space,? ran
pvcreate /dev/sda4
vgextend lvname /dev/sda4
lvextend -L 184.46G /dev/lvname/root
but when I run:
sudo resize2fs /dev/lvname/root
I get:
resize2fs: Bad magic
2006 Nov 30
1
Need resize a partition LVM2
Ferdinando Santacroce <jesus_was_rasta at yahoo.it> wrote:
> I regularly extended my volume group and the logical volume where
> /var stay. Now I need to umount /var to run a resize2fs to extend the
Alternatively, you can use `ext2online` to resize the filesystem while it is
mounted.
robert
2012 Jun 15
4
Resizing est4 filesystem while mounted
Greetings -
I had a logical volume that was running out of space on a virtual machine.
I successfully expanded the LV using lvextend, and lvdisplay shows that it
has been expanded. Then I went to expand the filesystem to fill the new
space (# resize2fs -p /dev/vde1) and I get the results that the filesystem
is already xx blocks long, nothing to do. If I do a # df -h, I can see that
the
2010 Jun 03
7
about lvm filesystem...........
Sorry for my ignorance.
When I create xen virtual machines on lvm I need to create a
filesystem on lvm container?
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2004 Apr 16
1
online resize of ext3 possible?
Hi folks,
Is it possible to resize an ext3 filesystem while it's online? It
looks like resize2fs won't do the trick unless the filesystem is
unmounted. And ext2resize takes one look at the filesystem while it's
mounted and complains as well, this time about un-supported features.
It's not a huge deal if I have to shutdown the system to grow the two
filesystems, it's just
2011 Aug 11
2
resizing filesystem in a VM
Hello,
I am using Xen 4.0.1 and Xen 3.2.1 dom0 with Debian Lenny and Squeeze dom0s.
I have a bunch of virtual machines running , all using LVM as backend
storage.
Mostly, an LVM logical volume is mapped to a partition in the VM (eg: xvda1)
I have tried to hot resize the filesystem in the VM without umounting it
but it just do not work... Here is what I did:
- lvextend on the dom0,
-
2005 Feb 07
3
e2fsck errors after lvextend when trying to resize2fs
I found a thread that has almost the exact same symptoms as me, but didn't
seem to come to a resolution:
https://listman.redhat.com/archives/ext3-users/2004-December/msg00018.html
I have an LVM(2) array that I've just lvextend'd and want to resize2fs, but I
can't get through the e2fsck. I get these errors when fsck-ing:
Group 3125's inode table at 102400545 conflicts with
2006 Jan 04
2
Disk Partition questions
I selected the defaults in partitioning my drive and df -h shows:
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
18G 2.5G 15G 15% /
/dev/hda1 99M 12M 82M 13% /boot
none 126M 0 126M 0% /dev/shm
Now I am getting ready to install Scalix CE and it is telling me a
whole story about what my
2005 May 28
2
Extending LVM2 logical volumes [ was: Demonizing ... ]
[ context from the previous thread ]
On Saturday 28 May 2005 14:41, Collins Richey wrote:
> On 5/28/05, Lamar Owen <lowen at pari.edu> wrote:
> > Sure. LVM.
> I'm curious about this. At work we haven't finished our evaluation of
> RHEL3/RHEL4 (CentOS is out of the question, since SLA is king here).
> Most of our servers and desktops are RH9 legacy, and we use LVM