top | item 13642218

(no title)

Cidan | 9 years ago

I haven't done this in AWS yet, but I've been growing mounted block devices/disks Google Cloud for a while now. It's more or less just like growing a disk on a SAN.

You still have to grow the filesystem it self though, so if you're trying to grow the root mount, using a partitioned disk, and not using an abstraction like LVM you will need to reboot to be able to use the full disk.

Glad to see AWS catch up in this area.

discuss

order

brazzledazzle|9 years ago

I wonder if Linux can mimic the technique Microsoft uses to grow volumes and filesystems on the fly. It's something I've missed on the occasion. It's pretty slick.

Nux|9 years ago

All my VMs have a separate /boot and ext4 as / (xfs would work, too).

With this setup - using KVM, mind you - I can change the disk size of the VM and resize the / filesystem inside by just using resize2fs, no need to reboot, umount or anything else.

Rapzid|9 years ago

It depends on the filesystem but yes, it can.

Rapzid|9 years ago

[deleted]