I have following filesystems on my Ubuntu 12.04:
u@czarnobog:~$ df -hT
Filesystem Type Size Used Avail Use% Mounted on
/dev/mapper/md1-md1 ext4 31G 27G 2.7G 91% /
udev devtmpfs 16G 4.0K 16G 1% /dev
tmpfs tmpfs 3.2G 428K 3.2G 1% /run
none tmpfs 5.0M 0 5.0M 0% /run/lock
none tmpfs 16G 0 16G 0% /run/shm
none tmpfs 100M 0 100M 0% /run/user
/dev/mapper/md3-md3 ext4 97G 43G 49G 47% /export
/dev/mapper/md2-md2 ext4 7.7G 5.6G 1.8G 77% /var
cm_processes tmpfs 16G 2.6G 14G 17% /run/cloudera-scm-agent/process
Is it possible to transfer some free space from one to another, for example 10 gigs from /dev/mapper/md3-md3 to /dev/mapper/md1-md1? Ideally without formatting and rebooting anything? Or some other way of increasing /home free space on this server?
/
, ideally i am hoping for some easy way of magically transferring 10GB from/export
to/home
. I would rather avoid rebooting this box, because it is not very stable and we critically need to have it working for another month before new hardware arrives. I guess in case of emergency we will go with your solution and install new drive - how to boot in 'single user' mode? – Kranach Feb 10 '15 at 18:15