Ubuntu 16.04 LTS Server i386(커널 4.4.211-0404211-generic)을 실행하는 NAS가 있습니다. 저는 이를 삼바와 함께 사용하여 홈 네트워크를 통해 영화와 음악을 공유합니다.
HDD에서 최근 구입한 다른 HDD로 약 100개의 Go 데이터를 ext4 형식으로 복사해 보았습니다.
둘 다 다음과 같이 부팅 시 fstab에 의해 설치됩니다.
UUID=... /media/HDD{number_of_hdd} ext4 defaults,errors=remount-ro 0 2
그러나 내가 시도한 모든 것이 실패했으며 그 이유는 다음과 같습니다. 모든 것이 (부분적으로) 손상되었습니다. 내 모든 파일을 읽을 수 있습니다. 예를 들어 내 Windows PC의 VLC는 내 삼바 공유가 거기에 있다고 생각하지만 음악에 작은 일시 중지가 많이 있거나 비디오의 시각적 손상이 있으며 디코딩된 청크가 많이 있음을 확인했습니다. Dropped (discontinued)
VLC 통계에는 데이터에 표시된 페이지가 있으며 오디오 또는 시각적 손상을 발견할 때마다 다른 페이지가 있습니다.
그래서 체크섬(소스 및 대상 파일의 합계 사용 7z h {file} -scrcSHA256
) 을 확인 md5sum
하고 매번 다를 때마다 확인했습니다.
나는 cp
와 rsync
복사본을 만드는데 둘 다 실패했습니다. 내가 사용한 전체 명령은 다음과 같습니다.
cp -r {source} {destination}
rsync -Pa {source} {destination}
두 드라이브 모두의 스마트 값을 확인했는데 문제가 없었습니다. 그런 다음 fsck -f -y
두 드라이브도 모두 확인했고 fsck는 모든 것이 괜찮다고 말했습니다. 또한 로 메모리 테스트를 실행했는데 memtest86+
모든 것이 괜찮았습니다. 사용 가능한 업데이트가 없습니다 apt update
.
몇 시간 동안 문제를 파악하려고 노력한 후 몇 가지 사항을 발견했습니다( cp
또는 사용 모두 rsync
).
- 다음을 사용하여 생성된 작은 파일의 경우
truncate
체크섬이 정확합니다. - 작은 파일(5개 파일 중 약 20Mo)이 포함된 폴더의 경우 체크섬이 정확합니다.
- 100Go의 전체 디렉토리를 복사하려고 하면 두 명령 모두 모든 것이 괜찮다고 말하지만 체크섬이 일치하지 않습니다.
원래 디렉터리와 손상된 디렉터리의 두 파일을 비교한 결과 몇 가지 차이점을 발견했습니다.
필요한 경우 원본 파일과 손상된 파일이 포함된 아카이브를 보낼 수 있습니다.
서버 사양:
==================================================
system A7N8X-E
/0 bus A7N8X-E
/0/0 memory 64KiB BIOS
/0/4 processor AMD Athlon(tm) XP 2800+
/0/4/9 memory 128KiB L1 cache
/0/4/a memory 512KiB L2 cache
/0/26 memory 3GiB System Memory
/0/26/0 memory 1GiB DIMM DRAM Synchronous
/0/26/1 memory 1GiB DIMM DRAM Synchronous
/0/26/2 memory 1GiB DIMM DRAM Synchronous
/0/100 bridge nForce2 IGP2
/0/100/0.1 memory RAM memory
/0/100/0.2 memory RAM memory
/0/100/0.3 memory RAM memory
/0/100/0.4 memory RAM memory
/0/100/0.5 memory RAM memory
/0/100/1 bridge nForce2 ISA Bridge
/0/100/1.1 bus nForce2 SMBus (MCP)
/0/100/2 bus nForce2 USB Controller
/0/100/2/1 usb2 bus OHCI PCI host controller
/0/100/2.1 bus nForce2 USB Controller
/0/100/2.1/1 usb3 bus OHCI PCI host controller
/0/100/2.2 bus nForce2 USB Controller
/0/100/2.2/1 usb1 bus EHCI Host Controller
/0/100/4 enp0s4 network nForce2 Ethernet Controller
/0/100/8 bridge nForce2 External PCI Bridge
/0/100/8/4 enp1s4 network 88E8001 Gigabit Ethernet Controller
/0/100/8/a storage SiI 3114 [SATALink/SATARaid] Serial ATA Controller
/0/100/9 storage nForce2 IDE
/0/100/1e bridge nForce2 AGP
/0/1 scsi0 storage
/0/1/0.0.0 /dev/sda disk 1TB ST1000DM010-2EP1
/0/1/0.0.0/1 /dev/sda1 volume 928GiB EXT4 volume
/0/1/0.0.0/2 /dev/sda2 volume 3070MiB Extended partition
/0/1/0.0.0/2/5 /dev/sda5 volume 3070MiB Linux swap / Solaris partition
/0/2 scsi1 storage
/0/2/0.0.0 /dev/sdb disk 1TB ST1000LM048-2E71
/0/2/0.0.0/1 /dev/sdb1 volume 465GiB EXT4 volume
/0/2/0.0.0/2 /dev/sdb2 volume 465GiB Linux filesystem partition
/0/3 scsi2 storage
/0/3/0.0.0 /dev/sdc disk 3TB ST3000DM007-1WY1
/0/3/0.0.0/1 /dev/sdc1 volume 2794GiB EXT4 volume
/0/5 scsi3 storage
/0/5/0.0.0 /dev/sdd disk 1TB ST1000LM048-2E71
/0/5/0.0.0/1 /dev/sdd1 volume 931GiB Windows NTFS volume
/1 virbr0-nic network Ethernet interface
이 문제가 곧 해결되기를 바랍니다. 감사해요
memtest86+
편집 1(2020년 1월 26일): - RAM 문제 없이 3시간 30분(정확히는 2패스) 동안 실행했습니다 .
- 손상(CRC 오류)에 대한 메시지도 확인했는데 dmesg
복사본을 만들어도 아무 것도 보고되지 않았습니다(대상의 체크섬에도 오류가 있음)...
- 문제가 없는지 확인하기 위해 두 HDD(소스 및 대상) 모두에서 2번의 긴 SMART 테스트를 수행하고 있습니다.
- 또한 이 프로세스 중에 파일 복사를 중지하면(예: CTRL+C 사용) ext4 파일 시스템이 손상되는 것 같다는 것을 알았습니다. 그 방법과 이유는 모르겠습니다...
편집 2(2020년 1월 26일): 두 개의 하드 드라이브에 대해 두 개의 보고서가 있기 때문입니다.
소스 하드 드라이브:
smartctl 6.5 2016-01-24 r4214 [i686-linux-4.4.211-0404211-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Device Model: ST3000DM007-1WY10G
Serial Number: WFN2CMWR
LU WWN Device Id: 5 000c50 0cc67ff74
Firmware Version: 0001
User Capacity: 3 000 592 982 016 bytes [3,00 TB]
Sector Sizes: 512 bytes logical, 4096 bytes physical
Rotation Rate: 5425 rpm
Form Factor: 3.5 inches
Device is: Not in smartctl database [for details use: -P showall]
ATA Version is: ACS-3 T13/2161-D revision 5
SATA Version is: SATA 3.1, 6.0 Gb/s (current: 1.5 Gb/s)
Local Time is: Sun Jan 26 21:35:04 2020 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
General SMART Values:
Offline data collection status: (0x00) Offline data collection activity
was never started.
Auto Offline Data Collection: Disabled.
Self-test execution status: ( 0) The previous self-test routine completed
without error or no self-test has ever
been run.
Total time to complete Offline
data collection: ( 0) seconds.
Offline data collection
capabilities: (0x73) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
No Offline surface scan supported.
Self-test supported.
Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities: (0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability: (0x01) Error logging supported.
General Purpose Logging supported.
Short self-test routine
recommended polling time: ( 1) minutes.
Extended self-test routine
recommended polling time: ( 359) minutes.
Conveyance self-test routine
recommended polling time: ( 2) minutes.
SCT capabilities: (0x30a5) SCT Status supported.
SCT Data Table supported.
SMART Attributes Data Structure revision number: 10
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000f 079 064 006 Pre-fail Always - 74326255
3 Spin_Up_Time 0x0003 096 096 000 Pre-fail Always - 0
4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 13
5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always - 0
7 Seek_Error_Rate 0x000f 067 060 045 Pre-fail Always - 5351732
9 Power_On_Hours 0x0032 100 100 000 Old_age Always - 66 (132 227 0)
10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0
12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 13
183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always - 0
184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0
187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0
188 Command_Timeout 0x0032 100 100 000 Old_age Always - 0
189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0
190 Airflow_Temperature_Cel 0x0022 067 060 040 Old_age Always - 33 (Min/Max 30/38)
191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 0
192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 5
193 Load_Cycle_Count 0x0032 100 100 000 Old_age Always - 23
194 Temperature_Celsius 0x0022 033 040 000 Old_age Always - 33 (0 23 0 0 0)
195 Hardware_ECC_Recovered 0x001a 079 064 000 Old_age Always - 74326255
197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0
240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 55 (238 164 0)
241 Total_LBAs_Written 0x0000 100 253 000 Old_age Offline - 2782921433
242 Total_LBAs_Read 0x0000 100 253 000 Old_age Offline - 1050108775
SMART Error Log Version: 1
No Errors Logged
SMART Self-test log structure revision number 1
Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
# 1 Extended offline Completed without error 00% 66 -
SMART Selective self-test log data structure revision number 1
SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
1 0 0 Not_testing
2 0 0 Not_testing
3 0 0 Not_testing
4 0 0 Not_testing
5 0 0 Not_testing
Selective self-test flags (0x0):
After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
대상 하드 드라이브:
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Device Model: ST1000LM048-2E7172
Serial Number: ZDEBV755
LU WWN Device Id: 5 000c50 0b24d84fd
Firmware Version: SDM1
User Capacity: 1 000 204 886 016 bytes [1,00 TB]
Sector Sizes: 512 bytes logical, 4096 bytes physical
Rotation Rate: 5400 rpm
Form Factor: 2.5 inches
Device is: Not in smartctl database [for details use: -P showall]
ATA Version is: ACS-3 T13/2161-D revision 3b
SATA Version is: SATA 3.1, 6.0 Gb/s (current: 1.5 Gb/s)
Local Time is: Sun Jan 26 18:34:49 2020 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
General SMART Values:
Offline data collection status: (0x00) Offline data collection activity
was never started.
Auto Offline Data Collection: Disabled.
Self-test execution status: ( 0) The previous self-test routine completed
without error or no self-test has ever
been run.
Total time to complete Offline
data collection: ( 0) seconds.
Offline data collection
capabilities: (0x71) SMART execute Offline immediate.
No Auto Offline data collection support.
Suspend Offline collection upon new
command.
No Offline surface scan supported.
Self-test supported.
Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities: (0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability: (0x01) Error logging supported.
General Purpose Logging supported.
Short self-test routine
recommended polling time: ( 1) minutes.
Extended self-test routine
recommended polling time: ( 162) minutes.
Conveyance self-test routine
recommended polling time: ( 2) minutes.
SCT capabilities: (0x3035) SCT Status supported.
SCT Feature Control supported.
SCT Data Table supported.
SMART Attributes Data Structure revision number: 10
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000f 083 064 006 Pre-fail Always - 193912808
3 Spin_Up_Time 0x0003 099 099 000 Pre-fail Always - 0
4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 228
5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0
7 Seek_Error_Rate 0x000f 070 060 045 Pre-fail Always - 9188472
9 Power_On_Hours 0x0032 092 092 000 Old_age Always - 7832 (182 235 0)
10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0
12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 197
184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0
187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0
188 Command_Timeout 0x0032 100 100 000 Old_age Always - 0
189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0
190 Airflow_Temperature_Cel 0x0022 074 058 040 Old_age Always - 26 (Min/Max 26/31)
191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 0
192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 78
193 Load_Cycle_Count 0x0032 100 100 000 Old_age Always - 1655
194 Temperature_Celsius 0x0022 026 042 000 Old_age Always - 26 (0 16 0 0 0)
197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 1
240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 7545 (117 142 0)
241 Total_LBAs_Written 0x0000 100 253 000 Old_age Offline - 5699868670
242 Total_LBAs_Read 0x0000 100 253 000 Old_age Offline - 10646554103
254 Free_Fall_Sensor 0x0032 100 100 000 Old_age Always - 0
SMART Error Log Version: 1
No Errors Logged
SMART Self-test log structure revision number 1
Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
# 1 Extended offline Completed without error 00% 7832 -
# 2 Short offline Completed without error 00% 7830 -
# 3 Short offline Completed without error 00% 3141 -
SMART Selective self-test log data structure revision number 1
SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
1 0 0 Not_testing
2 0 0 Not_testing
3 0 0 Not_testing
4 0 0 Not_testing
5 0 0 Not_testing
Selective self-test flags (0x0):
After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
편집 3(2020년 2월 15일):
마침내 libata.force=noncq
Linux 매개변수를 설정하여 문제를 해결했습니다. 이는 분명히 커널의 버그인 것으로 보이며 곧 수정되어야 할 것 같습니다(https://bugs.launchpad.net/ubuntu/+bug/1861300)
답변1
(참고: 이는 많은 커널 오류( dmesg
OR 확인 journalctl -b -k
)가 발생하지 않거나 드라이브의 SMART 상태에 표시된 많은 CRC 오류가 발생하지 않는다고 가정합니다. 그렇다면... 먼저 NCQ 끄기와 같은 몇 가지 소프트웨어 작업을 시도해 보십시오.
일반적으로 이는 RAM이 손상되었음을 의미합니다. ECC RAM이 없으면 memtest86+가 통과하더라도(얼마나 오랫동안 실행했습니까?) 사양에 대한 의구심이 듭니다.
1미터 이상의 SATA 케이블을 찾아 CPU 주위에 감는 등의 미친 짓을 하지 않도록 하세요. SATA 데이터 전송에는 CRC가 있지만 여기에서 손상이 발생하면 많은 오류가 발생합니다. SATA 케이블은 저렴하며 언제든지 교체할 수 있습니다.
RAM 이상의 것을 교체하려는 경우 다음 단계는 손상이 발생한 시점을 좁히는 것입니다.
각 드라이브에서 md5sum
대용량 파일(캐시에서 확인하지 않으려면 2x RAM이 필요함) 또는 문제가 나타나는 파일 세트에 대해 반복 실행하거나 이와 유사합니다. 몇 시간처럼 여러 번 반복하세요. 항상 같은 결과가 나오나요? 그렇지 않은 경우 읽기 경로가 손상된 것입니다. 항상 동일한 결과를 얻는다면 읽기에는 손상이 없을 가능성이 높습니다. 이로 인해 RAM이 발생하지 않을 것입니다.
두 디스크 모두에서 읽기 손상이 발생하면 RAM을 교체하는 것부터 시작하세요. 그래도 문제가 해결되지 않으면 전원 공급 장치를 사용해 보고 마지막으로 SATA 컨트롤러(아마도 마더보드에 납땜되어 있으므로 교체해야 함)를 사용해 볼 수 있습니다.
디스크 중 하나(두 디스크 모두 아님)에 읽기 손상이 있는 경우 디스크를 교체하십시오. 이렇게 해도 문제가 해결되지 않고 백플레인(서버에서 핫 스왑에 사용됨)이 있는 경우 결함이 있을 수 있습니다. 케이블을 교체해 볼 수도 있습니다. 다른 SATA 포트를 사용해 보십시오. 여기서의 가정은 다음과 같습니다.하나불량 디스크가 발생할 수 있지만둘가능성은 거의 없습니다. 솔직히... 두 디스크 모두 불량이라고 가정하기 전에 메모리를 교환하겠습니다.
만약에둘 다디스크는 항상 동일한 데이터를 다시 읽습니다. 먼저 실제로 충분한 데이터를 확인하여 캐시되지 않았는지 확인하세요. 적어도 두 배의 메모리가 필요합니다. 그런 다음 알려진 일부 데이터를 각 디스크에 반복적으로 쓰고 이를 다시 읽으면 다른 값이 나오는지 확인할 수 있습니다. 그러면 위와 거의 동일한 솔루션이 됩니다.
추신: 그러한 부패는 교활합니다. 특히 데이터뿐만 아니라 Linux 배포판의 임의 비트도 손상시킬 수 있습니다. 원인이 해결되면 일반적으로 다시 설치하는 것이 가장 좋습니다. 최소한 각 배포판에서 제공하는 파일을 알려진 양호한 체크섬과 비교하여 확인해야 합니다. 일부 배포판에서는 이를 수행하는 유틸리티를 제공합니다. 이는 여전히 동적 배포 데이터 파일(예: 설치된 패키지 목록)이 손상되지 않았음을 확인하지는 않지만 적어도 바이너리에 문제가 없다는 것을 확신할 수 있습니다.
답변2
나는 오래 전에 같은 문제를 겪었습니다. 문제는 손상된 BIOS입니다. RAM이 아닐 가능성이 높습니다. 마치 RAM인 것처럼 임의의 충돌이 "무료"로 발생하고 문제는 하나가 아닌 두 드라이브 모두에서 발생합니다(문제가 새 드라이브에서만 발생한다고 가정하는 것이 맞습니까?)
나는 이것에 초점을 맞추고 싶습니다: 사본을 제외하고 . 쓰기 전용으로 바꾸세요. dd를 사용하여 블록 크기(dd if=/dev/zero of=myfile bs=1M count=100)의 파일을 생성합니다. 정확한 크기를 찾으면 깨질 것입니다.