openSUSE Forums > Looking For Something Other Than Support? » Questions for 11.2 Mx versions

Go Back   openSUSE Forums > Looking For Something Other Than Support?
Forums FAQ Members List Search Today's Posts Mark Forums Read


Looking For Something Other Than Support? If you are looking for manuals, books, repositories, hardware, software, etc. this is the place to see if someone can help you find it.

Reply
Page 1 of 2 1 2
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 29-Sep-2009, 14:20
cybertaz's Avatar
Explorer Penguin
 
Join Date: Jun 2008
Location: Concord, California
Posts: 234
cybertaz hasn't been rated much yet
Question Questions for 11.2 Mx versions

I'm running 11.0 with KDE 4.3.1.

I'm thinking of skipping over 11.1 and going straight for 11.2 in November. Is 11.2 good, bad or just the same?

If I wanted to install 11.2 with ext4, can I convert my ext3 /home partition? (I know always backup first!) Or should I just backup, wipe everything and start with fresh root and home partitions?

Is ext4 worth it? What kind of real life differences are you noticing?

NOTE: I wasn't sure if this should go here or in the general chit-chat section. Admins feel free to move if this is better off in the general chit-chat section.
__________________
OpenSUSE 11, KDE4 (4.3.x), AMD64-X2 4200+, NVIDIA 8500GTx2 (twinview mode), 2 GB Ram
Reply With Quote
  #2 (permalink)  
Old 29-Sep-2009, 14:52
platinum
Guest
 
Posts: n/a
Default Re: Questions for 11.2 Mx versions

> NOTE: I wasn't sure if this should go here or in the general chit-chat
> section.



why don't you ask the folks who are running it..
they hang out in (of all things) the pre-release/beta forum here

http://forums.opensuse.org/pre-release-beta/

(i know, hard to believe, huh?)

or run it yourself, there is a LiveCD at
http://software.opensuse.org/developer

just download, burn and jump out on the leading edge of Linux
technology today!

--
platinum
Reply With Quote
  #3 (permalink)  
Old 29-Sep-2009, 17:44
BenderBendingRodriguez's Avatar
Wise Penguin
 
Join Date: Jun 2008
Posts: 1,655
BenderBendingRodriguez hasn't been rated much yet
Default Re: Questions for 11.2 Mx versions

I wouldn't say openSUSE is a leading edge distribution

This is restricted to Fedora

They are leading in new features with every new release BUT stability is often an issue because of that.

openSUSE 11.2 is going to be a really good edition.
__________________
How does a linux geek make love??

- unzip; strip; touch; finger; mount; fsck; more; yes; umount; sleep;
Reply With Quote
  #4 (permalink)  
Old 29-Sep-2009, 21:01
Wise Penguin
 
Join Date: Nov 2008
Posts: 1,255
Confuseling is on a distinguished reputation roadConfuseling is on a distinguished reputation road
Default Re: Questions for 11.2 Mx versions

Ext4 is noticeably faster - I've not benchmarked it, but I've run the same system on both, and you can tell. Particularly with booting (ridiculously so when it decides to fsck).

You can find benchmarks if you google, but personally, I've just gone for it for my root partition and left my home as ext3. The data loss bugs seem to be being sorted out, but I figure this is a good way to reap most of the advantage without losing my files...

Bring on btrfs!
Reply With Quote
  #5 (permalink)  
Old 29-Sep-2009, 23:36
cybertaz's Avatar
Explorer Penguin
 
Join Date: Jun 2008
Location: Concord, California
Posts: 234
cybertaz hasn't been rated much yet
Default Re: Questions for 11.2 Mx versions

Quote:
Originally Posted by BenderBendingRodriguez View Post

They are leading in new features with every new release BUT stability is often an issue because of that.

openSUSE 11.2 is going to be a really good edition.
So definitely a go for 11.2
Quote:
Ext4 is noticeably faster - I've not benchmarked it, but I've run the same system on both, and you can tell. Particularly with booting (ridiculously so when it decides to fsck).

You can find benchmarks if you google, but personally, I've just gone for it for my root partition and left my home as ext3. The data loss bugs seem to be being sorted out, but I figure this is a good way to reap most of the advantage without losing my files...

Bring on btrfs!
Wow, I didn't think that ext4 would be that big of a difference. Do you think the data loss bugs will be fixed in time for the final release?
__________________
OpenSUSE 11, KDE4 (4.3.x), AMD64-X2 4200+, NVIDIA 8500GTx2 (twinview mode), 2 GB Ram
Reply With Quote
  #6 (permalink)  
Old 30-Sep-2009, 00:14
Wise Penguin
 
Join Date: Nov 2008
Posts: 1,255
Confuseling is on a distinguished reputation roadConfuseling is on a distinguished reputation road
Default Re: Questions for 11.2 Mx versions

