惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

W
WeLiveSecurity
T
The Exploit Database - CXSecurity.com
C
CXSECURITY Database RSS Feed - CXSecurity.com
S
Security @ Cisco Blogs
T
Threat Research - Cisco Blogs
TaoSecurity Blog
TaoSecurity Blog
Recent Commits to openclaw:main
Recent Commits to openclaw:main
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
腾讯CDC
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
T
The Blog of Author Tim Ferriss
Microsoft Azure Blog
Microsoft Azure Blog
罗磊的独立博客
F
Full Disclosure
博客园 - 【当耐特】
C
CERT Recently Published Vulnerability Notes
Engineering at Meta
Engineering at Meta
Application and Cybersecurity Blog
Application and Cybersecurity Blog
T
Threatpost
I
Intezer
V2EX - 技术
V2EX - 技术
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The Hacker News
The Hacker News
小众软件
小众软件
Google DeepMind News
Google DeepMind News
T
Tailwind CSS Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
B
Blog RSS Feed
Microsoft Security Blog
Microsoft Security Blog
N
News | PayPal Newsroom
MyScale Blog
MyScale Blog
AI
AI
Vercel News
Vercel News
Spread Privacy
Spread Privacy
美团技术团队
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
The GitHub Blog
The GitHub Blog
V
Vulnerabilities – Threatpost
Schneier on Security
Schneier on Security
Cyberwarzone
Cyberwarzone
G
GRAHAM CLULEY
Help Net Security
Help Net Security
Hacker News: Ask HN
Hacker News: Ask HN
Google DeepMind News
Google DeepMind News
MongoDB | Blog
MongoDB | Blog
L
LINUX DO - 热门话题
U
Unit 42
L
LangChain Blog
Recent Announcements
Recent Announcements

博客园 - Alvin

python2.7 pip opencv 运维url收集 转 string和byte[]的转换 (C#) Thrift Oracle AWR 并发编程 LED相关 vpn拨入route设置 - Alvin sql ext3 转 ext4 操作 urlx lvm 相关 多线程程序排错总结 huawei 使用Powershell 管理 Windows 2012 hyper-v复制 .net Basic IO MQ测试
lvm
Alvin · 2015-12-23 · via 博客园 - Alvin
  1. pvcreate /dev/sdb
  2. pvdisplay 
  3. vgcreate vg_nosql /dev/sdb
  4. lvcreate -L 15G -n pldy1 lvmdisk 
    Logical volume "pldy1" created 
    也可以使用-l参数,通过指定PE数来设定逻辑分区大小。 
    例如,希望创建一个使用全部空间的逻辑卷,需要先查清卷组中的PE总数,通过上面的vgdisplay命令查得当前卷组PE总数为18428,命令如下: 
    # lvcreate -l 25087  -n lv_nosql vg_nosql
  5. mkfs -t ext3 /dev/vg_nosql/lv_nosql
  6. mkdir /nosql
  7. mount /dev/vg_nosql/lv_nosql  /nosql
  8. vim /etc/fstab 加入  /dev/vg_nosql/lv_nosql  /nosql     ext3    defaults        1 2

posted @ 2015-12-23 19:42  Alvin  阅读(163)  评论(0)    收藏  举报

刷新页面返回顶部