Skip to content

Instantly share code, notes, and snippets.

@futuretea
Last active June 11, 2022 14:38
Show Gist options
  • Save futuretea/03e0d102d6420ec4fc14df3302c00d89 to your computer and use it in GitHub Desktop.
Save futuretea/03e0d102d6420ec4fc14df3302c00d89 to your computer and use it in GitHub Desktop.
df -Th | grep -v overlay | grep -v tmpfs
fdisk -l
fdisk /dev/sdb
# n,p,w
mkfs.ext4 /dev/sdb1
mkdir -p /mnt/disk1
mount /dev/sdb1 /mnt/disk1
findmnt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment