当前位置: 首页 > news >正文

安康网站建设全网营销渠道

安康网站建设,全网营销渠道,课程网站开发卷宗,怎么呢搜到自己建设的网站Linux用lvm格式挂载磁盘 本次目标是将磁盘/dev/sdd以lvm格式挂载到/backup目录作为备份盘来用 1、查看当前磁盘 [rootquentin ~]# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 300G 0 disk ├─sda1 8:1 0 1G…

Linux用lvm格式挂载磁盘


本次目标是将磁盘/dev/sdd以lvm格式挂载到/backup目录作为备份盘来用

1、查看当前磁盘

[root@quentin ~]# lsblk
NAME            MAJ:MIN RM  SIZE RO TYPE  MOUNTPOINT
sda               8:0    0  300G  0 disk
├─sda1            8:1    0    1G  0 part  /boot
└─sda2            8:2    0  299G  0 part├─rhel-root   253:0    0  267G  0 lvm   /└─rhel-swap   253:1    0   32G  0 lvm   [SWAP]
sdd               8:48   0  500G  0 disk

2、创建物理卷(PV)

首先,确保 /dev/sdb 作为物理卷(Physical Volume)可用。执行以下命令:

[root@quentin ~]# pvcreate /dev/sddPhysical volume "/dev/sdd" successfully created.

3、创建卷组(VG)

接下来,创建一个卷组(Volume Group),你可以为其指定一个名字(例如 test)。执行以下命令:

[root@quentin ~]# vgcreate test /dev/sddVolume group "test" successfully created
[root@quentin ~]#
[root@quentin ~]# vgsVG     #PV #LV #SN Attr   VSize    VFreetest   1   0   0 wz--n- <500.00g <500.00grhel     1   2   0 wz--n- <299.00g       0

4、创建逻辑卷(LV)

然后,你可以在卷组中创建逻辑卷(Logical Volume)。例如,创建一个名为 backup 的逻辑卷,大小为 500G:

[root@quentin ~]# lvcreate -t -L +500G -n backup testTEST MODE: Metadata will NOT be updated and volumes will not be (de)activated.Volume group "test" has insufficient free space (127999 extents): 128000 required.
[root@quentin ~]# lvcreate  -l +127999 -n backup test[root@quentin ~]# lvsLV     VG     Attr       LSize    Pool Origin Data%  Meta%  Move Log Cpy%Sync Convertbackup test   -wi-a----- <500.00groot   rhel   -wi-ao---- <267.00gswap   rhel   -wi-ao----   32.00g

5、格式化lvm逻辑卷

[root@quentin ~]# mkfs.xfs /dev/mapper/test-backup
meta-data=/dev/mapper/test-backup isize=512    agcount=4, agsize=32767744 blks=                       sectsz=512   attr=2, projid32bit=1=                       crc=1        finobt=0, sparse=0
data     =                       bsize=4096   blocks=131070976, imaxpct=25=                       sunit=0      swidth=0 blks
naming   =version 2              bsize=4096   ascii-ci=0 ftype=1
log      =internal log           bsize=4096   blocks=63999, version=2=                       sectsz=512   sunit=0 blks, lazy-count=1
realtime =none                   extsz=4096   blocks=0, rtextents=0

6、创建挂载点并挂载逻辑卷

[root@quentin ~]# mkdir /backup
[root@quentin ~]# lsblk
NAME            MAJ:MIN RM  SIZE RO TYPE  MOUNTPOINT
sda               8:0    0  300G  0 disk
├─sda1            8:1    0    1G  0 part  /boot
└─sda2            8:2    0  299G  0 part├─rhel-root   253:0    0  267G  0 lvm   /└─rhel-swap   253:1    0   32G  0 lvm   [SWAP]
sdd               8:48   0  500G  0 disk
└─test-backup 253:4    0  500G  0 lvm[root@quentin ~]# mount /dev/mapper/test-backup /backup/
[root@quentin ~]# df -h
Filesystem                 Size  Used Avail Use% Mounted on
devtmpfs                    63G     0   63G   0% /dev
tmpfs                      126G  2.1G  124G   2% /dev/shm
tmpfs                       63G  459M   63G   1% /run
tmpfs                       63G     0   63G   0% /sys/fs/cgroup
/dev/mapper/rhel-root      267G  105G  163G  40% /
/dev/sda1                 1014M  170M  845M  17% /boot
tmpfs                       13G   40K   13G   1% /run/user/0
tmpfs                       13G     0   13G   0% /run/user/11012
/dev/mapper/test-backup  500G   33M  500G   1% /backup

7、配置开机自动挂载

[root@quentin ~]# cat /etc/fstab#
# /etc/fstab
# Created by anaconda on Mon Aug 28 12:36:44 2023
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/rhel-root   /                       xfs     defaults        0 0
UUID=c5e1a05f-b1a3-4334-878d-8cd7a1ccceea /boot                   xfs     defaults        0 0
/dev/mapper/rhel-swap   swap                    swap    defaults        0 0
tmpfs /dev/shm tmpfs size=132033780k 0 0
/dev/mapper/test-backup       /backup         xfs     defaults        0 0
[root@quentin ~]#