Well, don't get overexcited. It is noticeably faster in disk IO intensive things (which includes booting for me, because I'm on an old solid state, so the disk is a bottleneck).

But it won't magically make your computer better.

The data loss bugs have been mitigated by adjustments to the way EXT4 is implemented, so it is probably fair to say it is fairly safe at this stage. Whether it will ever be 'fixed' is a difficult question, because it's fundamentally connected to delayed allocation (I think...), and that's where EXT4 gets at least part of its speed increase. Even if they fix the file blanking thing (and apart from the changed implementation mentioned above, that means lots and lots of people rewriting their programs), there will *always* be a balance between certainty of writes being recorded and speed. Still, there are a lot of people using it already, and there haven't been a tidal wave of people complaining.

Do a backup, and you can't go wrong...
Reply With Quote
  #7 (permalink)  
Old 30-Sep-2009, 02:15
BenderBendingRodriguez's Avatar
Wise Penguin
 
Join Date: Jun 2008
Posts: 1,655
BenderBendingRodriguez hasn't been rated much yet
Default Re: Questions for 11.2 Mx versions

What we need for ext4 to mitigate this file blanking is copy-on-write but unfortunately it will happen for btrfs and not for ext4.
__________________
How does a linux geek make love??

- unzip; strip; touch; finger; mount; fsck; more; yes; umount; sleep;
Reply With Quote
  #8 (permalink)  
Old 30-Sep-2009, 10:42
cybertaz's Avatar
Explorer Penguin
 
Join Date: Jun 2008
Location: Concord, California
Posts: 234
cybertaz hasn't been rated much yet
Default Re: Questions for 11.2 Mx versions

[Phoronix] EXT4, Btrfs, NILFS2 Performance Benchmarks

I found this interesting. Scroll down to the SQLite benchmark test. EXT3 and NILFS2 blew away the others tested.

They note that Firefox uses SQLite.

It looks like ext3 and ext4 are really close in performance. The only real difference comes when you have large, or a lot of, files to transfer. Gives me something to think about.
__________________
OpenSUSE 11, KDE4 (4.3.x), AMD64-X2 4200+, NVIDIA 8500GTx2 (twinview mode), 2 GB Ram
Reply With Quote
  #9 (permalink)  
Old 30-Sep-2009, 11:11
Explorer Penguin
 
Join Date: Feb 2009
Location: Canada
Posts: 103
ReferenceSeete hasn't been rated much yet
Default Re: Questions for 11.2 Mx versions

openSUSE 11.2: 11.2 is shaping up to be a very good release. Part of it is just good timing with upstream projects (a lot of mature software projects - OOo 3.1.1, GNOME 2.28, KDE 4.3.1 etc). So a lot of the 'iffy' parts have been shaken out thanks to the passing of time, especially on the KDE 4 front. There are still some apps that need a bit more time like Kaffeine & K3B but on the whole things look good.

Another nice thing about this release is that a lot of the polish/fit-and-finish is back. I remember installing 10.3 on KDE 3 and thinking the distro felt like a real competitor against proprietary OS because of the polish. I could show them oS 10.3 and have my non-tech friends say "wow, what's that?". 11.0 & 11.1 didn't have that same feeling and some of it has to do with coming to grips with KDE 4. The devs did an admirable job on their KDE 4.1.3 implementation but it's great to see the distro move from "make it work" to "make it nice".

I would say however that if you can, test against Milestone 8 (or RC 1). That way you can catch any critical bugs that may affect your specific setup. This should help make the installation and use of the final release much better for you.

ext4: It is better than ext3, however you will need to create a new ext4 partition rather than a ext3->ext4 conversion to get all of the new features. Since you have a backup of your important data (right?) this shouldn't be a problem. Of course if you are comfortable with ext3 then stick with it.
__________________
Primary OS: openSUSE 11.2
Testing OS: openSUSE Factory
oS TCT
Reply With Quote
  #10 (permalink)  
Old 30-Sep-2009, 11:40
cybertaz's Avatar
Explorer Penguin
 
Join Date: Jun 2008
Location: Concord, California
Posts: 234
cybertaz hasn't been rated much yet
Default Re: Questions for 11.2 Mx versions

@ReferenceSeete:

I do have backups. And I have been running KDE 4.X from factory for some time. I have been from 4.0 to 4.3.1. So those articles about doing a conversion ext3->ext4 I have seen won't provide the new features? Well, not a problem. Backup, wipe re-install time.

11.2 is supposed to go Gold around Thanksgiving here in the States. I know what I'm going to be doing over the days off!
__________________
OpenSUSE 11, KDE4 (4.3.x), AMD64-X2 4200+, NVIDIA 8500GTx2 (twinview mode), 2 GB Ram
Reply With Quote
Reply
Page 1 of 2 1 2

Bookmarks


Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2