public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* Re: [gentoo-user] memory(gray matter) needs jog-DONE
@ 2009-10-30 17:04 Maxim Wexler
  2009-10-30 17:26 ` Stroller
  0 siblings, 1 reply; 6+ messages in thread
From: Maxim Wexler @ 2009-10-30 17:04 UTC (permalink / raw
  To: gentoo-user

>
> I'm not sure why your system needed to be checked for each boot.
> Perhaps you can post the exact error message?  I'm pretty sure it wasn't
> fragmentation.  What it *might* be saying (but again we can't verify
> without an error message) is that your filesystem contains errors that
> cannot be fixed in non-interactive mode (i.e. you need to run fsck
> manually).
>
> It's hard to tell you what option you need when we are unsure what
> problem you are trying to fix.
>

Look for the thread "running e2fsck pre-boot" on this list.

Willie Wong had the answer: tune2fs, not e2fsck.

$man tune2fs
...
It is strongly recommended that  either  -c  (mount-count-depen-
              dent)  or -i (time-dependent) checking be enabled to force peri-
              odic full e2fsck(8) checking of the filesystem.  Failure  to  do
              so  may lead to filesystem corruption (due to bad disks, cables,
              memory, or kernel bugs) going unnoticed, ultimately resulting in
              data loss or corruption.
...

 I ran it before on my SSD and it worked like a charm. But I neglected
to run it on the
SD card that holds /home and /var on my eee. Now it is starting to
display the same symptons. Yes I know, ext2 is rather retro, but I was
persuaded to use it by reading the forums and now it's a lot simpler
just to run tune2fs rather thman scrap the system and start again.

mw



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] memory(gray matter) needs jog-DONE
  2009-10-30 17:04 [gentoo-user] memory(gray matter) needs jog-DONE Maxim Wexler
@ 2009-10-30 17:26 ` Stroller
  2009-10-30 19:57   ` [gentoo-user] " walt
  0 siblings, 1 reply; 6+ messages in thread
From: Stroller @ 2009-10-30 17:26 UTC (permalink / raw
  To: gentoo-user


On 30 Oct 2009, at 17:04, Maxim Wexler wrote:
> ...
> Yes I know, ext2 is rather retro, but I was
> persuaded to use it by reading the forums and now it's a lot simpler
> just to run tune2fs rather thman scrap the system and start again.

I know you  can convert an ext3 filesystem to ext4. Can you not do the  
same ext2 -> ext3?

Stroller.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-user]  Re: memory(gray matter) needs jog-DONE
  2009-10-30 17:26 ` Stroller
@ 2009-10-30 19:57   ` walt
  2009-10-30 21:12     ` Maxim Wexler
  2009-10-30 21:46     ` [gentoo-user] " Kyle Bader
  0 siblings, 2 replies; 6+ messages in thread
From: walt @ 2009-10-30 19:57 UTC (permalink / raw
  To: gentoo-user

On 10/30/2009 10:26 AM, Stroller wrote:
> 
> On 30 Oct 2009, at 17:04, Maxim Wexler wrote:
>> ...
>> Yes I know, ext2 is rather retro, but I was
>> persuaded to use it by reading the forums and now it's a lot simpler
>> just to run tune2fs rather thman scrap the system and start again.
> 
> I know you  can convert an ext3 filesystem to ext4. Can you not do the
> same ext2 -> ext3?

Yes, with the -j flag to tune2fs.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Re: memory(gray matter) needs jog-DONE
  2009-10-30 19:57   ` [gentoo-user] " walt
@ 2009-10-30 21:12     ` Maxim Wexler
  2009-10-30 21:59       ` walt
  2009-10-30 21:46     ` [gentoo-user] " Kyle Bader
  1 sibling, 1 reply; 6+ messages in thread
From: Maxim Wexler @ 2009-10-30 21:12 UTC (permalink / raw
  To: gentoo-user

On 10/30/09, walt <w41ter@gmail.com> wrote:
> On 10/30/2009 10:26 AM, Stroller wrote:
>>
>> On 30 Oct 2009, at 17:04, Maxim Wexler wrote:
>>> ...
>>> Yes I know, ext2 is rather retro, but I was
>>> persuaded to use it by reading the forums and now it's a lot simpler
>>> just to run tune2fs rather thman scrap the system and start again.
>>
>> I know you  can convert an ext3 filesystem to ext4. Can you not do the
>> same ext2 -> ext3?
>
> Yes, with the -j flag to tune2fs

And it doesn't destroy the files? If so, that's good news.

mw



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] memory(gray matter) needs jog-DONE
  2009-10-30 19:57   ` [gentoo-user] " walt
  2009-10-30 21:12     ` Maxim Wexler
@ 2009-10-30 21:46     ` Kyle Bader
  1 sibling, 0 replies; 6+ messages in thread
From: Kyle Bader @ 2009-10-30 21:46 UTC (permalink / raw
  To: gentoo-user

And iirc you can got ext3 -> ext2.  The same does not hold true for
ext4 -> ext3.

On 10/30/09, walt <w41ter@gmail.com> wrote:
> On 10/30/2009 10:26 AM, Stroller wrote:
>>
>> On 30 Oct 2009, at 17:04, Maxim Wexler wrote:
>>> ...
>>> Yes I know, ext2 is rather retro, but I was
>>> persuaded to use it by reading the forums and now it's a lot simpler
>>> just to run tune2fs rather thman scrap the system and start again.
>>
>> I know you  can convert an ext3 filesystem to ext4. Can you not do the
>> same ext2 -> ext3?
>
> Yes, with the -j flag to tune2fs.
>
>
>

-- 
Sent from my mobile device


Kyle



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-user]  Re: memory(gray matter) needs jog-DONE
  2009-10-30 21:12     ` Maxim Wexler
@ 2009-10-30 21:59       ` walt
  0 siblings, 0 replies; 6+ messages in thread
From: walt @ 2009-10-30 21:59 UTC (permalink / raw
  To: gentoo-user

On 10/30/2009 02:12 PM, Maxim Wexler wrote:
> On 10/30/09, walt <w41ter@gmail.com> wrote:
>> On 10/30/2009 10:26 AM, Stroller wrote:

>>> I know you  can convert an ext3 filesystem to ext4. Can you not do the
>>> same ext2 -> ext3?
>>
>> Yes, with the -j flag to tune2fs
> 
> And it doesn't destroy the files? If so, that's good news.

The man page says you can even do it to a mounted filesystem, but I'd
be more comfortable running tune2fs -j from a live CD or similar.

I haven't actually done this since ext3 became the standard many years
ago, but I'm pretty sure I converted unmounted partitions.

YMMV, naturally, and you might want to sacrifice a live chicken in front
of the computer before starting.  Couldn't hurt.






^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-10-30 22:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-30 17:04 [gentoo-user] memory(gray matter) needs jog-DONE Maxim Wexler
2009-10-30 17:26 ` Stroller
2009-10-30 19:57   ` [gentoo-user] " walt
2009-10-30 21:12     ` Maxim Wexler
2009-10-30 21:59       ` walt
2009-10-30 21:46     ` [gentoo-user] " Kyle Bader

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox