Advertisement
xe1phix

Xe1phix-ZuluMount-cli-[v5.2.58].sh

Oct 6th, 2022
920
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.09 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. ## ------------------------------------------------------------------------------------------------------------------------------- ##
  4.     zuluMount-cli -m -d /dev/sdc1                   ## Mount A Volumes
  5.     zuluMount-cli -u -d /dev/sdc1                   ## Unmount A Volumes
  6. ## ------------------------------------------------------------------------------------------------------------------------------- ##
  7.     zuluMount-cli -d $VolumesPath                   ## Volumes Path
  8.     zuluMount-cli -z $MountPoint                    ## Mount Point
  9.     zuluMount-cli -e mode rw                        ## Read-Write Mode
  10.     zuluMount-cli -e mode ro                        ## Read-Only Mode
  11. ## ------------------------------------------------------------------------------------------------------------------------------- ##
  12.     zuluMount-cli -u -d /dev/sdc1                   ## Unmount A Volume
  13.     zuluMount-cli -m -d /dev/sdc2 -p $Pass          ## Unmount A Volume
  14. ## ------------------------------------------------------------------------------------------------------------------------------- ##
  15.     zuluMount-cli -l                                ## Print Expanded List of All Volumes
  16.     zuluMount-cli -P                                ## Print A List of All Volumes
  17.     zuluMount-cli -A                                ## Print A List of All Volumes
  18.     zuluMount-cli -S                                ## Print A List of System Volumes
  19.     zuluMount-cli -N                                ## Print A List of Non System Volumes
  20.     zuluMount-cli -E                                ## Print A List of Mounted Volumes
  21.     zuluMount-cli -D                                ## Get A Device Node Address From its Mapper Path
  22. ## ------------------------------------------------------------------------------------------------------------------------------- ##
  23.     zuluMount-cli -Y                                ## File System Options
  24.     zuluMount-cli -e                                ## Mount Options
  25. ## ------------------------------------------------------------------------------------------------------------------------------- ##
  26.     zuluMount-cli -t                                ## Unlock a Volumes as VeraCrypt Volumes, Use "-t vera"
  27.     zuluMount-cli -F                                ## Path To Truecrypt Multiple KeyFiles.
  28. ## ------------------------------------------------------------------------------------------------------------------------------- ##
  29.     zuluMount-cli -M                                ## Create A Mount Point In "/run/media/private/$USER"
  30.                                                     ## Publicly Accessible "mirror" in "/run/media/public/'
  31. ## ------------------------------------------------------------------------------------------------------------------------------- ##
  32.     zuluMount-cli -o                                ## Offset In Sectors on Where The Volumes Starts In The Volumes.
  33. ## ------------------------------------------------------------------------------------------------------------------------------- ##
  34. ##  [?]  crypto_LUKS,crypto_PLAIN,crypto_TCRYPT $Volume -p $Pass -f $KeyFile
  35. ## ------------------------------------------------------------------------------------------------------------------------------- ##
  36.     zuluMount-cli -m -d /dev/sdc2 -p $Pass          ## Mount And Encrypted Volumes With A Key "$Pass"
  37. ## ------------------------------------------------------------------------------------------------------------------------------- ##
  38.  
  39.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement