LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-07-2013, 10:05 AM   #16
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,279
Blog Entries: 21

Rep: Reputation: 3503Reputation: 3503Reputation: 3503Reputation: 3503Reputation: 3503Reputation: 3503Reputation: 3503Reputation: 3503Reputation: 3503Reputation: 3503Reputation: 3503

Though not to start a flame war. I used ext2 on my Phison SSDs in my eeepc 900 and 701sd when installing linux with no swap. I have since sold the 900 and am selling the 701sd currently. I have had them and used them for quite a while and have never had a problem with this setup configuration.

http://antix.freeforums.org/limiting...epc-t2389.html

Not all SSD drives are equal. I might catch flak for this but my reasoning was better safe than sorry. Costs too much for fubar.

Posting from a Linux install right now installed on a 128MB SD Flash card.
 
Old 10-07-2013, 12:08 PM   #17
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by rokytnji View Post
Though not to start a flame war. I used ext2 on my Phison SSDs in my eeepc 900 and 701sd when installing linux with no swap. I have since sold the 900 and am selling the 701sd currently. I have had them and used them for quite a while and have never had a problem with this setup configuration.
The SSDs in these machines are crap, no question, cheap and slow without the sophisticated mechanisms of modern SSDs. I still have a 701 and I wouldn't use journaling on that.
 
Old 10-07-2013, 12:21 PM   #18
rouvas
Member
 
Registered: Aug 2006
Location: Greece
Distribution: Slackware.12.2
Posts: 104
Blog Entries: 4

Rep: Reputation: 21
Sorry for the OT request, but how was the following report produced?

Quote:
Originally Posted by TobiSGD View Post
...has about 3TB (currently not in use, I can't tell the exact values) written to it and reports lifetime indicator of 97%, so there are still some years to go with that device.
This is what the SSD in my main machine reports
Code:
  9 Power_On_Hours_and_Msec 0x0032   085   085   000    Old_age   Always       -       13164h+12m+59.350s
231 SSD_Life_Left           0x0013   100   100   010    Pre-fail  Always       -       0
241 Lifetime_Writes_GiB     0x0032   000   000   000    Old_age   Always       -       2866
As you can see, after 13000+ hours and 2.8TB written to it it still reports 100% life left.
 
Old 10-07-2013, 12:25 PM   #19
ttk
Senior Member
 
Registered: May 2012
Location: Sebastopol, CA
Distribution: Slackware64
Posts: 1,039
Blog Entries: 27

Rep: Reputation: 1485Reputation: 1485Reputation: 1485Reputation: 1485Reputation: 1485Reputation: 1485Reputation: 1485Reputation: 1485Reputation: 1485Reputation: 1485
Quote:
Originally Posted by rouvas View Post
Sorry for the OT request, but how was the following report produced?
Looks like a "sudo smartctl -a /dev/sda" or similar.

Note that not all SSD devices support attributes like "SSD_Life_Left", so ymmv.

Last edited by ttk; 10-07-2013 at 12:27 PM.
 
Old 10-07-2013, 02:09 PM   #20
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,969
Blog Entries: 46

Rep: Reputation: 3194Reputation: 3194Reputation: 3194Reputation: 3194Reputation: 3194Reputation: 3194Reputation: 3194Reputation: 3194Reputation: 3194Reputation: 3194Reputation: 3194
Member Response

Hi,

People should not mix information between SSD generations. Older SSD do not have the capability of new SSD. First the type of cell used to store on SSD is not the same as on older generation drives. Controller for newest generation SSD handle information differently than older controllers. Older designs did not provide/support TRIM which can be provided by current kernels for newer SSD.

I still have some older 2nd generation SSD Intel drives that are under continuous use with no issues. Prices are falling for larger capacity consumer SSD so I will get a few more for personal use. I like OCZ & Patriot drives for their durability, cost and use of SandForce controllers for new generations.
 
1 members found this post helpful.
Old 10-08-2013, 05:00 AM   #21
Captain Pinkeye
Member
 
Registered: Oct 2012
Location: The Czech Republic
Posts: 280

Rep: Reputation: 98
You can use ext4 without journal
Code:
mkfs.ext4 -O ^has_journal /dev/sdXYZ
I'd say it's better than ext2 because it has all the newer technology of ext4. ext2 is probably still good for compatibility though.
 
1 members found this post helpful.
Old 10-08-2013, 08:09 PM   #22
Ongbuntu
Member
 
Registered: Aug 2013
Distribution: slackware
Posts: 79

Original Poster
Rep: Reputation: 8
Quote:
Originally Posted by Captain Pinkeye View Post
You can use ext4 without journal
Code:
mkfs.ext4 -O ^has_journal /dev/sdXYZ
I'd say it's better than ext2 because it has all the newer technology of ext4. ext2 is probably still good for compatibility though.
Do I do this prior to installation or can I still do it after slackware is installed?
 
Old 10-08-2013, 10:07 PM   #23
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,564
Blog Entries: 15

Rep: Reputation: 2118Reputation: 2118Reputation: 2118Reputation: 2118Reputation: 2118Reputation: 2118Reputation: 2118Reputation: 2118Reputation: 2118Reputation: 2118Reputation: 2118
You can do it before.
 
Old 10-09-2013, 09:42 AM   #24
Captain Pinkeye
Member
 
Registered: Oct 2012
Location: The Czech Republic
Posts: 280

Rep: Reputation: 98
Quote:
Originally Posted by Ongbuntu View Post
Do I do this prior to installation or can I still do it after slackware is installed?
Prior. With mkfs command you are formating the partition.
 
Old 10-09-2013, 02:28 PM   #25
jtsn
Member
 
Registered: Sep 2011
Posts: 925

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
Quote:
Originally Posted by TobiSGD View Post
I usually use ext4 for all my partition (except those shared with Windows, of course), but out of curiosity and because of better performance in benchmarks on SSDs I tried JFS for my laptop. So far I have seen no downsides with that decision, but due to hardware limitation I can't see performance enhancements either.
What about TRIM support?
 
Old 10-09-2013, 06:12 PM   #26
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by jtsn View Post
What about TRIM support?
JFS has TRIM support since kernel 3.7, so that is not a problem.
 
Old 10-09-2013, 07:34 PM   #27
ozar
Member
 
Registered: May 2004
Location: USA
Distribution: Arch Linux
Posts: 415

Rep: Reputation: 85
Which file system do you use and why?

Quote:
Originally Posted by Ongbuntu View Post
All guidance and advice are welcomed!
I'm not running Slackware as I type this, but it doesn't matter because I use ext4 on the root and home partitions regardless of which distro I'm running at any given moment. I stick with ext4 because it has always worked well for my own needs. My /boot stuff gets mounted on FAT32 partitions because UEFI seems to like them.
 
Old 10-09-2013, 09:35 PM   #28
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by TobiSGD View Post
I usually use ext4 for all my partition (except those shared with Windows, of course), but out of curiosity and because of better performance in benchmarks on SSDs I tried JFS for my laptop. So far I have seen no downsides with that decision, but due to hardware limitation I can't see performance enhancements either.
I have to correct myself, I found a downside. JFS can grow the filesystem, but has no option to shrink it. I just wanted to shrink the file-system to make space for a new partition, but this is not possible. I think I will change the filesystem on this one again, but look into those options before I decide for which i go.
 
Old 10-09-2013, 10:08 PM   #29
jtsn
Member
 
Registered: Sep 2011
Posts: 925

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
Quote:
Originally Posted by ozar View Post
My /boot stuff gets mounted on FAT32 partitions because UEFI seems to like them.
How do you deal with /boot/initrd-tree on FAT32 and symlinks inside /boot?
 
Old 10-10-2013, 03:47 AM   #30
kooru
Senior Member
 
Registered: Sep 2012
Posts: 1,385

Rep: Reputation: 275Reputation: 275Reputation: 275
ext4 for all partititions but i want to try btrfs.
 
1 members found this post helpful.
  


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
[SOLVED] after install how to keep file system safe and use another partion for my file system highrolla Linux - Newbie 25 04-08-2013 03:22 PM
How would I check a virtualized file system from the host file system? bluefish1 Linux - Server 4 02-29-2012 01:06 PM
Linpus Fedora after saving files to file system, CAN'T open FILE SYSTEM from desktop! remiwa Fedora 2 01-07-2009 08:28 AM
when does linux switch from realmode file system to protectedmode file system sitthar Linux - General 3 04-08-2006 09:05 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:31 AM.

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