Zarządzanie dyskiem - Strona 4

Polecenie dd dla systemu Linux
„dd” to linuxowe narzędzie CLI. Teraz obecna wersja „dd” jest częścią GNU coreutils, jest tą, którą zawiera każdy system UNIX/Linux. Głównym celem teg...
Soft (Symbolic) Link vs Hard Link
Symbolic links (also called soft links) and Hard Links are a resource to access files or directories from any location. This article will describe the...
Top data recovery tools for linux
Sadly sometimes we lose precious information by formatting a wrong partition or disk, due to hardware problems or transference errors. Luckily we have...
Find UUID of Storage Devices in Linux
UUID is a unique identifier used in partitions to uniquely identify partitions in Linux operating systems. UUID is a property of the disk partition it...
Find Out How Much Disk Space a Directory Consumed from the Command Line
On a graphical desktop environment, you can find out how much disk space a directory consumed by just right clicking on a directory and going to the P...
Mounting Partitions Using UUID and LABEL on Linux
If you want to automatically mount a partition to a specific location using /etc/fstab file, then you must put an entry there. For example, /dev/sdb1 ...
Creating FAT Filesystems in Linux
The full form of FAT is File Allocation Table. It is a file system developed by Microsoft. FAT filesystem was developed for very old version of Window...
How to use parted on Linux
Parted is a command line tool for managing disk partitions on Linux. Parted can be used to work with both MSDOS and GPT partition tables. Parted can b...
How to Use fdisk in Linux
fdisk is a tool for partitioning hard drives (HDDs), solid state drives (SSDs), USB thumb drives etc. The best thing about fdisk is that it is install...