Skip to content

Instantly share code, notes, and snippets.

@Manouchehri
Created May 4, 2022 18:16
Show Gist options
  • Save Manouchehri/1403d9ae44f030e964910248111a638b to your computer and use it in GitHub Desktop.
Save Manouchehri/1403d9ae44f030e964910248111a638b to your computer and use it in GitHub Desktop.
sudo apt-get install vmfs6-tools parallel
find /dev/sd*1 -print0 | parallel -0 "sudo vmfs6-fuse {} /mnt/vmfs-{/}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment