LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   file system (https://www.linuxquestions.org/questions/linux-newbie-8/file-system-4175650862/)

slcklnx 03-25-2019 01:50 PM

file system
 
which file system is better suited for ssd? ext2, ext4, btrfs? and why?

slcklnx 03-25-2019 01:51 PM

ext2 has no journaling . this is a plus for ssd

hydrurga 03-25-2019 01:56 PM

A quick search on the web for which filesystem best for ssd ext btrfs provides a lot of information on the subject, more than a few answers here will. These include:

https://www.maketecheasier.com/best-...ystem-for-ssd/

https://www.addictivetips.com/ubuntu...tems-on-linux/

https://www.reddit.com/r/linuxquesti...an_ssd_should/

slcklnx 03-25-2019 01:59 PM

I do not think that Google knows better than the inhabitants of the forum

rtmistler 03-25-2019 02:12 PM

Quote:

Originally Posted by slcklnx (Post 5977639)
which file system is better suited for ssd? ext2, ext4, btrfs? and why?

Quote:

Originally Posted by slcklnx (Post 5977640)
ext2 has no journaling . this is a plus for ssd

Quote:

Originally Posted by slcklnx (Post 5977645)
I do not think that Google knows better than the inhabitants of the forum

Well you seem to have done some research on your own by opining that ext2 has no journaling and that you feel it is a positive case for ssd storage.

I think what hydrurga's point here is that one can search the web for information and do some research as opposed to just asking an open-ended question.

I have a different opinion in that I do not feel it is of real consequence and that it's how much you load the disk as well as how much you plan to read-write-erase. The rewrites per storage location on these disks are far improved over the years and the disks themselves perform load leveling to distribute the data. However if you constantly fill and empty the disk, or fill it mostly and leave only a fraction of space remaining, then there's little room to have either a software file system, or hardware assist perform the load leveling.

hydrurga 03-25-2019 02:14 PM

Quote:

Originally Posted by slcklnx (Post 5977645)
I do not think that Google knows better than the inhabitants of the forum

Google and other web search engines provide a route to the views of a far greater number of people than there are active on this forum. For a question like this, where you want to see different general opinions on costs and benefits, and where these will have undoubtedly been discussed on the web, it is a useful resource. For a far wider picture of the issue, you can combine the information from your web searches with the opinions offered on here.

273 03-25-2019 02:36 PM

Quote:

Originally Posted by slcklnx (Post 5977640)
ext2 has no journaling . this is a plus for ssd

why?
Is data on an SSD less important and/or less likely to become corrupted?

slcklnx 03-25-2019 03:22 PM

there is no my opinion and no research done by me. I asked on the forum because I think that there are people who have experience and knowledge of using Linux. Linux is a server and large amounts of data. Who else but you should know everything about file systems?

the topic is not meant to settle disputes but to get the opinion of everyone.

273 03-29-2019 02:33 PM

Modern SSDs are built with read-write cycles expected and lifetimes of things like 5 to 10 years of worsed case expected.

slcklnx 04-08-2019 12:02 AM

ok))))

cantab 04-08-2019 08:36 AM

In most cases I say stick to your distro's default filesystem. It'll be what that distro supports and tests the best, and any reasonably modern distro will have sensible defaults for SSDs. Usually it's ext4, xfs, or btrfs; the first two are very mature and solid and personally I'd be quite happy to use btrfs too nowadays.


All times are GMT -5. The time now is 04:52 PM.