How to find filesystem block size in linux or Unix ?
Today we will look how to find a filesystem blocksize in Linux or Unix Operating System. There are many ways, however the preferred ways are quoted below. 1. Use blockdev...
Today we will look how to find a filesystem blocksize in Linux or Unix Operating System. There are many ways, however the preferred ways are quoted below. 1. Use blockdev...
In this post, we will see how to increase ext filesystem partition in Linux manually when the filesystem is created directly on block device instead of LVM. Increase Partition size...
XFS stand for Extents File System. XFS was first created by Silicon Graphics INC in 1993. In 2001, its support in included in Linux kernel. Till RHEL 6, we have...
/proc and /sys partitions keeps the system information on which its running and are useful to get any system details or running configuration we need. As we know in Linux,...