[phpBB Debug] PHP Notice: in file /includes/db/dbal.php on line 110: Undefined array key "cached"
[phpBB Debug] PHP Notice: in file /includes/db/dbal.php on line 111: Undefined array key "normal"
[phpBB Debug] PHP Notice: in file /includes/db/dbal.php on line 112: Undefined array key "total"
[phpBB Debug] PHP Notice: in file /includes/session.php on line 885: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 885: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 885: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3391: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3393: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3394: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3395: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
Cabrillo College Linux Classes • View topic - /boot
Page 1 of 1

/boot

PostPosted: Sat Oct 11, 2008 7:32 pm
by denise gant
why is the boot file system ext2 and the root ext3?

Is it just a preference :?:

Re: /boot

PostPosted: Sun Oct 12, 2008 2:29 pm
by jeff clark
My understanding is that because ext3 is a journaled filesystem, it takes more time writing to disk because it's got to update the journal before writing the file. It also reserves space on disk for the journal.

A dedicated /boot partition which consists of files like the kernel and supporting config files which are rarely (if ever) written don't need the overhead of a journaled system, so a simpler system like ext2 is sufficient.

Re: /boot

PostPosted: Sun Oct 12, 2008 10:38 pm
by denise gant
Makes sense...
THANKS!!

Re: /boot

PostPosted: Tue Oct 14, 2008 9:31 am
by Tim Childers
The ext3 allows for journaled filesystem, thus it take more time to write and more space.

On the /boot this or more static files meaning they are not going to change sp much, so the journaled is not needed.

Re: /boot

PostPosted: Tue Oct 14, 2008 9:32 am
by Tim Childers
The ext3 allows for journaled filesystem, thus it take more time to write and more space.

On the /boot this or more static files meaning they are not going to change so much, so the journaled is not needed.