![]() |
|
|||||||
| General Linux Discuss anything GNU/Linux related that doesn't fit into any of the other areas. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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 |
|
#2
|
|||
|
|||
|
Ext4, yey!
|
|
#3
|
|||
|
|||
|
|
|
#4
|
|||
|
|||
|
Flawless kernel. Godspeed
.
|
|
#5
|
|||
|
|||
|
|
|
#6
|
|||
|
|||
|
Quote:
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.
|
|
#7
|
|||
|
|||
|
Yeah, that lost+found directory in /?
I think that's corrupting space. Don't blame your file system, thank it for saving your butt. |
|
#8
|
|||
|
|||
|
|
|
#9
|
|||
|
|||
|
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? |
|
#10
|
|||
|
|||
|
Quote:
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. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|