免费注册 查看新帖 |

Chinaunix

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

问题在线等待!!关于系统的挂接 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2003-03-25 20:26 |只看该作者 |倒序浏览
#mount -a
mount: /dev/vg00/webapp is already mounted on /webapp
mount - Cannot open /dev/vgbill1/billa: No such device or address

mount: /dev/vg00/oraclelv is already mounted on /oracle
mount: /dev/vg00/lvol8 is already mounted on /var
mount: /dev/vg00/lvol7 is already mounted on /usr
mount: /dev/vg00/lvnie is already mounted on /usr/nie
mount: /dev/vg00/lvol6 is already mounted on /opt
mount: /dev/vg00/lvol5 is already mounted on /home
mount: /dev/vg00/lvol4 is already mounted on /tmp
mount: /dev/vg00/lvol1 is already mounted on /stand
#

我想知道我的哪个 /dev/vgbill1/billa:是否有问题了那.

谢谢.

论坛徽章:
0
2 [报告]
发表于 2003-03-25 23:32 |只看该作者

问题在线等待!!关于系统的挂接

原帖由 "keer5000" 发表:
#mount -a
mount: /dev/vg00/webapp is already mounted on /webapp
mount - Cannot open /dev/vgbill1/billa: No such device or address

mount: /dev/vg00/oraclelv is already mounted on /oracle
mount: /dev/vg00/lvol8 is already mounted on /var
mount: /dev/vg00/lvol7 is already mounted on /usr
mount: /dev/vg00/lvnie is already mounted on /usr/nie
mount: /dev/vg00/lvol6 is already mounted on /opt
mount: /dev/vg00/lvol5 is already mounted on /home
mount: /dev/vg00/lvol4 is already mounted on /tmp
mount: /dev/vg00/lvol1 is already mounted on /stand
#

我想知道我的哪个 /dev/vgbill1/billa:是否有问题了那.

谢谢.
Hi,

1. Check if your "vgbill1" is active or not:
# vgdisplay vgbill1

If it's not active, then do:
# vgchange -a y vgbill1

2. Check your lv names under the /dev/vgbill1, to see there is a lv called "billa":
# ll /dev/vgbill1

You should see both raw and block devices files:
/dev/vgbill1/billa
/dev/vgbill1/rbilla

If you don't see the above 2 lines, then your LV is not there. You should either create a LV or make sure you are using the correct lv name (/dev/vgbill1/billa) in your /etc/fstab file.

Hope this helps.

论坛徽章:
0
3 [报告]
发表于 2003-03-26 00:20 |只看该作者

问题在线等待!!关于系统的挂接

check /etc/fstab by "cat /etc/fstab"

chekc current mount point by "mount -v"
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP