LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
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 02-06-2006, 04:09 AM   #16
shpalsam
LQ Newbie
 
Registered: Sep 2005
Posts: 4

Rep: Reputation: 0

Quote:
- support for more filesystems

Really? name a filesystem that I can't mount in 2.4x (and that includes ntfs,mass storage devices, etc) yes the support may not be native but that is a technical footnote not an obsticle.
I think... reiser4?
 
Old 02-06-2006, 08:36 AM   #17
Penguin of Wonder
Senior Member
 
Registered: Sep 2005
Location: West Virginia
Distribution: Gentoo
Posts: 1,249

Rep: Reputation: 45
Yeah, I think shpalsam is right, but even at that reiser4 is still experimental, I wouldn't really recomend it yet, even if you can mount it.

Last edited by Penguin of Wonder; 02-11-2006 at 12:46 PM.
 
Old 02-06-2006, 09:18 AM   #18
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: Slackware®
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Quote:
Anything which reduces the chances that you will render your installation un-usable is a good thing. One good idea when learning kernel compiling is to not recompile the same kernel that is already working. /lib/modules can quickly become a big fat mess. You already have a working 2.4 series kernel. Why mess with that while still learning? Jump to a 2.6 series kernel. Since the 2.4 kernel on your system is already working (and should continue to work if you compile new kernels correctly), I think compiling a 2.6 kernel is a great learning tool. Keep compiling until you get it to work. After that, re-compile until you get it to break
Shilo, some good points!

Might I add you can compile a new kernel without effects on your current modules by just editing the /usr/src/linux/Makefile and add to the EXTRAVERSION= parameter.

This way you will create a new /lib/modules/kernel.ver tree.

Another point of interest is to break something! Some people break without even knowing it. How many people really look at their log files on what they think is a running system? If they would look on a frequent basis or have email errors then that would also provide means to learning the system. Tracking errors and then fixing can be fun yet frustrating at times.

As for the rampant compile method. I would rather like to have a planned compile. Know your hardware and the needs for that system. We don't want bloatware, do we?


For most of my systems I have several boot options. I have some set to allow custom 2.4 or 2.6 kernels for varied setups.

Just my .02!

Last edited by onebuck; 02-06-2006 at 09:21 AM.
 
Old 02-06-2006, 11:36 AM   #19
AxelFendersson
Member
 
Registered: Mar 2004
Location: Darkest Oxfordshire
Distribution: Arch, Slackware
Posts: 184

Rep: Reputation: 32
No, I'm pretty sure Reiser4 is not in the vanilla 2.6 kernel yet.

As I see it the two main reasons to use 2.6 over 2.4 are the improved performance and udev. Not only does it allow for dbus and hal, which would be reason enough to use it but it's also useful being able to set rules as to what /dev nodes are assigned to which devices, regardless of the order in which they're plugged in. Udev is just so much better a way of handling device nodes than a static /dev tree or, worse, devfs.

Improved hardware support is all well and good, but if 2.4 already works for your system, that's not a very compelling reason to upgrade.

