Fórumok
Film nézés közben, lefagyott a gép. Kikapcsolás közben láttam sok I/O errort.
Innentől kezdve nem látja bootolás folyamán a meghajtót. A régi rendszerem alól ezt látom:
sudo smartctl -a /dev/sdb
smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-122-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family: SandForce Driven SSDs
Device Model: KINGSTON SV300S37A120G
Serial Number: 50026B785A013A9C
LU WWN Device Id: 5 0026b7 85a013a9c
Firmware Version: 60AABBF0
User Capacity: 120.033.041.920 bytes [120 GB]
Sector Size: 512 bytes logical/physical
Rotation Rate: Solid State Device
Device is: In smartctl database [for details use: -P show]
ATA Version is: ATA8-ACS, ACS-2 T13/2015-D revision 3
SATA Version is: SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Mon Jan 28 17:56:37 2019 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: (0x02) Offline data collection activity
was completed without error.
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: (0x7d) SMART execute Offline immediate.
No Auto Offline data collection support.
Abort Offline collection upon new
command.
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: ( 48) minutes.
Conveyance self-test routine
recommended polling time: ( 2) minutes.
SCT capabilities: (0x0025) 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 0x0032 120 120 050 Old_age Always - 2/0
5 Retired_Block_Count 0x0033 100 100 003 Pre-fail Always - 0
9 Power_On_Hours_and_Msec 0x0032 096 096 000 Old_age Always - 4240h+27m+32.160s
12 Power_Cycle_Count 0x0032 098 098 000 Old_age Always - 2823
171 Program_Fail_Count 0x000a 100 100 000 Old_age Always - 0
172 Erase_Fail_Count 0x0032 100 100 000 Old_age Always - 0
174 Unexpect_Power_Loss_Ct 0x0030 000 000 000 Old_age Offline - 63
177 Wear_Range_Delta 0x0000 000 000 000 Old_age Offline - 0
181 Program_Fail_Count 0x000a 100 100 000 Old_age Always - 0
182 Erase_Fail_Count 0x0032 100 100 000 Old_age Always - 0
187 Reported_Uncorrect 0x0012 100 100 000 Old_age Always - 0
189 Airflow_Temperature_Cel 0x0000 025 036 000 Old_age Offline - 25 (Min/Max 15/36)
194 Temperature_Celsius 0x0022 025 036 000 Old_age Always - 25 (Min/Max 15/36)
195 ECC_Uncorr_Error_Count 0x001c 120 120 000 Old_age Offline - 2/0
196 Reallocated_Event_Count 0x0033 100 100 003 Pre-fail Always - 0
201 Unc_Soft_Read_Err_Rate 0x001c 120 120 000 Old_age Offline - 2/0
204 Soft_ECC_Correct_Rate 0x001c 120 120 000 Old_age Offline - 2/0
230 Life_Curve_Status 0x0013 100 100 000 Pre-fail Always - 100
231 SSD_Life_Left 0x0000 100 100 011 Old_age Offline - 38654705664
233 SandForce_Internal 0x0032 000 000 000 Old_age Always - 1642
234 SandForce_Internal 0x0032 000 000 000 Old_age Always - 1468
241 Lifetime_Writes_GiB 0x0032 000 000 000 Old_age Always - 1468
242 Lifetime_Reads_GiB 0x0032 000 000 000 Old_age Always - 1683
244 Unknown_Attribute 0x0000 100 100 010 Old_age Offline - 3014681
SMART Error Log not supported
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% 4117 -
# 2 Extended offline Interrupted (host reset) 90% 4116 -
# 3 Extended offline Completed without error 00% 4116 -
# 4 Short offline Completed without error 00% 4115 -
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.
sudo fsck /dev/sdb
fsck from util-linux 2.27.1
e2fsck 1.42.13 (17-May-2015)
ext2fs_open2: Bad magic number in super-block
fsck.ext2: Superblock invalid, trying backup blocks...
fsck.ext2: Bad magic number in super-block while trying to open /dev/sdb
The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem. If the device is valid and it really contains an ext2/ext3/ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
or
e2fsck -b 32768 <device>
zolti@zolti-desktop:~$ sudo e2fsck -b 32768 /dev/sdb
e2fsck 1.42.13 (17-May-2015)
e2fsck: Bad magic number in super-block while trying to open /dev/sdb
The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem. If the device is valid and it really contains an ext2/ext3/ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
or
e2fsck -b 32768 <device>
zolti@zolti-desktop:~$ sudo e2fsck -b 8193 /dev/sdb
e2fsck 1.42.13 (17-May-2015)
e2fsck: Bad magic number in super-block while trying to open /dev/sdb
The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem. If the device is valid and it really contains an ext2/ext3/ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
or
e2fsck -b 32768 <device>
zolti@zolti-desktop:~$ sudo fsck /dev/sdb1
fsck from util-linux 2.27.1
e2fsck 1.42.13 (17-May-2015)
/dev/sdb1 has unsupported feature(s): metadata_csum
e2fsck: Get a newer version of e2fsck!
Ja majd el felejtettem , az adatok úgy látom megvannak. Menteni nem kell mert ami fontos volt az mentve volt mindig. Inkább csak a belakott rendszeremet sajnálnám.
Tudnátok segíteni, merre lépjek tovább ? Érdemes ezzel foglalkozni vagy kuka ?
- 966 megtekintés
Hozzászólások
hol van az fs? sdb? sdb1? ha van sdb1 gyanus, hogy sdb-n nincs ext.
parted /dev/sdb print
- A hozzászóláshoz be kell jelentkezni
sudo parted /dev/sdb print
[sudo] password for zolti:
Model: ATA KINGSTON SV300S3 (scsi)
Disk /dev/sdb: 120GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 120GB 120GB ext4
zolti@zolti-desktop:~$ sudo fdisk -l /dev/sdb
Disk /dev/sdb: 111,8 GiB, 120033041920 bytes, 234439535 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 17116F09-3F98-496F-8AD9-BC442ED29504
Device Start End Sectors Size Type
/dev/sdb1 2048 234438655 234436608 111,8G Linux filesystem
- A hozzászóláshoz be kell jelentkezni
akkor az fsck-t az sdb1-re kuld ra
fsck.ext4 /dev/sdb1
- A hozzászóláshoz be kell jelentkezni
sudo fsck.ext4 /dev/sdb1
e2fsck 1.42.13 (17-May-2015)
/dev/sdb1 has unsupported feature(s): metadata_csum
e2fsck: Get a newer version of e2fsck!
- A hozzászóláshoz be kell jelentkezni
tul regi az fsck-d, szerezz ujat es azzal probald.
- A hozzászóláshoz be kell jelentkezni
az fs-t lehet nem azzal az OS-sel csinaltad, amivel hasznalod?
- A hozzászóláshoz be kell jelentkezni