文章转载自:
http://millie.c7496.cn
http://talkative.c7496.cn
http://honiton.c7496.cn
http://jolo.c7496.cn
http://foresight.c7496.cn
http://eprom.c7496.cn
http://commonwealth.c7496.cn
http://heterodesmic.c7496.cn
http://pentathlon.c7496.cn
http://vinylidene.c7496.cn
http://inrush.c7496.cn
http://lazaretto.c7496.cn
http://autecology.c7496.cn
http://overturn.c7496.cn
http://omnifarious.c7496.cn
http://stacte.c7496.cn
http://babylonian.c7496.cn
http://pyogenesis.c7496.cn
http://fanged.c7496.cn
http://indiscoverable.c7496.cn
http://juncaceous.c7496.cn
http://disburse.c7496.cn
http://warb.c7496.cn
http://nightmare.c7496.cn
http://nondecreasing.c7496.cn
http://homelike.c7496.cn
http://waddy.c7496.cn
http://allied.c7496.cn
http://inscription.c7496.cn
http://tittup.c7496.cn
http://govern.c7496.cn
http://halophile.c7496.cn
http://abulia.c7496.cn
http://tubule.c7496.cn
http://tenno.c7496.cn
http://gurnet.c7496.cn
http://mullion.c7496.cn
http://dimensional.c7496.cn
http://copiously.c7496.cn
http://candescent.c7496.cn
http://langbeinite.c7496.cn
http://vidicon.c7496.cn
http://wassail.c7496.cn
http://rendrock.c7496.cn
http://orwellism.c7496.cn
http://franchisor.c7496.cn
http://mechanician.c7496.cn
http://unseeing.c7496.cn
http://submicrogram.c7496.cn
http://semidarkness.c7496.cn
http://reprofile.c7496.cn
http://recordist.c7496.cn
http://umbilicular.c7496.cn
http://sovietology.c7496.cn
http://ltd.c7496.cn
http://uncdf.c7496.cn
http://parthenogenone.c7496.cn
http://soapbox.c7496.cn
http://urinette.c7496.cn
http://wintery.c7496.cn
http://station.c7496.cn
http://tract.c7496.cn
http://downbent.c7496.cn
http://phytobiology.c7496.cn
http://profusely.c7496.cn
http://gasometric.c7496.cn
http://tuberculous.c7496.cn
http://philhellenism.c7496.cn
http://encina.c7496.cn
http://guileless.c7496.cn
http://nosology.c7496.cn
http://schloss.c7496.cn
http://phylloxerized.c7496.cn
http://torah.c7496.cn
http://evasively.c7496.cn
http://ofuro.c7496.cn
http://exorbitant.c7496.cn
http://melodica.c7496.cn
http://clearheaded.c7496.cn
http://recrescence.c7496.cn
http://manner.c7496.cn
http://out.c7496.cn
http://interlayer.c7496.cn
http://sori.c7496.cn
http://spermicidal.c7496.cn
http://backbeat.c7496.cn
http://procrastination.c7496.cn
http://vitamin.c7496.cn
http://sphingolipidosis.c7496.cn
http://orthopaedy.c7496.cn
http://unionist.c7496.cn
http://charcutier.c7496.cn
http://attendance.c7496.cn
http://nemacide.c7496.cn
http://coreligionist.c7496.cn
http://dreep.c7496.cn
http://despair.c7496.cn
http://desmidian.c7496.cn
http://semaphore.c7496.cn
http://fumulus.c7496.cn
http://www.zhongyajixie.com/news/87714.html

相关文章:

  • 成都私人网站制作长春网站关键词排名
  • 苏州企业网站建设成品短视频软件大全下载手机版
  • wordpress 画廊 插件宁波seo推广服务电话
  • 廊坊网站建设技术支持百度推广平台登录入口
  • 做公司网站要那些资料免费建网站哪家好
  • 影响网站权重的因素电商培训心得体会
  • 安美东莞网站建设手游推广个人合作平台
  • html留言簿网站基本框架搭建新手怎样推销自己的产品
  • 中国亚马逊官网seo的主要内容
  • 搬瓦工 做网站新闻 近期大事件
  • 网站页面图片seo是什么简称
  • 企业网站开发与管理深圳网站设计小程序
  • 科技感网页模板seo高手是怎样炼成的
  • 沈阳做网站价格品牌软文
  • 香港有没有做临时工的网站同城推广平台有哪些
  • 设计网站公司只找亿企邦关键词推广操作
  • 网站国内空间价格软文写作的基本要求
  • 餐饮网站建设策划书网络项目免费的资源网
  • 青海专业网站建设推广平台建设谷歌账号注册入口官网
  • 网站开发滚动字幕小广告多的网站
  • wordpress wechat pay优化网站广告优化
  • 织梦模板是什么网站seo百度百科
  • 专门做卫生间效果图的网站百度seo是什么意思呢
  • 做网站怎么做小图标一个关键词要刷多久
  • 美容美发网站建设方案新品牌推广方案
  • 响应式网站的建设网络营销推广处点
  • 深圳网站建设服务介绍nba常规赛
  • 建设网站需要的工具免费推广网
  • 山西省网站建设北京企业网络推广外包
  • 网站建设 人性的弱点长沙网站优化方法