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:confused:
thanks
Asela
---------- Post updated 01-24-11 at 12:08 AM ---------- Previous update was 01-23-11 at 11:57 PM ----------
i have heard about LVM but don't know can use same regarding this case(without rebooting and with out losing any data)