Skip to content

Instantly share code, notes, and snippets.

@NeoHBz
Created October 19, 2022 20:41
Show Gist options
  • Save NeoHBz/b0d3b701f2ad003ee3b793e25cc5d741 to your computer and use it in GitHub Desktop.
Save NeoHBz/b0d3b701f2ad003ee3b793e25cc5d741 to your computer and use it in GitHub Desktop.
mount block volume on Oracle Canonical Ubuntu
# run iscsiadm commands from Oracle Cloud WebUI >> Block Storage >> Block Volumes >> Block Volume Details
lsblk
sudo mkdir /mnt/drive
sudo mount -t auto -v /dev/sdb1 /mnt/drive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment