Created
May 4, 2022 18:16
-
-
Save Manouchehri/1403d9ae44f030e964910248111a638b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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