Phoronix Forums  

Go Back   Phoronix Forums > Software > General Linux

General Linux Discuss anything GNU/Linux related that doesn't fit into any of the other areas.

Reply
 
Thread Tools Display Modes
  #1  
Old 12-24-2008, 07:30 PM
phoronix phoronix is offline
Phoronix News Bot
 
Join Date: Jan 2007
Posts: 3,103
Default Linux 2.6.28 Kernel Released

Phoronix: Linux 2.6.28 Kernel Released

As a special Christmas present, Linus Torvalds has announced the release of the Linux 2.6.28 kernel. The 2.6.28 kernel stabilizes the EXT4 file-system, delivers the Graphics Execution Manager for GPU memory management, brings forth several new drivers, and is home to several other improvements. The Linux 2.6.28 kernel release announcement can be read at LKML.org...

http://www.phoronix.com/vr.php?view=Njk1Nw
Reply With Quote
  #2  
Old 12-25-2008, 05:59 AM
RealNC RealNC is offline
Senior Member
 
Join Date: Jul 2008
Location: Greece
Posts: 1,169
Default

Ext4, yey!
Reply With Quote
  #3  
Old 12-25-2008, 07:20 AM
Tares Tares is offline
Phoronix Member
 
Join Date: Oct 2007
Location: Poland
Posts: 115
Default

Quote:
Originally Posted by RealNC View Post
Ext4, yey!
I have the same thoughts ;-) but I hope that ext4 wont eat 50GB of my 300GB partition like ext3 ;/ so for now I have to use reiserfs although I'm sick of it.
Reply With Quote
  #4  
Old 12-25-2008, 08:09 AM
hdas hdas is offline
Phoronix Member
 
Join Date: Jul 2007
Posts: 119
Default

Flawless kernel. Godspeed .
Reply With Quote
  #5  
Old 12-25-2008, 09:02 AM
Loris Loris is offline
Junior Member
 
Join Date: Jun 2008
Posts: 29
Default

Quote:
Originally Posted by Tares View Post
I have the same thoughts ;-) but I hope that ext4 wont eat 50GB of my 300GB partition like ext3 ;/ so for now I have to use reiserfs although I'm sick of it.
How does ext3 eat one sixth of your partition? Did you set some funky block or inode values?
Reply With Quote
  #6  
Old 12-25-2008, 01:29 PM
Tares Tares is offline
Phoronix Member
 
Join Date: Oct 2007
Location: Poland
Posts: 115
Default

Quote:
Originally Posted by Loris View Post
How does ext3 eat one sixth of your partition? Did you set some funky block or inode values?
Ask gparted when I made ext3 on 300gb partition, it said that that 50gb was already reserved. Compared to 17mb of reiserfs, my choice was pretty obvious. Well, I'm a newbie if it comes to FS's, so I fully depended on gparted.
Reply With Quote
  #7  
Old 12-25-2008, 04:44 PM
ethana2 ethana2 is offline
Senior Member
 
Join Date: Jun 2007
Location: The intarwebs
Posts: 259
Default

Yeah, that lost+found directory in /?
I think that's corrupting space. Don't blame your file system, thank it for saving your butt.
Reply With Quote
  #8  
Old 12-25-2008, 05:09 PM
DeepDayze DeepDayze is offline
Senior Member
 
Join Date: Sep 2007
Location: Connecticut,USA
Posts: 204
Default

Quote:
Originally Posted by ethana2 View Post
Yeah, that lost+found directory in /?
I think that's corrupting space. Don't blame your file system, thank it for saving your butt.
Anything in there that shouldn't be?
Reply With Quote
  #9  
Old 12-26-2008, 10:57 AM
hobbes hobbes is offline
Phoronix Member
 
Join Date: Apr 2007
Location: Salvador - Bahia - Brazil
Posts: 63
Default

Last time I've formatted a partition to EXT3, it took over 8GB of my 300 GB HDD on reserved space.

Does anyone here who actually formatted a partition with EXT4 knows how it behaves?
Reply With Quote
  #10  
Old 12-26-2008, 11:34 AM
Loris Loris is offline
Junior Member
 
Join Date: Jun 2008
Posts: 29
Default

Quote:
Originally Posted by hobbes View Post
Last time I've formatted a partition to EXT3, it took over 8GB of my 300 GB HDD on reserved space.

Does anyone here who actually formatted a partition with EXT4 knows how it behaves?
The default options for ext3 formatting is to reserve 5% of the partition's space for usage by root, so that the admin can always log in. But 5% on today's storage devices is a fscking big space nevertheless, so it's a good practice setting the reserved space to a lower percentage of the partition space.

DO THIS ONLY ON A UNMOUNTED FILESYSTEM.
For example, to set an arbitrary percentage for reserved space on an existing ext3 filesystem:

# tune2fs -m ${percentage_number} /dev/$partition_device

Or, you could set an arbitrary value of reserved blocks using the option -r instead of -m.

Assuming a default of 4 Kilobytes blocks, every 256 blocks are a reserved Megabyte. Setting 10 Megabytes of reserved space would be like this:

# tune2fs -r 2560 /dev/partition_device

Or... you could read the manual of mke2fs before creating a new filesystem.

Last edited by Loris; 12-26-2008 at 11:46 AM.
Reply With Quote
Reply

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

Forum Jump


All times are GMT -5. The time now is 05:59 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright ©2004 - 2009 by Phoronix Media.