Kristof, bootloader read memory image from boot partition
(usually it is same partition to root) and initiate work of kernel
from that image.
After that kernel can work with any FS built-in in it's image.
So your root file system will by any of supported by kernel,
and your boot file system should be supported by bootloader.
If you use one for boot and root - you should choose FS from
intersection of that sets.
You can read more there:
http://www.ibm.com/developerworks/linux/library/l-linuxboot/index.html
WBR, Alexander
horseriver писал 2013-02-12 01:26:
On Mon, Feb 11, 2013 at 05:29:03PM +0100, Kristof Provost wrote:
On 2013-02-11 14:38:23 (+0800), horseriver <horserivers@xxxxxxxxx>
wrote:
> root fs is ext3 or ext4 ?
>
That depends on what the installer chose. The kernel doesn't
require the root to use any specific file system.
thanks!
You mean a root filesystem will be installed on the harddisk when I
install kernel on it ?
Regards,
Kristof
--
To unsubscribe from this list: send the line "unsubscribe
linux-newbie" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs