Check file systems
Jun 3,93Bugs, power failures, and mechanical problems can all cause data structures on a file system to become corrupted and cause severe data …
Read MoreCheck file disk usage
Jun 3,93You can use the du command in Linux to find out how much space is being consumed by a particular …
Read MoreCheck disk space
Jun 3,93To check how much disk space your files are using, you can use the df command. Invoked without any options, this …
Read MoreMount a USB device
Jun 3,93Most Linux distributions automatically recognize and mount removable USB drives. Ubuntu, for example, automatically mounts a USB device to the …
Read More/etc/fstab file
Jun 3,93The /etc/fstab file is a system configuration file that contains all available disks, disk partitions and their options. Each file system …
Read MoreMount a file system
Jun 3,93Linux stores information about where and how partitions should be mounted in the /etc/fstab file. Linux refers to this file and …
Read More