LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-25-2019, 01:50 PM   #1
slcklnx
Member
 
Registered: Jan 2019
Posts: 144

Rep: Reputation: Disabled
file system


which file system is better suited for ssd? ext2, ext4, btrfs? and why?
 
Old 03-25-2019, 01:51 PM   #2
slcklnx
Member
 
Registered: Jan 2019
Posts: 144

Original Poster
Rep: Reputation: Disabled
ext2 has no journaling . this is a plus for ssd
 
Old 03-25-2019, 01:56 PM   #3
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
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/
 
1 members found this post helpful.
Old 03-25-2019, 01:59 PM   #4
slcklnx
Member
 
Registered: Jan 2019
Posts: 144

Original Poster
Rep: Reputation: Disabled
I do not think that Google knows better than the inhabitants of the forum
 
Old 03-25-2019, 02:12 PM   #5
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,879
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
Quote:
Originally Posted by slcklnx View Post
which file system is better suited for ssd? ext2, ext4, btrfs? and why?
Quote:
Originally Posted by slcklnx View Post
ext2 has no journaling . this is a plus for ssd
Quote:
Originally Posted by slcklnx View Post
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.
 
1 members found this post helpful.
Old 03-25-2019, 02:14 PM   #6
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by slcklnx View Post
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.
 
1 members found this post helpful.
Old 03-25-2019, 02:36 PM   #7
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by slcklnx View Post
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?
 
1 members found this post helpful.
Old 03-25-2019, 03:22 PM   #8
slcklnx
Member
 
Registered: Jan 2019
Posts: 144

Original Poster
Rep: Reputation: Disabled
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.
 
Old 03-29-2019, 02:33 PM   #9
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Modern SSDs are built with read-write cycles expected and lifetimes of things like 5 to 10 years of worsed case expected.
 
1 members found this post helpful.
Old 04-08-2019, 12:02 AM   #10
slcklnx
Member
 
Registered: Jan 2019
Posts: 144

Original Poster
Rep: Reputation: Disabled
Talking

ok))))
 
Old 04-08-2019, 08:36 AM   #11
cantab
Member
 
Registered: Oct 2009
Location: England
Distribution: Kubuntu, Ubuntu, Debian, Proxmox.
Posts: 553

Rep: Reputation: 115Reputation: 115
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.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
scp - Problem in Copying file from system A to system B using system C unclesamcrazy Linux - Newbie 23 08-06-2014 08:59 AM
[SOLVED] Starting File System .. Starting File System .. Starting File System .. Starting File rmknox Linux - Newbie 3 08-15-2010 11:30 PM
where does file system keeps file name in the file system data structure pavan.manipal Linux - Newbie 4 02-22-2010 07:38 AM
SSH working from System A to System B but not from system B to System A bala150985 Linux - Networking 15 05-23-2009 08:53 AM
figuring out 'file system' and 'swap file system' types TrulyTessa Linux - Newbie 3 09-26-2005 06:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:40 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration