Skip to content

Instantly share code, notes, and snippets.

@futuretea
Last active March 5, 2023 08:13
Show Gist options
  • Save futuretea/53784352c8656f904b32884952d2c17e to your computer and use it in GitHub Desktop.
Save futuretea/53784352c8656f904b32884952d2c17e to your computer and use it in GitHub Desktop.
sudo mkfs.ext4 /dev/vdb
sudo mkdir /mnt/vdb
sudo mount /dev/vdb /mnt/vdb
sudo vim /mnt/vdb/test.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment