Increase allowed size of SDA - Ubuntu Server -


i'm on ubuntu server. here result of 'df -m'

filesystem     1m-blocks  used available use% mounted on /dev/sda3           9046  7540      1047  88% / udev                1966     1      1966   1% /dev tmpfs                395     1       395   1% /run none                   5     0         5   0% /run/lock none                1975     0      1975   0% /run/shm /dev/sda4          40317   177     38092   1% /data /dev/sda1             89    50        34  60% /boot 

the /dev/sda3 home. /dev/sda4 /data

how increase size of sda3 , reduce sda4 ?

thanks

you can try use resize2fs this:

 resize2fs /dev/sda3 6000m 

do note can use resize2fs increase , decrease size of sda.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -