[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [Fedora-xen] enlarge file backed filesystem
- From: Paul Wouters <paul xelerance com>
- To: Jeff <jeff kreska org>
- Cc: fedora-xen redhat com
- Subject: Re: [Fedora-xen] enlarge file backed filesystem
- Date: Tue, 7 Nov 2006 19:47:39 +0100 (CET)
> > Isn't there a way to enlarge the filesystem of the guest by enlarging the
> > backing file/device? If so, what exactly do you do to enlarge the backing
> > file/dev?
For ext3 I use (in this case adding 1GB):
dd if=/dev/zero bs=1M count=1024 >> file.image
e2fsck -f file.image
resize2fs file.image
e2fsck -f file.image
Paul
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]