1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\Entry {#1607
+user: Proxies\__CG__\App\Entity\User {#1959 …}
+magazine: App\Entity\Magazine {#315
+icon: null
+name: "datahoarder@lemmy.ml"
+title: "datahoarder"
+description: """
**Who are we?**\n
\n
We are digital librarians. Among us are represented the various reasons to keep data – legal requirements, competitive requirements, uncertainty of permanence of cloud services, distaste for transmitting your data externally (e.g. government or corporate espionage), cultural and familial archivists, internet collapse preppers, and people who do it themselves so they’re sure it’s done right. Everyone has their reasons for curating the data they have decided to keep (either forever or For A Damn Long Time). Along the way we have sought out like-minded individuals to exchange strategies, war stories, and cautionary tales of failures.\n
\n
We are one. We are legion. And we’re trying really hard not to forget.\n
\n
– 5-4-3-2-1-bang from [this thread](https://web.archive.org/web/20221111153119/https://old.reddit.com/r/DataHoarder/comments/41tqt4/hi_guys_can_i_kindly_ask_for_an_eli5_of_this/cz53pi0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 58
+entryCommentCount: 311
+postCount: 1
+postCommentCount: 1
+isAdult: false
+customCss: null
+lastActive: DateTime @1729502222 {#323
date: 2024-10-21 11:17:02.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#303 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#299 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#288 …}
+entries: Doctrine\ORM\PersistentCollection {#246 …}
+posts: Doctrine\ORM\PersistentCollection {#204 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#266 …}
+bans: Doctrine\ORM\PersistentCollection {#183 …}
+reports: Doctrine\ORM\PersistentCollection {#169 …}
+badges: Doctrine\ORM\PersistentCollection {#147 …}
+logs: Doctrine\ORM\PersistentCollection {#137 …}
+awards: Doctrine\ORM\PersistentCollection {#126 …}
+categories: Doctrine\ORM\PersistentCollection {#113 …}
-id: 32
+apId: "datahoarder@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/datahoarder"
+apPublicUrl: "https://lemmy.ml/c/datahoarder"
+apFollowersUrl: "https://lemmy.ml/c/datahoarder/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "datahoarder"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729303437 {#324
date: 2024-10-19 04:03:57.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1695727192 {#318
date: 2023-09-26 13:19:52.0 +02:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2418 …}
+slug: "What-do-you-do-with-damaged-drives"
+title: "What do you do with damaged drives?"
+url: null
+body: """
My old laptop died so I took the SSD from it in hope to use it as external drive. I wanted to just overwrite it with `dd` for security but I decided to go with f3 as that would also give me the opportunity to test the drive. Sadly, bad results came back\n
\n
```\n
\n
<span style="color:#323232;">Data OK: 111.75 GB (234352247 sectors)\n
</span><span style="color:#323232;">Data LOST: 14.13 MB (28937 sectors)\n
</span><span style="color:#323232;"> Corrupted: 14.11 MB (28905 sectors)\n
</span><span style="color:#323232;">Slightly changed: 0.00 Byte (0 sectors)\n
</span><span style="color:#323232;"> Overwritten: 16.00 KB (32 sectors)\n
</span><span style="color:#323232;">Average reading speed: 250.69 MB/s\n
</span>\n
```\n
\n
:::spoiler S.M.A.R.T. data if you’re curious\n
\n
```\n
\n
<span style="color:#323232;">ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE\n
</span><span style="color:#323232;"> 1 Raw_Read_Error_Rate 0x000b 100 100 050 Pre-fail Always - 0\n
</span><span style="color:#323232;"> 5 Reallocated_Sector_Ct 0x0013 100 100 050 Pre-fail Always - 0\n
</span><span style="color:#323232;"> 9 Power_On_Hours 0x0012 100 100 000 Old_age Always - 359\n
</span><span style="color:#323232;"> 12 Power_Cycle_Count 0x0012 100 100 000 Old_age Always - 995\n
</span><span style="color:#323232;">161 Unknown_Attribute 0x0012 100 100 000 Old_age Always - 236\n
</span><span style="color:#323232;">163 Unknown_Attribute 0x0003 100 100 050 Pre-fail Always - 96\n
</span><span style="color:#323232;">165 Unknown_Attribute 0x0000 100 100 000 Old_age Offline - 84\n
</span><span style="color:#323232;">166 Unknown_Attribute 0x0000 100 100 000 Old_age Offline - 0\n
</span><span style="color:#323232;">167 Unknown_Attribute 0x0000 100 100 000 Old_age Offline - 56\n
</span><span style="color:#323232;">172 Unknown_Attribute 0x0012 100 100 000 Old_age Always - 0\n
</span><span style="color:#323232;">173 Unknown_Attribute 0x0022 100 100 000 Old_age Always - 0\n
</span><span style="color:#323232;">192 Power-Off_Retract_Count 0x0012 100 100 000 Old_age Always - 339\n
</span><span style="color:#323232;">194 Temperature_Celsius 0x0023 059 059 000 Pre-fail Always - 41 (Min/Max 33/41)\n
</span><span style="color:#323232;">196 Reallocated_Event_Count 0x0000 100 100 000 Old_age Offline - 0\n
</span><span style="color:#323232;">198 Offline_Uncorrectable 0x0012 100 100 000 Old_age Always - 0\n
</span><span style="color:#323232;">241 Total_LBAs_Written 0x0012 100 100 000 Old_age Always - 1847\n
</span><span style="color:#323232;">242 Total_LBAs_Read 0x0012 100 100 000 Old_age Always - 2424\n
</span>\n
```\n
\n
Yeah, barely used. Just the LBAs written/read doesn’t seem to make sense. :::\n
\n
Any better ideas than paperweight? \n
I have tested it when it was new, it had no errors.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 3
+favouriteCount: 0
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1697007109 {#1594
date: 2023-10-11 08:51:49.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2406 …}
+votes: Doctrine\ORM\PersistentCollection {#1972 …}
+reports: Doctrine\ORM\PersistentCollection {#1849 …}
+favourites: Doctrine\ORM\PersistentCollection {#1877 …}
+notifications: Doctrine\ORM\PersistentCollection {#1966 …}
+badges: Doctrine\ORM\PersistentCollection {#1934 …}
+children: []
-id: 2574
-titleTs: "'damag':6 'drive':7"
-bodyTs: "'0':75,120,133,202,224,235,275,286 '0.00':73 '000':141,153,164,187,198,209,220,231,245,256,271,282,294,306 '050':115,128,175 '059':254,255 '0x0000':184,195,206,268 '0x0003':172 '0x000b':112 '0x0012':138,150,161,217,242,279,291,303 '0x0013':125 '0x0022':228 '0x0023':253 '1':107 '100':113,114,126,127,139,140,151,152,162,163,173,174,185,186,196,197,207,208,218,219,229,230,243,244,269,270,280,281,292,293,304,305 '111.75':56 '12':146 '14.11':67 '14.13':62 '16.00':78 '161':158 '163':169 '165':181 '166':192 '167':203 '172':214 '173':225 '1847':298 '192':236 '194':250 '196':264 '198':276 '234352247':58 '236':168 '241':287 '242':299 '2424':310 '250.69':85 '28905':69 '28937':64 '32':80 '33/41':263 '339':249 '359':145 '41':261 '5':121 '56':213 '84':191 '9':134 '96':180 '995':157 'age':143,155,166,189,200,211,222,233,247,273,284,296,308 'also':40 'alway':119,132,144,156,167,179,223,234,248,260,285,297,309 'attribut':95,160,171,183,194,205,216,227 'averag':82 'back':53 'bad':50 'bare':312 'better':325 'byte':74 'came':52 'celsius':252 'chang':72 'corrupt':66 'count':149,241,267 'ct':124 'curious':93 'cycl':148 'data':54,60,89 'dd':27 'decid':32 'die':4 'doesn':318 'drive':19,48 'error':110,340 'event':266 'extern':18 'f3':36 'fail':104,118,131,178,259 'flag':97 'gb':57 'give':41 'go':34 'hope':13 'hour':137 'id':94 'idea':326 'kb':79 'laptop':3 'lbas':289,301,316 'lost':61 'make':322 'mb':63,68 'mb/s':86 'min/max':262 'name':96 'new':336 'offlin':190,201,212,274,277 'ok':55 'old':2,142,154,165,188,199,210,221,232,246,272,283,295,307 'opportun':44 'overwrit':24 'overwritten':77 'paperweight':328 'power':135,147,238 'power-off':237 'pre':117,130,177,258 'pre-fail':116,129,176,257 'rate':111 'raw':105,108 're':92 'read':83,109,302 'realloc':122,265 'result':51 'retract':240 's.m.a.r.t':88 'sad':49 'sector':59,65,70,76,81,123 'secur':29 'seem':320 'sens':323 'slight':71 'speed':84 'spoiler':87 'ssd':9 'temperatur':251 'test':46,331 'thresh':100 'took':7 'total':288,300 'type':101 'uncorrect':278 'unknown':159,170,182,193,204,215,226 'updat':102 'use':15,313 'valu':98,106 'want':21 'worst':99 'would':39 'written':290 'written/read':317 'yeah':311"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1692575024
+visibility: "visible "
+apId: "https://lemmy.sdf.org/post/2445679"
+editedAt: null
+createdAt: DateTimeImmutable @1692560524 {#117
date: 2023-08-20 21:42:04.0 +02:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\Entry {#1607
+user: Proxies\__CG__\App\Entity\User {#1959 …}
+magazine: App\Entity\Magazine {#315
+icon: null
+name: "datahoarder@lemmy.ml"
+title: "datahoarder"
+description: """
**Who are we?**\n
\n
We are digital librarians. Among us are represented the various reasons to keep data – legal requirements, competitive requirements, uncertainty of permanence of cloud services, distaste for transmitting your data externally (e.g. government or corporate espionage), cultural and familial archivists, internet collapse preppers, and people who do it themselves so they’re sure it’s done right. Everyone has their reasons for curating the data they have decided to keep (either forever or For A Damn Long Time). Along the way we have sought out like-minded individuals to exchange strategies, war stories, and cautionary tales of failures.\n
\n
We are one. We are legion. And we’re trying really hard not to forget.\n
\n
– 5-4-3-2-1-bang from [this thread](https://web.archive.org/web/20221111153119/https://old.reddit.com/r/DataHoarder/comments/41tqt4/hi_guys_can_i_kindly_ask_for_an_eli5_of_this/cz53pi0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 58
+entryCommentCount: 311
+postCount: 1
+postCommentCount: 1
+isAdult: false
+customCss: null
+lastActive: DateTime @1729502222 {#323
date: 2024-10-21 11:17:02.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#303 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#299 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#288 …}
+entries: Doctrine\ORM\PersistentCollection {#246 …}
+posts: Doctrine\ORM\PersistentCollection {#204 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#266 …}
+bans: Doctrine\ORM\PersistentCollection {#183 …}
+reports: Doctrine\ORM\PersistentCollection {#169 …}
+badges: Doctrine\ORM\PersistentCollection {#147 …}
+logs: Doctrine\ORM\PersistentCollection {#137 …}
+awards: Doctrine\ORM\PersistentCollection {#126 …}
+categories: Doctrine\ORM\PersistentCollection {#113 …}
-id: 32
+apId: "datahoarder@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/datahoarder"
+apPublicUrl: "https://lemmy.ml/c/datahoarder"
+apFollowersUrl: "https://lemmy.ml/c/datahoarder/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "datahoarder"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729303437 {#324
date: 2024-10-19 04:03:57.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1695727192 {#318
date: 2023-09-26 13:19:52.0 +02:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2418 …}
+slug: "What-do-you-do-with-damaged-drives"
+title: "What do you do with damaged drives?"
+url: null
+body: """
My old laptop died so I took the SSD from it in hope to use it as external drive. I wanted to just overwrite it with `dd` for security but I decided to go with f3 as that would also give me the opportunity to test the drive. Sadly, bad results came back\n
\n
```\n
\n
<span style="color:#323232;">Data OK: 111.75 GB (234352247 sectors)\n
</span><span style="color:#323232;">Data LOST: 14.13 MB (28937 sectors)\n
</span><span style="color:#323232;"> Corrupted: 14.11 MB (28905 sectors)\n
</span><span style="color:#323232;">Slightly changed: 0.00 Byte (0 sectors)\n
</span><span style="color:#323232;"> Overwritten: 16.00 KB (32 sectors)\n
</span><span style="color:#323232;">Average reading speed: 250.69 MB/s\n
</span>\n
```\n
\n
:::spoiler S.M.A.R.T. data if you’re curious\n
\n
```\n
\n
<span style="color:#323232;">ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE\n
</span><span style="color:#323232;"> 1 Raw_Read_Error_Rate 0x000b 100 100 050 Pre-fail Always - 0\n
</span><span style="color:#323232;"> 5 Reallocated_Sector_Ct 0x0013 100 100 050 Pre-fail Always - 0\n
</span><span style="color:#323232;"> 9 Power_On_Hours 0x0012 100 100 000 Old_age Always - 359\n
</span><span style="color:#323232;"> 12 Power_Cycle_Count 0x0012 100 100 000 Old_age Always - 995\n
</span><span style="color:#323232;">161 Unknown_Attribute 0x0012 100 100 000 Old_age Always - 236\n
</span><span style="color:#323232;">163 Unknown_Attribute 0x0003 100 100 050 Pre-fail Always - 96\n
</span><span style="color:#323232;">165 Unknown_Attribute 0x0000 100 100 000 Old_age Offline - 84\n
</span><span style="color:#323232;">166 Unknown_Attribute 0x0000 100 100 000 Old_age Offline - 0\n
</span><span style="color:#323232;">167 Unknown_Attribute 0x0000 100 100 000 Old_age Offline - 56\n
</span><span style="color:#323232;">172 Unknown_Attribute 0x0012 100 100 000 Old_age Always - 0\n
</span><span style="color:#323232;">173 Unknown_Attribute 0x0022 100 100 000 Old_age Always - 0\n
</span><span style="color:#323232;">192 Power-Off_Retract_Count 0x0012 100 100 000 Old_age Always - 339\n
</span><span style="color:#323232;">194 Temperature_Celsius 0x0023 059 059 000 Pre-fail Always - 41 (Min/Max 33/41)\n
</span><span style="color:#323232;">196 Reallocated_Event_Count 0x0000 100 100 000 Old_age Offline - 0\n
</span><span style="color:#323232;">198 Offline_Uncorrectable 0x0012 100 100 000 Old_age Always - 0\n
</span><span style="color:#323232;">241 Total_LBAs_Written 0x0012 100 100 000 Old_age Always - 1847\n
</span><span style="color:#323232;">242 Total_LBAs_Read 0x0012 100 100 000 Old_age Always - 2424\n
</span>\n
```\n
\n
Yeah, barely used. Just the LBAs written/read doesn’t seem to make sense. :::\n
\n
Any better ideas than paperweight? \n
I have tested it when it was new, it had no errors.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 3
+favouriteCount: 0
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1697007109 {#1594
date: 2023-10-11 08:51:49.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2406 …}
+votes: Doctrine\ORM\PersistentCollection {#1972 …}
+reports: Doctrine\ORM\PersistentCollection {#1849 …}
+favourites: Doctrine\ORM\PersistentCollection {#1877 …}
+notifications: Doctrine\ORM\PersistentCollection {#1966 …}
+badges: Doctrine\ORM\PersistentCollection {#1934 …}
+children: []
-id: 2574
-titleTs: "'damag':6 'drive':7"
-bodyTs: "'0':75,120,133,202,224,235,275,286 '0.00':73 '000':141,153,164,187,198,209,220,231,245,256,271,282,294,306 '050':115,128,175 '059':254,255 '0x0000':184,195,206,268 '0x0003':172 '0x000b':112 '0x0012':138,150,161,217,242,279,291,303 '0x0013':125 '0x0022':228 '0x0023':253 '1':107 '100':113,114,126,127,139,140,151,152,162,163,173,174,185,186,196,197,207,208,218,219,229,230,243,244,269,270,280,281,292,293,304,305 '111.75':56 '12':146 '14.11':67 '14.13':62 '16.00':78 '161':158 '163':169 '165':181 '166':192 '167':203 '172':214 '173':225 '1847':298 '192':236 '194':250 '196':264 '198':276 '234352247':58 '236':168 '241':287 '242':299 '2424':310 '250.69':85 '28905':69 '28937':64 '32':80 '33/41':263 '339':249 '359':145 '41':261 '5':121 '56':213 '84':191 '9':134 '96':180 '995':157 'age':143,155,166,189,200,211,222,233,247,273,284,296,308 'also':40 'alway':119,132,144,156,167,179,223,234,248,260,285,297,309 'attribut':95,160,171,183,194,205,216,227 'averag':82 'back':53 'bad':50 'bare':312 'better':325 'byte':74 'came':52 'celsius':252 'chang':72 'corrupt':66 'count':149,241,267 'ct':124 'curious':93 'cycl':148 'data':54,60,89 'dd':27 'decid':32 'die':4 'doesn':318 'drive':19,48 'error':110,340 'event':266 'extern':18 'f3':36 'fail':104,118,131,178,259 'flag':97 'gb':57 'give':41 'go':34 'hope':13 'hour':137 'id':94 'idea':326 'kb':79 'laptop':3 'lbas':289,301,316 'lost':61 'make':322 'mb':63,68 'mb/s':86 'min/max':262 'name':96 'new':336 'offlin':190,201,212,274,277 'ok':55 'old':2,142,154,165,188,199,210,221,232,246,272,283,295,307 'opportun':44 'overwrit':24 'overwritten':77 'paperweight':328 'power':135,147,238 'power-off':237 'pre':117,130,177,258 'pre-fail':116,129,176,257 'rate':111 'raw':105,108 're':92 'read':83,109,302 'realloc':122,265 'result':51 'retract':240 's.m.a.r.t':88 'sad':49 'sector':59,65,70,76,81,123 'secur':29 'seem':320 'sens':323 'slight':71 'speed':84 'spoiler':87 'ssd':9 'temperatur':251 'test':46,331 'thresh':100 'took':7 'total':288,300 'type':101 'uncorrect':278 'unknown':159,170,182,193,204,215,226 'updat':102 'use':15,313 'valu':98,106 'want':21 'worst':99 'would':39 'written':290 'written/read':317 'yeah':311"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1692575024
+visibility: "visible "
+apId: "https://lemmy.sdf.org/post/2445679"
+editedAt: null
+createdAt: DateTimeImmutable @1692560524 {#117
date: 2023-08-20 21:42:04.0 +02:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\Entry {#1607
+user: Proxies\__CG__\App\Entity\User {#1959 …}
+magazine: App\Entity\Magazine {#315
+icon: null
+name: "datahoarder@lemmy.ml"
+title: "datahoarder"
+description: """
**Who are we?**\n
\n
We are digital librarians. Among us are represented the various reasons to keep data – legal requirements, competitive requirements, uncertainty of permanence of cloud services, distaste for transmitting your data externally (e.g. government or corporate espionage), cultural and familial archivists, internet collapse preppers, and people who do it themselves so they’re sure it’s done right. Everyone has their reasons for curating the data they have decided to keep (either forever or For A Damn Long Time). Along the way we have sought out like-minded individuals to exchange strategies, war stories, and cautionary tales of failures.\n
\n
We are one. We are legion. And we’re trying really hard not to forget.\n
\n
– 5-4-3-2-1-bang from [this thread](https://web.archive.org/web/20221111153119/https://old.reddit.com/r/DataHoarder/comments/41tqt4/hi_guys_can_i_kindly_ask_for_an_eli5_of_this/cz53pi0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 58
+entryCommentCount: 311
+postCount: 1
+postCommentCount: 1
+isAdult: false
+customCss: null
+lastActive: DateTime @1729502222 {#323
date: 2024-10-21 11:17:02.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#303 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#299 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#288 …}
+entries: Doctrine\ORM\PersistentCollection {#246 …}
+posts: Doctrine\ORM\PersistentCollection {#204 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#266 …}
+bans: Doctrine\ORM\PersistentCollection {#183 …}
+reports: Doctrine\ORM\PersistentCollection {#169 …}
+badges: Doctrine\ORM\PersistentCollection {#147 …}
+logs: Doctrine\ORM\PersistentCollection {#137 …}
+awards: Doctrine\ORM\PersistentCollection {#126 …}
+categories: Doctrine\ORM\PersistentCollection {#113 …}
-id: 32
+apId: "datahoarder@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/datahoarder"
+apPublicUrl: "https://lemmy.ml/c/datahoarder"
+apFollowersUrl: "https://lemmy.ml/c/datahoarder/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "datahoarder"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729303437 {#324
date: 2024-10-19 04:03:57.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1695727192 {#318
date: 2023-09-26 13:19:52.0 +02:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2418 …}
+slug: "What-do-you-do-with-damaged-drives"
+title: "What do you do with damaged drives?"
+url: null
+body: """
My old laptop died so I took the SSD from it in hope to use it as external drive. I wanted to just overwrite it with `dd` for security but I decided to go with f3 as that would also give me the opportunity to test the drive. Sadly, bad results came back\n
\n
```\n
\n
<span style="color:#323232;">Data OK: 111.75 GB (234352247 sectors)\n
</span><span style="color:#323232;">Data LOST: 14.13 MB (28937 sectors)\n
</span><span style="color:#323232;"> Corrupted: 14.11 MB (28905 sectors)\n
</span><span style="color:#323232;">Slightly changed: 0.00 Byte (0 sectors)\n
</span><span style="color:#323232;"> Overwritten: 16.00 KB (32 sectors)\n
</span><span style="color:#323232;">Average reading speed: 250.69 MB/s\n
</span>\n
```\n
\n
:::spoiler S.M.A.R.T. data if you’re curious\n
\n
```\n
\n
<span style="color:#323232;">ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE\n
</span><span style="color:#323232;"> 1 Raw_Read_Error_Rate 0x000b 100 100 050 Pre-fail Always - 0\n
</span><span style="color:#323232;"> 5 Reallocated_Sector_Ct 0x0013 100 100 050 Pre-fail Always - 0\n
</span><span style="color:#323232;"> 9 Power_On_Hours 0x0012 100 100 000 Old_age Always - 359\n
</span><span style="color:#323232;"> 12 Power_Cycle_Count 0x0012 100 100 000 Old_age Always - 995\n
</span><span style="color:#323232;">161 Unknown_Attribute 0x0012 100 100 000 Old_age Always - 236\n
</span><span style="color:#323232;">163 Unknown_Attribute 0x0003 100 100 050 Pre-fail Always - 96\n
</span><span style="color:#323232;">165 Unknown_Attribute 0x0000 100 100 000 Old_age Offline - 84\n
</span><span style="color:#323232;">166 Unknown_Attribute 0x0000 100 100 000 Old_age Offline - 0\n
</span><span style="color:#323232;">167 Unknown_Attribute 0x0000 100 100 000 Old_age Offline - 56\n
</span><span style="color:#323232;">172 Unknown_Attribute 0x0012 100 100 000 Old_age Always - 0\n
</span><span style="color:#323232;">173 Unknown_Attribute 0x0022 100 100 000 Old_age Always - 0\n
</span><span style="color:#323232;">192 Power-Off_Retract_Count 0x0012 100 100 000 Old_age Always - 339\n
</span><span style="color:#323232;">194 Temperature_Celsius 0x0023 059 059 000 Pre-fail Always - 41 (Min/Max 33/41)\n
</span><span style="color:#323232;">196 Reallocated_Event_Count 0x0000 100 100 000 Old_age Offline - 0\n
</span><span style="color:#323232;">198 Offline_Uncorrectable 0x0012 100 100 000 Old_age Always - 0\n
</span><span style="color:#323232;">241 Total_LBAs_Written 0x0012 100 100 000 Old_age Always - 1847\n
</span><span style="color:#323232;">242 Total_LBAs_Read 0x0012 100 100 000 Old_age Always - 2424\n
</span>\n
```\n
\n
Yeah, barely used. Just the LBAs written/read doesn’t seem to make sense. :::\n
\n
Any better ideas than paperweight? \n
I have tested it when it was new, it had no errors.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 3
+favouriteCount: 0
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1697007109 {#1594
date: 2023-10-11 08:51:49.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2406 …}
+votes: Doctrine\ORM\PersistentCollection {#1972 …}
+reports: Doctrine\ORM\PersistentCollection {#1849 …}
+favourites: Doctrine\ORM\PersistentCollection {#1877 …}
+notifications: Doctrine\ORM\PersistentCollection {#1966 …}
+badges: Doctrine\ORM\PersistentCollection {#1934 …}
+children: []
-id: 2574
-titleTs: "'damag':6 'drive':7"
-bodyTs: "'0':75,120,133,202,224,235,275,286 '0.00':73 '000':141,153,164,187,198,209,220,231,245,256,271,282,294,306 '050':115,128,175 '059':254,255 '0x0000':184,195,206,268 '0x0003':172 '0x000b':112 '0x0012':138,150,161,217,242,279,291,303 '0x0013':125 '0x0022':228 '0x0023':253 '1':107 '100':113,114,126,127,139,140,151,152,162,163,173,174,185,186,196,197,207,208,218,219,229,230,243,244,269,270,280,281,292,293,304,305 '111.75':56 '12':146 '14.11':67 '14.13':62 '16.00':78 '161':158 '163':169 '165':181 '166':192 '167':203 '172':214 '173':225 '1847':298 '192':236 '194':250 '196':264 '198':276 '234352247':58 '236':168 '241':287 '242':299 '2424':310 '250.69':85 '28905':69 '28937':64 '32':80 '33/41':263 '339':249 '359':145 '41':261 '5':121 '56':213 '84':191 '9':134 '96':180 '995':157 'age':143,155,166,189,200,211,222,233,247,273,284,296,308 'also':40 'alway':119,132,144,156,167,179,223,234,248,260,285,297,309 'attribut':95,160,171,183,194,205,216,227 'averag':82 'back':53 'bad':50 'bare':312 'better':325 'byte':74 'came':52 'celsius':252 'chang':72 'corrupt':66 'count':149,241,267 'ct':124 'curious':93 'cycl':148 'data':54,60,89 'dd':27 'decid':32 'die':4 'doesn':318 'drive':19,48 'error':110,340 'event':266 'extern':18 'f3':36 'fail':104,118,131,178,259 'flag':97 'gb':57 'give':41 'go':34 'hope':13 'hour':137 'id':94 'idea':326 'kb':79 'laptop':3 'lbas':289,301,316 'lost':61 'make':322 'mb':63,68 'mb/s':86 'min/max':262 'name':96 'new':336 'offlin':190,201,212,274,277 'ok':55 'old':2,142,154,165,188,199,210,221,232,246,272,283,295,307 'opportun':44 'overwrit':24 'overwritten':77 'paperweight':328 'power':135,147,238 'power-off':237 'pre':117,130,177,258 'pre-fail':116,129,176,257 'rate':111 'raw':105,108 're':92 'read':83,109,302 'realloc':122,265 'result':51 'retract':240 's.m.a.r.t':88 'sad':49 'sector':59,65,70,76,81,123 'secur':29 'seem':320 'sens':323 'slight':71 'speed':84 'spoiler':87 'ssd':9 'temperatur':251 'test':46,331 'thresh':100 'took':7 'total':288,300 'type':101 'uncorrect':278 'unknown':159,170,182,193,204,215,226 'updat':102 'use':15,313 'valu':98,106 'want':21 'worst':99 'would':39 'written':290 'written/read':317 'yeah':311"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1692575024
+visibility: "visible "
+apId: "https://lemmy.sdf.org/post/2445679"
+editedAt: null
+createdAt: DateTimeImmutable @1692560524 {#117
date: 2023-08-20 21:42:04.0 +02:00
}
} |
|
Show voter details
|
5 |
DENIED
|
edit
|
App\Entity\Magazine {#315
+icon: null
+name: "datahoarder@lemmy.ml"
+title: "datahoarder"
+description: """
**Who are we?**\n
\n
We are digital librarians. Among us are represented the various reasons to keep data – legal requirements, competitive requirements, uncertainty of permanence of cloud services, distaste for transmitting your data externally (e.g. government or corporate espionage), cultural and familial archivists, internet collapse preppers, and people who do it themselves so they’re sure it’s done right. Everyone has their reasons for curating the data they have decided to keep (either forever or For A Damn Long Time). Along the way we have sought out like-minded individuals to exchange strategies, war stories, and cautionary tales of failures.\n
\n
We are one. We are legion. And we’re trying really hard not to forget.\n
\n
– 5-4-3-2-1-bang from [this thread](https://web.archive.org/web/20221111153119/https://old.reddit.com/r/DataHoarder/comments/41tqt4/hi_guys_can_i_kindly_ask_for_an_eli5_of_this/cz53pi0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 58
+entryCommentCount: 311
+postCount: 1
+postCommentCount: 1
+isAdult: false
+customCss: null
+lastActive: DateTime @1729502222 {#323
date: 2024-10-21 11:17:02.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#303 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#299 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#288 …}
+entries: Doctrine\ORM\PersistentCollection {#246 …}
+posts: Doctrine\ORM\PersistentCollection {#204 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#266 …}
+bans: Doctrine\ORM\PersistentCollection {#183 …}
+reports: Doctrine\ORM\PersistentCollection {#169 …}
+badges: Doctrine\ORM\PersistentCollection {#147 …}
+logs: Doctrine\ORM\PersistentCollection {#137 …}
+awards: Doctrine\ORM\PersistentCollection {#126 …}
+categories: Doctrine\ORM\PersistentCollection {#113 …}
-id: 32
+apId: "datahoarder@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/datahoarder"
+apPublicUrl: "https://lemmy.ml/c/datahoarder"
+apFollowersUrl: "https://lemmy.ml/c/datahoarder/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "datahoarder"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729303437 {#324
date: 2024-10-19 04:03:57.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1695727192 {#318
date: 2023-09-26 13:19:52.0 +02:00
}
} |
|
Show voter details
|