Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Can /boot be ext3?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
dmarien
n00b
n00b


Joined: 15 Jul 2002
Posts: 22
Location: Kitchener Ontario

PostPosted: Mon Jul 15, 2002 3:10 pm    Post subject: Can /boot be ext3? Reply with quote

can the /boot partition (/dev/hda1 if the x86 instructions are followed) be an ext3 filesystem? Or does it have to be ext2?

thanks.
_________________
dmarien
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Mon Jul 15, 2002 3:13 pm    Post subject: Reply with quote

It can be ext3
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
ElCondor
Guru
Guru


Joined: 10 Apr 2002
Posts: 520
Location: Vienna, Austria, Europe

PostPosted: Mon Jul 15, 2002 3:15 pm    Post subject: Reply with quote

actually it's a very good choice ;)

* ElCondor pasa *
_________________
Here I am the victim of my own choices and I'm just starting!
Back to top
View user's profile Send private message
AlterEgo
Veteran
Veteran


Joined: 25 Apr 2002
Posts: 1619

PostPosted: Mon Jul 15, 2002 3:15 pm    Post subject: Reply with quote

Can be any linux filesystem. Just be sure that the filesystem is accessable at boot, i.e. compile the filesystem support you need into the kernel, and not as a module
Back to top
View user's profile Send private message
dmarien
n00b
n00b


Joined: 15 Jul 2002
Posts: 22
Location: Kitchener Ontario

PostPosted: Mon Jul 15, 2002 3:20 pm    Post subject: thanks all. Reply with quote

these forums are great.
_________________
dmarien
Back to top
View user's profile Send private message
ElCondor
Guru
Guru


Joined: 10 Apr 2002
Posts: 520
Location: Vienna, Austria, Europe

PostPosted: Mon Jul 15, 2002 3:22 pm    Post subject: Reply with quote

AlterEgo wrote:
Can be any linux filesystem.

If you take reiserfs you shoud add notail to the mount options in /etc/fstab ! (Just to mention it again, you can spend hours on searching for that one!)

* ElCondor pasa *
_________________
Here I am the victim of my own choices and I'm just starting!
Back to top
View user's profile Send private message
fghellar
Bodhisattva
Bodhisattva


Joined: 10 Apr 2002
Posts: 856
Location: Porto Alegre, BR

PostPosted: Mon Jul 15, 2002 3:49 pm    Post subject: Re: Can /boot be ext3? Reply with quote

dmarien wrote:
can the /boot partition be an ext3 filesystem? Or does it have to be ext2?

It can be ext3, but there's not much point in using a journaling file system in a partition that will be kept unmounted for most of the time...
_________________
| www.gentoo.org | www.tldp.org | www.google.com |
Back to top
View user's profile Send private message
JeroenV
Guru
Guru


Joined: 16 Jul 2002
Posts: 447
Location: Amsterdam / Hamburg

PostPosted: Tue Jul 16, 2002 9:07 pm    Post subject: /boot ext3 Reply with quote

I thought too that /boot could be any fs, however, I ran into some trouble with GRUB and /boot on ext3:

grub> root (hd0,0)
Error 15: file not found: stage1

I actually managed to get some garbled text-output from grub when I tried to list the directory (or something like that, I forgot the command).

or sth like that. It really was there!. After formatting in ext2 all worked fine?!
Who can explain this?

Thanx!
_________________
Cheers 8)
Jeroen
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
May The Source be with you!
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Tue Jul 16, 2002 9:56 pm    Post subject: Re: /boot ext3 Reply with quote

JeroenV wrote:
Who can explain this?

Ask the tooth fairy. :D
_________________
I don't believe in witty sigs.
Back to top
View user's profile Send private message
freshy98
Apprentice
Apprentice


Joined: 11 Jul 2002
Posts: 274
Location: The Netherlands

PostPosted: Wed Jul 17, 2002 5:53 am    Post subject: Reply with quote

In the Installation Guide for x86 it's says in the FDISK part that Ext2/3 is recommended. I use Ext3 too, with no problem at all.

[edit]fine tuned my English :roll: [/edit]
_________________
Mac Pro single quad 2.8GHz, 6GB RAM, 8800GT. MacBook. Plus way too many SUN/Cobatl/SGI and a lonely Alpha.


Last edited by freshy98 on Wed Jul 17, 2002 1:44 pm; edited 1 time in total
Back to top
View user's profile Send private message
Tiger
Tux's lil' helper
Tux's lil' helper


Joined: 25 Apr 2002
Posts: 77

PostPosted: Wed Jul 17, 2002 11:25 am    Post subject: Reply with quote

My /boot is also ext3 without a single problem so far.
_________________
Windows = a 32 bit extension to a 16 bit GUI on an 8 bit OS written for a 4 bit architecture by a 2 bit company who can't stand 1 bit of competition.
Back to top
View user's profile Send private message
ralniv
n00b
n00b


Joined: 17 Apr 2002
Posts: 37
Location: California, USA

PostPosted: Wed Jul 17, 2002 10:40 pm    Post subject: Reply with quote

Tiger... I absolutely love your signature.

If I had half of your creativity, I'd have twice the creativity I have now :wink:

Oh, and to keep things on topic... I too have not experienced any issues whatsoever with /boot and / being ext3 partition types.
Back to top
View user's profile Send private message
metalhedd
l33t
l33t


Joined: 30 May 2002
Posts: 692
Location: Ontario Canada

PostPosted: Wed Jul 17, 2002 10:50 pm    Post subject: Reply with quote

I think i remember reading that long ago, somewhere far away... so I don't think its original. very funny though :)
Back to top
View user's profile Send private message
dmason
n00b
n00b


Joined: 13 Jul 2002
Posts: 14

PostPosted: Thu Jul 18, 2002 4:17 am    Post subject: Reply with quote

I think I may know what the problem was when you have xfs, the permissions for the stage files in your /boot/grub directory are not correct for some reason, if you chmod it so that there is rwx permissions than you should be able to set it up in your boot directory. I had the same problem with using XFS I think, but I was just sick of using only ext2 as my filesystem, so I just looked at the permissions, changed them, and by magic, it worked. I hope that this could help.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum