Am 09.08.2012 17:35, schrieb Manolo Martínez:
> On 08/09/12 at 05:27pm, Thomas Bächler wrote:
>> Am 09.08.2012 17:12, schrieb Jonathan:
>>> In the past I have seen ext2 saves time during boot vs ext3.Having a
>>> journal is no use since the files are rarely changed and the
>>> filesystem is mostly opened read only. The journal takes up some
>>> space. These may matter to you if you are trying to optimize boot
>>> times or disk usage.
>>
>> Then use ext4 without a journal. ext2 is out of date and ext4 is
>> superior in every aspect.
>>
>>
> Is it safe to change an existing /boot from ext2 to ext4?
There's HOWTOs on doing this. You won't use all the features, but your
files will convert to extents while being updated.
To be safe, reinstall your bootloader after converting.
Thanks for telling me to look at "entry 5" but not enumerating the
entries. Thanks for quoting 10 year old information without giving a source.
What are you trying to tell us again?
08-09-2012, 03:58 PM
Baho Utot
syslinux 4.05-5 does not boot
On 08/09/2012 11:45 AM, Thomas Bächler wrote:
Am 09.08.2012 17:34, schrieb Baho Utot:
On 08/09/2012 11:27 AM, Thomas Bächler wrote:
Am 09.08.2012 17:12, schrieb Jonathan:
In the past I have seen ext2 saves time during boot vs ext3.Having a
journal is no use since the files are rarely changed and the
filesystem is mostly opened read only. The journal takes up some
space. These may matter to you if you are trying to optimize boot
times or disk usage.
Then use ext4 without a journal. ext2 is out of date and ext4 is
superior in every aspect.
Thanks for telling me to look at "entry 5" but not enumerating the
entries. Thanks for quoting 10 year old information without giving a source.
What are you trying to tell us again?
I gave you credit to be able to count, I guess you have trouble with that.
It is not 10 year old information it was published just after ext4 came out
google is your friend.
08-09-2012, 03:59 PM
Leonid Isaev
syslinux 4.05-5 does not boot
On Thu, 9 Aug 2012 11:12:34 -0400
Jonathan <eyeswide@gmail.com> wrote:
> On Wed, Aug 8, 2012 at 8:46 PM, Ionut Biru <ibiru@archlinux.org> wrote:
> > On 08/09/2012 01:55 AM, Myra Nelson wrote:
> >> On Wed, Aug 8, 2012 at 5:24 PM, Dave Reisner <d@falconindy.com> wrote:
> >>> On Aug 8, 2012 6:04 PM, "Allan McRae" <allan@archlinux.org> wrote:
> >>>>
> >>>> On 09/08/12 05:29, Tobias Powalowski wrote:
> >>>>> Am 08.08.2012 21:25, schrieb Evangelos Foutras:
> >>>>>> On Wed, Aug 8, 2012 at 10:15 PM, Tobias Powalowski
> >>>>>> <tobias.powalowski@googlemail.com> wrote:
> >>>>>>> It was just a rebuild, with an added optdepend :/
> >>>>>>> Sorry folks, didn't want to break something.
> >>>>>>> I don't have the time now to look at it.
> >>>>>> Seems like a patch was added: avoid-using-ext2_fs.patch.
> >>>>>>
> >>>>>> I took the liberty to remove the package from [testing] until we
> >>>>>> figure out what's broken.
> >>>>> The patch is from fedora, to be able to build syslinux.
> >>>>> http://pkgs.fedoraproject.org/cgit/syslinux.git/tree/
> >>>>>
> >>>>
> >>>> It is needed as the ext2 fs stuff has been removed from the kernel
> >>> headers.
> >>>>
> >>>> Allan
> >>>>
> >>>
> >>> Incidentally it also causes ext2 /boot to be unbootable.
> >>
> >> Incidentally it also causes ext2 /boot to be unbootable, without a
> >> doubt it does.
> >>
> >> Dave's install scripts work great easiest install I've ever done,
> >> however it won't boot off of ext2 with syslinux.
> >>
> >
> > Why do you want ext2 on /boot? All bootloaders support ext3/4 this days.
> >
> >> Myra
> >>
> >
> >
> > --
> > IonuÈ›
> >
>
> In the past I have seen ext2 saves time during boot vs ext3.Having a
> journal is no use since the files are rarely changed and the
> filesystem is mostly opened read only. The journal takes up some
> space. These may matter to you if you are trying to optimize boot
> times or disk usage.
But there is no ext{2,3} these days. The driver is ext4 for all ext* FS, only
configurations differ...
>
> to see journal size:
> device=/dev/sda7; debugfs -R "stat <$(tune2fs -l $device | awk
> '/Journal.inode/ {print $3}')>" $device |& awk '/Size: / {print $6}' |
> head -1; unset device
>
> John
Am 09.08.2012 17:58, schrieb Baho Utot:
> It is not 10 year old information it was published just after ext4 came out
>
> google is your friend.
It is still outdated information. After ext4 came out, it took a few
months until Google started implementing ext4 without a journal -
precisely because ext2 was outdated and had bad performance. This work
has been finished long ago and is available to everyone.
It seems Google is _your_ friend.
08-09-2012, 04:12 PM
Manolo Martínez
syslinux 4.05-5 does not boot
On 08/09/12 at 06:08pm, Thomas Bächler wrote:
> Am 09.08.2012 17:58, schrieb Baho Utot:
> > It is not 10 year old information it was published just after ext4 came out
> >
> > google is your friend.
>
> It is still outdated information. After ext4 came out, it took a few
> months until Google started implementing ext4 without a journal -
> precisely because ext2 was outdated and had bad performance. This work
> has been finished long ago and is available to everyone.
>
> It seems Google is _your_ friend.
>
... and another enthralling battle of wits brought to you by
arch-general!
--
08-09-2012, 04:12 PM
Baho Utot
syslinux 4.05-5 does not boot
On 08/09/2012 12:08 PM, Thomas Bächler wrote:
Am 09.08.2012 17:58, schrieb Baho Utot:
It is not 10 year old information it was published just after ext4 came out
google is your friend.
It is still outdated information. After ext4 came out, it took a few
months until Google started implementing ext4 without a journal -
precisely because ext2 was outdated and had bad performance. This work
has been finished long ago and is available to everyone.
It seems Google is _your_ friend.
What ever, I am not going to bow down to you
08-09-2012, 04:18 PM
Leonid Isaev
syslinux 4.05-5 does not boot
On Thu, 9 Aug 2012 11:35:04 -0400
Manolo Martínez <manolo@austrohungaro.com> wrote:
> On 08/09/12 at 05:27pm, Thomas Bächler wrote:
> > Am 09.08.2012 17:12, schrieb Jonathan:
> > > In the past I have seen ext2 saves time during boot vs ext3.Having a
> > > journal is no use since the files are rarely changed and the
> > > filesystem is mostly opened read only. The journal takes up some
> > > space. These may matter to you if you are trying to optimize boot
> > > times or disk usage.
> >
> > Then use ext4 without a journal. ext2 is out of date and ext4 is
> > superior in every aspect.
> >
> >
> Is it safe to change an existing /boot from ext2 to ext4?
... and another enthralling battle of wits brought to you by
arch-general!
I think that it's general arch....commander and chief
08-09-2012, 04:23 PM
Manolo Martínez
syslinux 4.05-5 does not boot
On 08/09/12 at 11:18am, Leonid Isaev wrote:
> On Thu, 9 Aug 2012 11:35:04 -0400
> Manolo Martínez <manolo@austrohungaro.com> wrote:
> > Is it safe to change an existing /boot from ext2 to ext4?
>
> https://wiki.archlinux.org/index.php/Ext4
>
Is the information on the move from ext3 to ext4 valid for the issue at
hand?