Quote:
Originally Posted by gwsandvik
Might I add you can compile a new kernel without effects on your current modules by just editing the /usr/src/linux/Makefile and add to the EXTRAVERSION= parameter.
No need even for that. Just set CONFIG_LOCALVERSION in the kernel config (under 'General Setup in the menu) and it'll get added to the version string.
 
Old 02-11-2006, 04:29 AM   #20
psycode
LQ Newbie
 
Registered: Jan 2006
Posts: 17

Original Poster
Rep: Reputation: 0
thanx shilo,
I must admit compiling the kernel is quite a complex process especially when things go wrong...I’ve been a windows programmer for a number of years (c/c++/asm/basic etc etc) and I thought that linux would be a breeze. However, hours of debugging installation scripts, hunting down package dependencies etc has cured me of this naďve assumption. I suppose that anything that streamlines the user experience would be eagerly anticipated by the linux community and in this regard progress is inevitable. The original question though was: has enough progress been made to justify upgrading?
For my purposes, the answer is: not really.
 
Old 02-11-2006, 10:35 AM   #21
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: Slackware®
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Quote:
Originally Posted by AxelFendersson
No, I'm pretty sure Reiser4 is not in the vanilla 2.6 kernel yet.

As I see it the two main reasons to use 2.6 over 2.4 are the improved performance and udev. Not only does it allow for dbus and hal, which would be reason enough to use it but it's also useful being able to set rules as to what /dev nodes are assigned to which devices, regardless of the order in which they're plugged in. Udev is just so much better a way of handling device nodes than a static /dev tree or, worse, devfs.

Improved hardware support is all well and good, but if 2.4 already works for your system, that's not a very compelling reason to upgrade.


No need even for that. Just set CONFIG_LOCALVERSION in the kernel config (under 'General Setup in the menu) and it'll get added to the version string.
Hi,

Good points! I forgot about CONFIG_LOCALVERSION, thanks for the reminder.
 
Old 02-11-2006, 05:02 PM   #22
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
i've never used 2.6 as i've never had any reason to... but i might start thinking about moving to 2.6 in a couple years, after development on it has cooled-down... for now, all my boxes are extremely happy with 2.4...

having said that, i will be getting my first laptop soon, and when i do, i will definitely put the latest and greatest 2.6 on it!!!

yeah, i think a move from 2.4 to 2.6 should be done only when needed, or when you really really want it really bad...

Quote:
Originally Posted by KimVette
break past the 2GB file size barrier
you mean the imaginary 2GB file size barrier??

no but seriously, what do you mean?? the only time i've heard about this limitation was with the ext2 filesystem... on reiserfs i've never had any file size limitation issues...

Last edited by win32sux; 02-11-2006 at 05:09 PM.
 
Old 02-11-2006, 05:36 PM   #23
KimVette
Senior Member
 
Registered: Dec 2004
Location: Lee, NH
Distribution: OpenSUSE, CentOS, RHEL
Posts: 1,794

Rep: Reputation: 46
Quote:
Originally Posted by win32sux
the only time i've heard about this limitation was with the ext2 filesystem... on reiserfs i've never had any file size limitation issues...[/i]
The 2GB barrier was in reference to ext2
 
Old 02-11-2006, 05:40 PM   #24
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Quote:
Originally Posted by KimVette
The 2GB barrier was in reference to ext2
cool...

BTW, just curious: what's the ext2 file size limitation with linux 2.6??
 
Old 02-11-2006, 05:49 PM   #25
odevans
Member
 
Registered: Nov 2005
Location: Columbus, OH, USA
Distribution: Slackware
Posts: 246

Rep: Reputation: 30
Quote:
Originally Posted by win32sux
you mean the imaginary 2GB file size barrier??

no but seriously, what do you mean?? the only time i've heard about this limitation was with the ext2 filesystem... on reiserfs i've never had any file size limitation issues...

http://en.wikipedia.org/wiki/Comparison_of_file_systems

Granted, it's a pretty high limit though
 
Old 02-11-2006, 05:55 PM   #26
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
hehe, cool... thanks for that link...

Last edited by win32sux; 02-11-2006 at 05:56 PM.
 
Old 02-11-2006, 08:23 PM   #27
Penguin of Wonder
Senior Member
 
Registered: Sep 2005
Location: West Virginia
Distribution: Gentoo
Posts: 1,249

Rep: Reputation: 45
Other than say servers or workstations, does any here ever encounter 2G+ files? I mean I guess its nice to know, but I don't think I could justify switching kernels because of that. I'd would be more concerned about speed, flexabiliy, and stability.
 
Old 02-11-2006, 09:56 PM   #28
carboncopy
Senior Member
 
Registered: Jan 2003
Location: Malaysia
Posts: 1,210
Blog Entries: 4

Rep: Reputation: 45
I upgrade because I can.
 
Old 02-11-2006, 10:07 PM   #29
carboncopy
Senior Member
 
Registered: Jan 2003
Location: Malaysia
Posts: 1,210
Blog Entries: 4

Rep: Reputation: 45
Quote:
Originally Posted by Penguin of Wonder
Other than say servers or workstations, does any here ever encounter 2G+ files? I mean I guess its nice to know, but I don't think I could justify switching kernels because of that. I'd would be more concerned about speed, flexabiliy, and stability.
I have worked with a file in excess of 10Gbyte on reiserfs (v3). Audio PCM wave file.

If you meddle around with DVD ISOs especially DVD9, then you will be working with file larger then 2G.

I would suggest formating your drive with SGI's XFS or IBM's JFS if you routinely meddle with file of those magnitude.

Otherwise, reiserfs works well.

Please note, all meddling was done in 2.6.* kernel environment.
 
Old 02-11-2006, 10:19 PM   #30
Penguin of Wonder
Senior Member
 
Registered: Sep 2005
Location: West Virginia
Distribution: Gentoo
Posts: 1,249

Rep: Reputation: 45
Yeah, I use XFS for my /root and /home paritions, but only because I was told it was fast and stable, aslong as it had a good constant power supply. But I no longer have a fear of large files :P
 
  


Reply



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
apt-get question: dist-upgrade vs upgrade Arodef Fedora 9 06-15-2012 01:33 PM
Upgrade hang when checking for packets to upgrade Gerrit Jan Fedora 6 12-22-2005 08:21 AM
What first upgrade kernel or upgrade slack 10.0 to current Kelean Slackware 7 01-16-2005 06:54 PM
upgrade RH8 to RH9 - upgrade or clean install PAB Linux - General 0 03-13-2004 03:55 PM
Error trying to dist-upgrade or upgrade KDE prophet621 Linux - Newbie 0 09-10-2003 04:17 PM

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

All times are GMT -5. The time now is 11:01 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