Resizing Ext3

Before resizing a file system it must be unmounted, so you’ll need to create working standalone boot disks.
A few ways you can do it:

1. resize2fs
2. parted
3. Partition Magic 7.x

In all cases, first convert ext3 –> ext2:

tune2fs -O ^has_journal /dev/hdax
e2fsck -v -f /dev/hdax

Resize the partitions with tool of choice.
Convert back to ext3

tune2fs -j /dev/hdax
e2fsck -v -f /dev/hdax

  • 0 användare blev hjälpta av detta svar
Hjälpte svaret dig?

Relaterade artiklar

OpenVZ basic commands

Following are some important commands which are normally used while working on a Hardware...

Howto List existing VPS

SSH to the master server and run the following command:/usr/sbin/vzlist -aThe -a switch tells the...

Install shoutcast server on CentOS server

Shoutcast is a free-of-charge audio homesteading solution. It permits anyone on the internet to...

How to integrate XCache into PHP5 on a Fedora 8 or CentOS 5.1 system (with Apache2)

From the XCache project page: “XCache is a fast, stable PHP opcode cacher that has been...

Setup VNC server on VPS

We will discuss  setting up your VPS as a VNC server and using a client from your Windows...