In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces the use of the lvcreate command in Linux, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let the editor take you to understand it.
The Linux common command lvcreate command is used to create logical volumes for LVM. Logical volumes are created on top of volume groups.
Lvcreate is used to create logical volumes for LVM
Add that the device file corresponding to the logical volume is saved in the volume group directory. For example, if you create a logical volume "lvol0" on the volume group "vg1000", the device file corresponding to this logical volume is "/ dev/vg1000/lvol0".
Syntax lvcreate (option) (parameter) option-L: specifies the size of the logical volume in "kKmMgGtT" bytes;-l: specifies the size of the logical volume (number of LE). Parameter logical volume: specifies the name of the logical volume to create.
The instance uses the lvcreate command to create a logical volume of 200MB on the volume group "vg1000". Enter the following command on the command line:
[root@localhost ~] # lvcreate-L 200m vg1000 # creates a logical volume with a size of 200m. The output information is as follows:
Logical volume "lvol0" created description: after a successful creation, the new logical volume "lvol0" will be accessed through the device file / dev/vg1000/lvol0.
Thank you for reading this article carefully. I hope the article "what is the use of lvcreate commands in Linux" shared by the editor will be helpful to you. At the same time, I also hope that you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.