[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

/boot

UNIX/Linux Installation & Configuration

/boot

Postby denise gant on Sat Oct 11, 2008 7:32 pm

why is the boot file system ext2 and the root ext3?

Is it just a preference :?:
[color=#8000BF][b]Think like you have no brain[/b][/color]
User avatar
denise gant
 
Posts: 67
Joined: Tue Sep 02, 2008 7:13 pm

Re: /boot

Postby jeff clark on Sun Oct 12, 2008 2:29 pm

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.
jeff clark
 
Posts: 26
Joined: Tue Sep 02, 2008 7:11 pm
Location: Santa Cruz

Re: /boot

Postby denise gant on Sun Oct 12, 2008 10:38 pm

Makes sense...
THANKS!!
[color=#8000BF][b]Think like you have no brain[/b][/color]
User avatar
denise gant
 
Posts: 67
Joined: Tue Sep 02, 2008 7:13 pm

Re: /boot

Postby Tim Childers on Tue Oct 14, 2008 9:31 am

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.
Tim Childers
 
Posts: 57
Joined: Mon Oct 06, 2008 6:33 pm

Re: /boot

Postby Tim Childers on Tue Oct 14, 2008 9:32 am

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.
Tim Childers
 
Posts: 57
Joined: Mon Oct 06, 2008 6:33 pm


Return to CIS 191A - Fall 2008

Who is online

Users browsing this forum: No registered users and 0 guests

cron