SSD: NTFS vs EXT4
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Magic Ocean Looping
--
Chapters
00:00 Ssd: Ntfs Vs Ext4
00:36 Answer 1 Score 1
01:38 Accepted Answer Score 20
02:47 Thank you
--
Full question
https://superuser.com/questions/357151/s...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#linux #filesystems #ssd #ext4 #journaling
#avk47
ACCEPTED ANSWER
Score 20
You can't disable journaling on NTFS.
That being said, the benefits are dubious these days. While writes are limited, the myths of write endurance existed from the first generation of SSDs that appeared in the enterprise market. I find it hard to believe that the same is still true ten years later.
For example, Corsair's blog posted this test.
http://www.corsair.com/blog/force-series-ssd-life-testing/
So one forum member decided to stomp the myth.
The user decided to take three files, copy it a whole bunch, then delete it.
It took 240 TiB of data written to the drive to finally kill it. And mind you, this is on a 40 GB Corsair with a SandForce controller.
The math is easy. If you wrote 20GiB of data a day, it would take you over 30 years to hit that number.
The rest of the blog post gets more detailed and it graphs the SMART data. I'll be glad when the day people stop this one to death. Like the whole "Moon landings were fake" BS. . .
ANSWER 2
Score 1
I think nobody tells you to disable journal on SSDs while using NTFS because nobody knows better. It's extremely easy to find bad advice on Windows forums and the same is happening with Ubuntu... So use a grain of salt when using a forum for those.
The numbers of writes on a SSD until it dies is lower than a regular HD. So, any time you write to it, its death comes closer.
You just have to select what is worth writing. One thing is to disable access time (*atime) on any file system, unless you need it. I never needed on my desktop. I can happily live without it.
I can disable journaling on SSDs, but never on hard disk drives. Just because the probability of needing it on a hard disk drive medium is high enough to justify the resource (drive live and performance) usage.
If you need some feature, enable it. If not, you are just wasting resources. I disable atime on hard disk drives because of performance... And keep in mind that newer SSDs live much longer now.