lkml.org 
[lkml]   [2006]   [May]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [-mm] klibc breaks my initscripts
Pavel Machek wrote:
> Hi!
>
>> [Adjusted Cc: list]
>>
>> Pavel Machek wrote:
>>>> - a. What distro?
>>> Hacked debian.
>>>
>>>> - b. What's the error?
>>> Something about root not being mounted so it can't be remounted.
>> I need the details on this one. This sounds like it could be the Debian
>> mount getting confused by /proc/mounts and/or /etc/mtab.
>
> I cheated: I added "rw" to the command line. But results are the same
> as in normal case, even strace looked the same.
>
> Any ideas?
> Pavel
>

> read(3, "/dev/hda4\t/\text2\tdefaults,commit"..., 4096) = 601
^^^^^^

Yes, check your /etc/fstab. You're trying (explicitly) to mount an ext3 filesystem as
ext2, but your /etc/fstab contains ext3-related options. This means that mount(8) will
try to add them to the remount, and the remount will fail because you're passing options
to the filesystem that the filesystem doesn't understand.

-hpa
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-05-24 00:27    [W:0.190 / U:0.112 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site