Last active
March 6, 2022 21:17
-
-
Save dincosman/98a1189a98cee6c94268fe46761481f5 to your computer and use it in GitHub Desktop.
Command to map device
This file contains hidden or 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
| [oracle@bltdb02 ~]$ ls -ls /dev/mapper | |
| ... | |
| 0 lrwxrwxrwx 1 root root 7 Feb 22 13:35 ol_bltdb02-root -> ../dm-0 | |
| .. | |
| [oracle@bltdb02 ~]$ lsblk | |
| ... | |
| sda 8:0 0 136.7G 0 disk | |
| ├─sda2 8:2 0 1G 0 part /boot | |
| ├─sda3 8:3 0 135.5G 0 part | |
| │ ├─ol_bltdb02-swap 252:1 0 16G 0 lvm [SWAP] | |
| │ └─ol_bltdb02-root 252:0 0 119.5G 0 lvm / | |
| └─sda1 8:1 0 200M 0 part /boot/efi | |
| ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment