Line 396:
Line 396:
‘M’ for Megabytes (units of 1048576 bytes)
‘M’ for Megabytes (units of 1048576 bytes)
‘G’ for Gigabytes (units of 1073741824 bytes)
‘G’ for Gigabytes (units of 1073741824 bytes)
+
+
====reduce root's user reserved space====
+
as a default, 5% of the disk space is allocated to root user
+
+
you can reduce the allocated space to 1% with (for LVM)
+
+
tune2fs -m 1 /dev/mapper/main-root
+
+
if you're not using LVM, use
+
+
df -h
+
+
to see where / is mounted
====find files by the Name====
====find files by the Name====