6 August 201413 May 2023Linux CommandsBy Admin how to use lvmdiskscan command with its examples Examples: 1. To scan all devices $ lvmdiskscan 2. To only reports Physical Volumes $ lvmdiskscan -l$ lvmdiskscan –lvmpartition Related Commands: lvm, […]
6 August 201413 May 2023Linux CommandsBy Admin lvmconf command line utility and its examples Examples: 1. To set locking_type to the default non-clustered type $ lvmconf –disable-cluster 2. To set locking_type to the default clustered type […]
6 August 201413 May 2023Linux CommandsBy Admin how to use lvextend command line tool Examples: 1. To disable the udev synchronization $ lvextend –noudevsync 2. To Extend or set the logical volume size in units of […]
6 August 201413 May 2023Linux CommandsBy Admin how to use lvdisplay command and its examples Examples: 1. To display all the logical volumes information $ lvdisplay 2. To view/print all the information $ lvdisplay –all 3. To […]
6 August 201413 May 2023Linux CommandsBy Admin how to use lvcreate command and its examples Examples: 1. To Power of 2 chunk size for the snapshot logical volume between 4k and 512k $ lvcreate -c ChunkSize$ lvcreate […]
6 August 201413 May 2023Linux CommandsBy Admin how to use lvconvert command and its examples Examples: 1. To specify the degree of mirror to create $ lvconvert -m 1$ lvconvert –mirrors 1 2. To specify the type […]
6 August 201413 May 2023Linux CommandsBy Admin lsusb command line tool and its examples Examples: 1. To list the USB devices $ lsusb 2. To be verbose $ lsusb -v$ lsusb –verbose 3. To Show only […]
6 August 201413 May 2023Linux CommandsBy Admin how to use lsscsi command with its examples Examples: 1. To list SCSi devices $ lsscsi 2. To get the classic output $ lsscsi -c$ lsscsi –classic 3. To get […]
6 August 201413 May 2023Linux CommandsBy Admin how to use lspcmcia command with its examples Examples: 1. To get extended debugging PCMCIA information $ lspcmcia 2. To see the version information $ lspcmcia -V 3. To increase […]
6 August 201413 May 2023Linux CommandsBy Admin how to use lspci command with its examples Examples: 1. To list all PCI devices $ lspci 2. To Dump PCI device data in a backward-compatible machine readable form $ […]