Results 1 to 5 of 5
hi All,
this should be probably a already asked question but highly appreciate if someone can guide me on this
i have a business critical linux system (which is running ...
- 01-23-2011 #1Just Joined!
- Join Date
- Oct 2010
- Posts
- 6
Increase Linux partition size
hi All,
this should be probably a already asked question but highly appreciate if someone can guide me on this
i have a business critical linux system (which is running a SMS system) where one of it's partition size is shrinking
i want to know the possible options of increasing the size of that partition without having any downtime(system reboot etc..).
fdisk and df -h outputs are as below (the partition with issue is bases)
{lkcopr01 bdb2]# fdisk -l
Disk /dev/cciss/c0d0: 72.8 GB, 72833679360 bytes
255 heads, 32 sectors/track, 17433 cylinders
Units = cylinders of 8160 * 512 = 4177920 bytes
Device Boot Start End Blocks Id System
/dev/cciss/c0d0p1 * 1 64 261104 83 Linux
/dev/cciss/c0d0p2 65 578 2097120 82 Linux swap
/dev/cciss/c0d0p3 579 1092 2097120 82 Linux swap
/dev/cciss/c0d0p4 1093 17433 66671280 f Win95 Ext'd (LBA)
/dev/cciss/c0d0p5 1093 7500 26144624 83 Linux
/dev/cciss/c0d0p6 7501 9042 6291344 83 Linux
/dev/cciss/c0d0p7 9043 9556 2097104 82 Linux swap
/dev/cciss/c0d0p8 9557 10070 2097104 82 Linux swap
/dev/cciss/c0d0p9 10071 17433 30041024 83 Linux
[lkcopr01 bdb2]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/cciss/c0d0p6 6.0G 2.6G 3.1G 47% /
/dev/cciss/c0d0p9 29G 26G 971M 97% /bases
/dev/cciss/c0d0p1 247M 15M 220M 7% /boot
/dev/cciss/c0d0p5 25G 17G 6.5G 73% /home
none 2.0G 0 2.0G 0% /dev/shm
lkcocm01:/mnt/mms/mail/0
136G 125G 12G 92% /bases/mms/mail/0
lkcocm01:/mnt/mms/tmp
136G 125G 12G 92% /bases/mms/tmp
lkcocm01:/mnt/mms/mms_cdr
136G 125G 12G 92% /home/proxy/var/log/chc
please help on this since i don't think i can manage this partition for long period
thanks
Asela
- 01-23-2011 #2
AFAIK you can't resize any mounted partition, or make any other changes to it. You need to boot from another drive, either a CD/DVD, USB drive, or another internal drive, before you can resize your partition. I don't know of any other way to do it.
- 01-23-2011 #3
- 01-28-2011 #4Just Joined!
- Join Date
- Jan 2011
- Posts
- 8
- 01-28-2011 #5
You are going to have downtime.
Have a look at PARTED MAGIC


Reply With Quote
