Displaying 2 results from an estimated 2 matches for "mkfs_xfs".
2016 Sep 25
1
How to move /var to another partition
...are quite different from the rest of the system.
this!
when I create a centos system, I let anaconda setup LVM, but I hugely
shrink /home to something reasonable, and leave much of the physical
disk space unassigned for future allocation. then I'll create a new LV
for /var/lib/whatever, mkfs_xfs and mount it (adding it to /etc/fstab)
when I want to explore something new like a database server, setup a web
server, or KVM... if it turns out I need more space for /home, its as
simple as..
lvextend -L +20g /dev/mapper/vg_xxxx-lv_home && xfs_growfs /home
to add 20G (or whate...
2016 Sep 25
7
How to move /var to another partition
On 25/09/16 18:03, Robert Nichols wrote:
> On 09/25/2016 11:47 AM, TE Dukes wrote:
>> Hello,
>>
>> I am getting low on space in my /(root) partition. I have 23GB free.
>>
>> I have 350GB in my /home partition. I am the only user.
>>
>> I was experimenting with virtualization and it causes the root
>> partition to
>> get very low. I would