码迷,mamicode.com
首页 > 其他好文 > 详细

查看逻辑卷出现 read failed after 0 of 4096 at 0

时间:2018-07-20 18:59:10      阅读:1295      评论:0      收藏:0      [点我收藏+]

标签:available   vsc   mkf   vdi   ocata   for   map   fail   逻辑卷   

1、问题描述

# lvdisplay

  /dev/VolGroup1/LVdata1: read failed after 0 of 4096 at 0: Input/output error

  /dev/VolGroup1/LVdata1: read failed after 0 of 4096 at 214744104960: Input/output error

  /dev/VolGroup1/LVdata1: read failed after 0 of 4096 at 214744162304: Input/output error

  /dev/VolGroup1/LVdata1: read failed after 0 of 4096 at 4096: Input/output error


2、查看设备

# ls /dev/VolGroup1 -lh

total 0

lrwxrwxrwx 1 root root 7 Jul 20 09:58 LVdata1 -> ../dm-5


# dmsetup status

VolGroup00-LVtmp: 0 20971520 linear 

VolGroup00-LVhome: 0 1024000 linear 

VolGroup1-LVdata1: 0 419422208 linear 

VolGroup00-LVvar: 0 48685056 linear 

VolGroup00-LVswap: 0 8388608 linear 

VolGroup00-LVroot: 0 46137344 linea


3、移除设备依赖

# dmsetup remove --force VolGroup1-LVdata1


4、为设备重新进行处理

# pvdisplay

  --- Physical volume ---

  PV Name               /dev/sda2

  VG Name               VolGroup00

  PV Size               59.71 GiB / not usable 3.00 MiB

  Allocatable           yes (but full)

  PE Size               4.00 MiB

  Total PE              15284

  Free PE               0

  Allocated PE          15284

  PV UUID               AHHcYS-0OQP-YPD3-IFAM-X3C1-l3Tz-pDD6Hz

   

  "/dev/vdb" is a new physical volume of "760.00 GiB"

  --- NEW Physical volume ---

  PV Name               /dev/vdb

  VG Name               

  PV Size               760.00 GiB

  Allocatable           NO

  PE Size               0   

  Total PE              0

  Free PE               0

  Allocated PE          0

  PV UUID               rA2UHB-Pcwq-lWS6-0jD7-JxwL-V3vO-5ghQES


# vgcreate VolGroup1 /dev/vdb


# lvcreate -n LVdata1 -l 100%FREE VolGroup1


# lvscan

  ACTIVE            '/dev/VolGroup1/LVdata1' [760.00 GiB] inherit

  ACTIVE            '/dev/VolGroup00/LVroot' [22.00 GiB] inherit

  ACTIVE            '/dev/VolGroup00/LVvar' [23.21 GiB] inherit

  ACTIVE            '/dev/VolGroup00/LVtmp' [10.00 GiB] inherit

  ACTIVE            '/dev/VolGroup00/LVswap' [4.00 GiB] inherit

  ACTIVE            '/dev/VolGroup00/LVhome' [500.00 MiB] inherit

 

# lvdisplay

  --- Logical volume ---

  LV Path                /dev/VolGroup1/LVdata1

  LV Name                LVdata1

  VG Name                VolGroup1

  LV UUID                plsneR-yzo2-bGc1-jH5x-ZgQX-S8C1-FdyeVD

  LV Write Access        read/write

  LV Creation host, time SZD-L0107825, 2018-07-20 14:05:40 +0800

  LV Status              available

  # open                 0

  LV Size                760.00 GiB

  Current LE             194559

  Segments               1

  Allocation             inherit

  Read ahead sectors     auto

  - currently set to     256

  Block device           253:5


# mkfs.ext4 /dev/VolGroup1/LVdata1

# mkdir /data


# vi /etc/fstab

/dev/mapper/VolGroup1-LVdata1    /data  ext4    defaults        0 0


# mount -a


查看逻辑卷出现 read failed after 0 of 4096 at 0

标签:available   vsc   mkf   vdi   ocata   for   map   fail   逻辑卷   

原文地址:http://blog.51cto.com/xiaoxiaozhou/2147834

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!