Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Please refer to Command Line Tools for Mac File System for the macOS version.
List disk information.
df df /HOMEFormat disk partitions.
mkfs.ext4 /dev/sdb3 mkfs.ntfs /dev/sdb3 mkfs.exfat /dev/sdb3Management disk partition tables.
fdisk /dev/sdbReport disk usage.
du -lhd 1 .dd
dd if=... of=... bs=1M; syncbadblocks
lsblk
References¶
How To – Linux List Disk Partitions Command
10 Commands to Check Disk Partitions and Disk Space on Linux