免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 615 | 回复: 0
打印 上一主题 下一主题

Mounting a Linux LVM volume [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-11-07 19:44 |只看该作者 |倒序浏览
You do not mount a partition of type "Linux LVM" the same way you mount a partition using a standard Linux file system (e.g. ext2, ext3).
# fdisk -l /dev/hda
Disk /dev/hda: 160.0 GB, 160041885696 bytes255 heads, 63 sectors/track, 19457 cylindersUnits = cylinders of 16065 * 512 = 8225280 bytes   Device Boot      Start         End      Blocks   Id  System/dev/hda1   *           1          13      104391   83  Linux/dev/hda2              14       19457   156183930   8e  Linux LVM
# mount /dev/hda2 /tmp/mntmount: /dev/hda2 already mounted or /tmp/mnt busy
First, let's determine the volume group containing the physical volume /dev/hda2.
# pvs
  PV         VG         Fmt  Attr PSize   PFree   /dev/hda2  VolGroup01 lvm2 a-   148.94G 32.00M  /dev/hdb2  VolGroup00 lvm2 a-   114.94G 96.00M
Next, let's list the logical volumes in VolGroup01.
# lvdisplay /dev/VolGroup01
  --- Logical volume ---  LV Name                /dev/VolGroup01/LogVol00  VG Name                VolGroup01  LV UUID                zOQogm-G8I7-a4WC-T7KI-AhWe-Ex3Y-JVzFcR  LV Write Access        read/write  LV Status              available  # open                 0  LV Size                146.97 GB  Current LE             4703  Segments               1  Allocation             inherit  Read ahead sectors     0  Block device           253:2     --- Logical volume ---  LV Name                /dev/VolGroup01/LogVol01  VG Name                VolGroup01  LV UUID                araUBI-4eer-uh5L-Dvnr-3bI6-4gYg-APgYy2  LV Write Access        read/write  LV Status              available  # open                 0  LV Size                1.94 GB  Current LE             62  Segments               1  Allocation             inherit  Read ahead sectors     0  Block device           253:3
The logical volume I would like to "mount" (in purely the computing-related sense) is /dev/VolGroup01/LogVol00. The other logical volume is a swap partition.
# mount /dev/VolGroup01/LogVol00 /tmp/mnt


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/19135/showart_416914.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP