Slashdot Mirror


User: faux978

faux978's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. All logic aside.. on Artificial Heart Recipient Has No Pulse · · Score: 5, Funny

    This probably wouldn't happen cause of medical history and all that jazz, but that aside, it'd be priceless to see a nurse unaware of the circumstance trying to take her pulse..

  2. Re:Understatement on Why a Hard Disk Is a Better Bargain Than an SSD · · Score: 1

    lol - You should actually do research instead of reading FUD. By the way, that problem affects all storage media, not just SSDs. It has to do with how the filesystem "deletes" (incase you didnt get the quotes, thats a hint) its data. When you fill up a drive, obviously there's data there. However, when you go to remove it, it isn't actually removed, the filesystem, not the storage media, writes a 0 in its place instead of removing the data itself. Which is all fine and dandy untill your entire drive is like that. Now, when you go to put a new file on, the storage media has to find a block of data applicable for it, remove all of the "deleted" data, and THEN write to it. It affects all drives with the same level of performance decrease, and it's not even that much. People ignorant in how harddrives and filesystems actually work If you really want to fix it, do a low level format on your SSD or HDD every time it gets "full", or wait for Windows 7, which will actually remove the data when you go to delete it, making the next write to that data block much faster..