Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
10-07-2013, 10:05 AM
|
#16
|
LQ Veteran
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,279
|
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.
|
|
|
10-07-2013, 12:08 PM
|
#17
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
Quote:
Originally Posted by rokytnji
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.
|
|
|
10-07-2013, 12:21 PM
|
#18
|
Member
Registered: Aug 2006
Location: Greece
Distribution: Slackware.12.2
Posts: 104
Rep:
|
Sorry for the OT request, but how was the following report produced?
Quote:
Originally Posted by TobiSGD
...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.
|
|
|
|
10-07-2013, 12:25 PM
|
#19
|
Senior Member
Registered: May 2012
Location: Sebastopol, CA
Distribution: Slackware64
Posts: 1,039
|
Quote:
Originally Posted by rouvas
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.
|
|
|
10-07-2013, 02:09 PM
|
#20
|
Moderator
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,969
|
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.
|
10-08-2013, 05:00 AM
|
#21
|
Member
Registered: Oct 2012
Location: The Czech Republic
Posts: 280
Rep:
|
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.
|
10-08-2013, 08:09 PM
|
#22
|
Member
Registered: Aug 2013
Distribution: slackware
Posts: 79
Original Poster
Rep:
|
Quote:
Originally Posted by Captain Pinkeye
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?
|
|
|
10-08-2013, 10:07 PM
|
#23
|
LQ Guru
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,564
|
You can do it before.
|
|
|
10-09-2013, 09:42 AM
|
#24
|
Member
Registered: Oct 2012
Location: The Czech Republic
Posts: 280
Rep:
|
Quote:
Originally Posted by Ongbuntu
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.
|
|
|
10-09-2013, 02:28 PM
|
#25
|
Member
Registered: Sep 2011
Posts: 925
|
Quote:
Originally Posted by TobiSGD
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?
|
|
|
10-09-2013, 06:12 PM
|
#26
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
Quote:
Originally Posted by jtsn
What about TRIM support?
|
JFS has TRIM support since kernel 3.7, so that is not a problem.
|
|
|
10-09-2013, 07:34 PM
|
#27
|
Member
Registered: May 2004
Location: USA
Distribution: Arch Linux
Posts: 415
Rep:
|
Which file system do you use and why?
Quote:
Originally Posted by Ongbuntu
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.
|
|
|
10-09-2013, 09:35 PM
|
#28
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
Quote:
Originally Posted by TobiSGD
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.
|
|
|
10-09-2013, 10:08 PM
|
#29
|
Member
Registered: Sep 2011
Posts: 925
|
Quote:
Originally Posted by ozar
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?
|
|
|
10-10-2013, 03:47 AM
|
#30
|
Senior Member
Registered: Sep 2012
Posts: 1,385
|
ext4 for all partititions but i want to try btrfs.
|
|
1 members found this post helpful.
|
All times are GMT -5. The time now is 10:31 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|