본문 바로가기
HW Knowledge/Hewlett-Packard Enterprise

Smart Array/How to indentifying raid0 disk volume at ubuntu

by 스쳐가는인연 2013. 12. 19.

acucli 를 통해 특정 디스크의 Predictive Failure가 확인되는데, Disk 전면 LED에서 표시되지 않아 확인이 되지 않는 상태에서, Smart Array에 연결된 모든 디스크가 각각 RAID 0로 구성되어 있고, OS의 어떤 볼륨에 마운트되어 있는지 확인하고자 할 때, 물리 디스크와 OS 마운트된 볼륨을 매칭하는 방법


Ubuntu에서 인식된 Disk 볼륨 조회

acucli 에서 Smart Array HBA 위치와 문제 발견 디스크를 확인


dmidecode를 통해 PCI Slot 정보 재확인

# dmidecode

Handle 0x0901, DMI type 9, 17 bytes
System Slot Information
           Designation: PCI-E Slot 1
           Type: x8 PCI Express
           Current Usage: In Use
           Length: Long
           ID: 1
           Characteristics:
                     3.3 V is provided
                     PME signal is supported
           Bus Address: 0000:08:00.0

Handle 0x0902, DMI type 9, 17 bytes
System Slot Information
           Designation: PCI-E Slot 2
           Type: x4 PCI Express
           Current Usage: In Use
           Length: Long
           ID: 2
           Characteristics:
                     3.3 V is provided
                     PME signal is supported
           Bus Address: 0000:0b:00.0

Handle 0x0903, DMI type 9, 17 bytes
System Slot Information
           Designation: PCI-E Slot 3
           Type: x4 PCI Express
           Current Usage: In Use
           Length: Long
           ID: 3
           Characteristics:
                     3.3 V is provided
                     PME signal is supported
           Bus Address: 0000:0e:00.0

Handle 0x0904, DMI type 9, 17 bytes
System Slot Information
           Designation: PCI-E Slot 4
           Type: x8 PCI Express
           Current Usage: In Use
           Length: Long
           ID: 4
           Characteristics:
                     3.3 V is provided
                     PME signal is supported
           Bus Address: 0000:11:00.0

Handle 0x0905, DMI type 9, 17 bytes
System Slot Information
           Designation: PCI-E Slot 5
           Type: x4 PCI Express
           Current Usage: In Use
           Length: Long
           ID: 5
           Characteristics:
                     3.3 V is provided
                     PME signal is supported
           Bus Address: 0000:15:00.0

Handle 0x0906, DMI type 9, 17 bytes
System Slot Information
           Designation: PCI-E Slot 6
           Type: x4 PCI Express
           Current Usage: In Use
           Length: Long
           ID: 6
           Characteristics:
                     3.3 V is provided
                     PME signal is supported
           Bus Address: 0000:18:00.0


disk mount 정보 확인

# ls -lanR /dev     

/dev/disk/by-path:
total 0
drwxr-xr-x 2 0 0 2140 Dec 10 12:35 .
drwxr-xr-x 7 0 0  140 Dec 10 12:35 ..
lrwxrwxrwx 1 0 0    9 Dec 10 12:35 pci-0000:00:1f.2-scsi-0:0:0:0 -> ../../sr0
lrwxrwxrwx 1 0 0    9 Dec 10 13:55 pci-0000:05:00.0-scsi-0:0:0:1 -> ../../sda
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:05:00.0-scsi-0:0:0:1-part1 -> ../../sda1
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:05:00.0-scsi-0:0:0:1-part2 -> ../../sda2
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:05:00.0-scsi-0:0:0:1-part3 -> ../../sda3
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:05:00.0-scsi-0:0:0:1-part4 -> ../../sda4
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:05:00.0-scsi-0:0:0:1-part5 -> ../../sda5
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:05:00.0-scsi-0:0:0:1-part6 -> ../../sda6
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:05:00.0-scsi-0:0:0:1-part7 -> ../../sda7
lrwxrwxrwx 1 0 0    9 Dec 10 13:55 pci-0000:0b:00.0-scsi-0:0:0:1 -> ../../sdb
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:0b:00.0-scsi-0:0:0:1-part1 -> ../../sdb1
lrwxrwxrwx 1 0 0    9 Dec 10 13:55 pci-0000:0b:00.0-scsi-0:0:0:10 -> ../../sdk
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:0b:00.0-scsi-0:0:0:10-part1 -> ../../sdk1
lrwxrwxrwx 1 0 0    9 Dec 10 12:35 pci-0000:0b:00.0-scsi-0:0:0:11 -> ../../sdl
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:0b:00.0-scsi-0:0:0:11-part1 -> ../../sdl1
lrwxrwxrwx 1 0 0    9 Dec 10 13:55 pci-0000:0b:00.0-scsi-0:0:0:12 -> ../../sdm
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:0b:00.0-scsi-0:0:0:12-part1 -> ../../sdm1
lrwxrwxrwx 1 0 0    9 Dec 10 13:55 pci-0000:0b:00.0-scsi-0:0:0:2 -> ../../sdc
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:0b:00.0-scsi-0:0:0:2-part1 -> ../../sdc1
lrwxrwxrwx 1 0 0    9 Dec 10 12:35 pci-0000:0b:00.0-scsi-0:0:0:3 -> ../../sdd
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:0b:00.0-scsi-0:0:0:3-part1 -> ../../sdd1
lrwxrwxrwx 1 0 0    9 Dec 10 13:55 pci-0000:0b:00.0-scsi-0:0:0:4 -> ../../sde
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:0b:00.0-scsi-0:0:0:4-part1 -> ../../sde1
lrwxrwxrwx 1 0 0    9 Dec 10 13:55 pci-0000:0b:00.0-scsi-0:0:0:5 -> ../../sdf
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:0b:00.0-scsi-0:0:0:5-part1 -> ../../sdf1
lrwxrwxrwx 1 0 0    9 Dec 10 13:55 pci-0000:0b:00.0-scsi-0:0:0:6 -> ../../sdg
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:0b:00.0-scsi-0:0:0:6-part1 -> ../../sdg1
lrwxrwxrwx 1 0 0    9 Dec 10 13:55 pci-0000:0b:00.0-scsi-0:0:0:7 -> ../../sdh
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:0b:00.0-scsi-0:0:0:7-part1 -> ../../sdh1
lrwxrwxrwx 1 0 0    9 Dec 10 13:55 pci-0000:0b:00.0-scsi-0:0:0:8 -> ../../sdi
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:0b:00.0-scsi-0:0:0:8-part1 -> ../../sdi1
lrwxrwxrwx 1 0 0    9 Dec 10 13:55 pci-0000:0b:00.0-scsi-0:0:0:9 -> ../../sdj
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:0b:00.0-scsi-0:0:0:9-part1 -> ../../sdj1
lrwxrwxrwx 1 0 0    9 Dec 10 13:55 pci-0000:0e:00.0-scsi-0:0:0:1 -> ../../sdn
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:0e:00.0-scsi-0:0:0:1-part1 -> ../../sdn1
lrwxrwxrwx 1 0 0    9 Dec 10 13:55 pci-0000:0e:00.0-scsi-0:0:0:10 -> ../../sdw
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:0e:00.0-scsi-0:0:0:10-part1 -> ../../sdw1
lrwxrwxrwx 1 0 0    9 Dec 10 13:55 pci-0000:0e:00.0-scsi-0:0:0:11 -> ../../sdx
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:0e:00.0-scsi-0:0:0:11-part1 -> ../../sdx1
lrwxrwxrwx 1 0 0    9 Dec 10 13:55 pci-0000:0e:00.0-scsi-0:0:0:12 -> ../../sdy
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:0e:00.0-scsi-0:0:0:12-part1 -> ../../sdy1
lrwxrwxrwx 1 0 0    9 Dec 10 13:55 pci-0000:0e:00.0-scsi-0:0:0:2 -> ../../sdo
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:0e:00.0-scsi-0:0:0:2-part1 -> ../../sdo1
lrwxrwxrwx 1 0 0    9 Dec 10 13:55 pci-0000:0e:00.0-scsi-0:0:0:3 -> ../../sdp
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:0e:00.0-scsi-0:0:0:3-part1 -> ../../sdp1
lrwxrwxrwx 1 0 0    9 Dec 10 13:55 pci-0000:0e:00.0-scsi-0:0:0:4 -> ../../sdq
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:0e:00.0-scsi-0:0:0:4-part1 -> ../../sdq1
lrwxrwxrwx 1 0 0    9 Dec 10 13:55 pci-0000:0e:00.0-scsi-0:0:0:5 -> ../../sdr
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:0e:00.0-scsi-0:0:0:5-part1 -> ../../sdr1
lrwxrwxrwx 1 0 0    9 Dec 10 13:55 pci-0000:0e:00.0-scsi-0:0:0:6 -> ../../sds
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:0e:00.0-scsi-0:0:0:6-part1 -> ../../sds1
lrwxrwxrwx 1 0 0    9 Dec 10 13:55 pci-0000:0e:00.0-scsi-0:0:0:7 -> ../../sdt
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:0e:00.0-scsi-0:0:0:7-part1 -> ../../sdt1
lrwxrwxrwx 1 0 0    9 Dec 10 13:55 pci-0000:0e:00.0-scsi-0:0:0:8 -> ../../sdu
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:0e:00.0-scsi-0:0:0:8-part1 -> ../../sdu1
lrwxrwxrwx 1 0 0    9 Dec 10 13:55 pci-0000:0e:00.0-scsi-0:0:0:9 -> ../../sdv
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:0e:00.0-scsi-0:0:0:9-part1 -> ../../sdv1
lrwxrwxrwx 1 0 0    9 Dec 10 12:35 pci-0000:15:00.0-scsi-0:0:0:1 -> ../../sdz
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:15:00.0-scsi-0:0:0:1-part1 -> ../../sdz1
lrwxrwxrwx 1 0 0   10 Dec 10 13:55 pci-0000:15:00.0-scsi-0:0:0:10 -> ../../sdai
lrwxrwxrwx 1 0 0   11 Dec 10 12:35 pci-0000:15:00.0-scsi-0:0:0:10-part1 -> ../../sdai1
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:15:00.0-scsi-0:0:0:11 -> ../../sdaj
lrwxrwxrwx 1 0 0   11 Dec 10 12:35 pci-0000:15:00.0-scsi-0:0:0:11-part1 -> ../../sdaj1
lrwxrwxrwx 1 0 0   10 Dec 10 13:55 pci-0000:15:00.0-scsi-0:0:0:12 -> ../../sdak
lrwxrwxrwx 1 0 0   11 Dec 10 12:35 pci-0000:15:00.0-scsi-0:0:0:12-part1 -> ../../sdak1
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:15:00.0-scsi-0:0:0:2 -> ../../sdaa
lrwxrwxrwx 1 0 0   11 Dec 10 12:35 pci-0000:15:00.0-scsi-0:0:0:2-part1 -> ../../sdaa1
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:15:00.0-scsi-0:0:0:3 -> ../../sdab
lrwxrwxrwx 1 0 0   11 Dec 10 12:35 pci-0000:15:00.0-scsi-0:0:0:3-part1 -> ../../sdab1
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:15:00.0-scsi-0:0:0:4 -> ../../sdac
lrwxrwxrwx 1 0 0   11 Dec 10 12:35 pci-0000:15:00.0-scsi-0:0:0:4-part1 -> ../../sdac1
lrwxrwxrwx 1 0 0   10 Dec 10 13:55 pci-0000:15:00.0-scsi-0:0:0:5 -> ../../sdad
lrwxrwxrwx 1 0 0   11 Dec 10 12:35 pci-0000:15:00.0-scsi-0:0:0:5-part1 -> ../../sdad1
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:15:00.0-scsi-0:0:0:6 -> ../../sdae
lrwxrwxrwx 1 0 0   11 Dec 10 12:35 pci-0000:15:00.0-scsi-0:0:0:6-part1 -> ../../sdae1
lrwxrwxrwx 1 0 0   10 Dec 10 13:55 pci-0000:15:00.0-scsi-0:0:0:7 -> ../../sdaf
lrwxrwxrwx 1 0 0   11 Dec 10 12:35 pci-0000:15:00.0-scsi-0:0:0:7-part1 -> ../../sdaf1
lrwxrwxrwx 1 0 0   10 Dec 10 13:55 pci-0000:15:00.0-scsi-0:0:0:8 -> ../../sdag
lrwxrwxrwx 1 0 0   11 Dec 10 12:35 pci-0000:15:00.0-scsi-0:0:0:8-part1 -> ../../sdag1
lrwxrwxrwx 1 0 0   10 Dec 10 13:55 pci-0000:15:00.0-scsi-0:0:0:9 -> ../../sdah
lrwxrwxrwx 1 0 0   11 Dec 10 12:35 pci-0000:15:00.0-scsi-0:0:0:9-part1 -> ../../sdah1
lrwxrwxrwx 1 0 0   10 Dec 10 12:35 pci-0000:18:00.0-scsi-0:0:0:1 -> ../../sdal
lrwxrwxrwx 1 0 0   11 Dec 10 12:35 pci-0000:18:00.0-scsi-0:0:0:1-part1 -> ../../sdal1
lrwxrwxrwx 1 0 0   10 Dec 10 13:55 pci-0000:18:00.0-scsi-0:0:0:10 -> ../../sdau
lrwxrwxrwx 1 0 0   11 Dec 10 12:35 pci-0000:18:00.0-scsi-0:0:0:10-part1 -> ../../sdau1
lrwxrwxrwx 1 0 0   10 Dec 10 13:55 pci-0000:18:00.0-scsi-0:0:0:11 -> ../../sdav
lrwxrwxrwx 1 0 0   11 Dec 10 12:35 pci-0000:18:00.0-scsi-0:0:0:11-part1 -> ../../sdav1
lrwxrwxrwx 1 0 0   10 Dec 10 13:55 pci-0000:18:00.0-scsi-0:0:0:12 -> ../../sdaw
lrwxrwxrwx 1 0 0   11 Dec 10 12:35 pci-0000:18:00.0-scsi-0:0:0:12-part1 -> ../../sdaw1
lrwxrwxrwx 1 0 0   10 Dec 10 13:55 pci-0000:18:00.0-scsi-0:0:0:2 -> ../../sdam
lrwxrwxrwx 1 0 0   11 Dec 10 12:35 pci-0000:18:00.0-scsi-0:0:0:2-part1 -> ../../sdam1
lrwxrwxrwx 1 0 0   10 Dec 10 13:55 pci-0000:18:00.0-scsi-0:0:0:3 -> ../../sdan
lrwxrwxrwx 1 0 0   11 Dec 10 12:35 pci-0000:18:00.0-scsi-0:0:0:3-part1 -> ../../sdan1
lrwxrwxrwx 1 0 0   10 Dec 10 13:55 pci-0000:18:00.0-scsi-0:0:0:4 -> ../../sdao
lrwxrwxrwx 1 0 0   11 Dec 10 12:35 pci-0000:18:00.0-scsi-0:0:0:4-part1 -> ../../sdao1
lrwxrwxrwx 1 0 0   10 Dec 10 13:55 pci-0000:18:00.0-scsi-0:0:0:5 -> ../../sdap
lrwxrwxrwx 1 0 0   11 Dec 10 12:35 pci-0000:18:00.0-scsi-0:0:0:5-part1 -> ../../sdap1
lrwxrwxrwx 1 0 0   10 Dec 10 13:55 pci-0000:18:00.0-scsi-0:0:0:6 -> ../../sdaq
lrwxrwxrwx 1 0 0   11 Dec 10 12:35 pci-0000:18:00.0-scsi-0:0:0:6-part1 -> ../../sdaq1
lrwxrwxrwx 1 0 0   10 Dec 10 13:55 pci-0000:18:00.0-scsi-0:0:0:7 -> ../../sdar
lrwxrwxrwx 1 0 0   11 Dec 10 12:35 pci-0000:18:00.0-scsi-0:0:0:7-part1 -> ../../sdar1
lrwxrwxrwx 1 0 0   10 Dec 10 13:55 pci-0000:18:00.0-scsi-0:0:0:8 -> ../../sdas
lrwxrwxrwx 1 0 0   11 Dec 10 12:35 pci-0000:18:00.0-scsi-0:0:0:8-part1 -> ../../sdas1
lrwxrwxrwx 1 0 0   10 Dec 10 13:55 pci-0000:18:00.0-scsi-0:0:0:9 -> ../../sdat
lrwxrwxrwx 1 0 0   11 Dec 10 12:35 pci-0000:18:00.0-scsi-0:0:0:9-part1 -> ../../sdat1


# mount -l

/dev/sdb1 on /srv/node/sd0 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdc1 on /srv/node/sd1 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdd1 on /srv/node/sd2 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sde1 on /srv/node/sd3 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdf1 on /srv/node/sd4 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdg1 on /srv/node/sd5 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdh1 on /srv/node/sd6 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdi1 on /srv/node/sd7 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdj1 on /srv/node/sd8 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdk1 on /srv/node/sd9 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdl1 on /srv/node/sd10 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdm1 on /srv/node/sd11 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdn1 on /srv/node/sd12 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdo1 on /srv/node/sd13 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdp1 on /srv/node/sd14 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdq1 on /srv/node/sd15 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdr1 on /srv/node/sd16 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sds1 on /srv/node/sd17 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdt1 on /srv/node/sd18 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdu1 on /srv/node/sd19 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdv1 on /srv/node/sd20 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdw1 on /srv/node/sd21 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdx1 on /srv/node/sd22 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdy1 on /srv/node/sd23 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdz1 on /srv/node/sd24 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdaa1 on /srv/node/sd25 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdab1 on /srv/node/sd26 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdac1 on /srv/node/sd27 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdad1 on /srv/node/sd28 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdae1 on /srv/node/sd29 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdaf1 on /srv/node/sd30 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdag1 on /srv/node/sd31 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdah1 on /srv/node/sd32 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdai1 on /srv/node/sd33 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdaj1 on /srv/node/sd34 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sdak1 on /srv/node/sd35 type xfs (rw,noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k)
/dev/sda2 on /boot type ext4 (rw)
/dev/sda5 on /var type ext4 (rw)
/dev/sda6 on /users type ext4 (rw)
/dev/sda7 on /logdata type ext4 (rw)



반응형