public inbox for gentoo-announce@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-announce] Read Only file system.
@ 2002-01-25 12:46 Martin
  2002-01-25 13:27 ` Dan Armak
  0 siblings, 1 reply; 10+ messages in thread
From: Martin @ 2002-01-25 12:46 UTC (permalink / raw
  To: gentoo-announce

[-- Attachment #1: Type: text/plain, Size: 232 bytes --]

Sorry for posting this here...

I have just finished installing the base system.  When I reboot, my / is read-only and /boot doesn't seems to be mount properly (not mount at all).  Does anyone experience this problem?

Thanks.

[-- Attachment #2: Type: text/html, Size: 738 bytes --]

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

* Re: [gentoo-announce] Read Only file system.
  2002-01-25 12:46 [gentoo-announce] Read Only file system Martin
@ 2002-01-25 13:27 ` Dan Armak
  2002-01-25 13:47   ` Adam Elliott
  0 siblings, 1 reply; 10+ messages in thread
From: Dan Armak @ 2002-01-25 13:27 UTC (permalink / raw
  To: gentoo-announce

On Friday 25 January 2002 14:46, you wrote:
> Sorry for posting this here...
>
> I have just finished installing the base system.  When I reboot, my / is
> read-only and /boot doesn't seems to be mount properly (not mount at all). 
> Does anyone experience this problem?
>
/boot isn't mounted unles you do it yourself explicitly; this is a feature 
not a bug, so that your kernels/boot info can' be harmed by anything that 
happens to the rest of your system.


-- 
Dan Armak
Gentoo Linux Develoer, Desktop Team (KDE)
Matan, Israel


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

* Re: [gentoo-announce] Read Only file system.
  2002-01-25 13:27 ` Dan Armak
@ 2002-01-25 13:47   ` Adam Elliott
  2002-01-25 17:14     ` [gentoo-announce] file package query cami
  2002-01-25 21:50     ` [gentoo-announce] Read Only file system Martin
  0 siblings, 2 replies; 10+ messages in thread
From: Adam Elliott @ 2002-01-25 13:47 UTC (permalink / raw
  To: gentoo-announce

On Fri, 25 Jan 2002, Dan Armak wrote:

> On Friday 25 January 2002 14:46, you wrote:
> > Sorry for posting this here...
> >
> > I have just finished installing the base system.  When I reboot, my / is
> > read-only and /boot doesn't seems to be mount properly (not mount at all).
> > Does anyone experience this problem?
> >
> /boot isn't mounted unles you do it yourself explicitly; this is a feature
> not a bug, so that your kernels/boot info can' be harmed by anything that
> happens to the rest of your system.

Since / is read-only, it indicates that something's not going right in
startup. Did you edit your /etc/fstab ?  If so, is there a typo in there
somewhere? I had this exact problem this morning, coincidentally enough.

Hope this helps.
  -Adam




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

* Re: [gentoo-announce] file package query..
  2002-01-25 17:14     ` [gentoo-announce] file package query cami
@ 2002-01-25 15:25       ` Naresh Donti
  2002-01-26 19:35       ` Vitaly Kushneriuk
  1 sibling, 0 replies; 10+ messages in thread
From: Naresh Donti @ 2002-01-25 15:25 UTC (permalink / raw
  To: gentoo-announce

find /var/db/pkg -name CONTENTS -exec grep "/bin/ls" {} \; -print

Try that

On Fri, Jan 25, 2002 at 07:14:07PM +0200, cami wrote:
> hi..
> 
> perhaps i've missed this one when reading how portage works..
> but how do i find out which file (lets assume /bin/ls for
> example) the package comes from?
> 
> thanks..
> cami
> 
> _______________________________________________
> gentoo-announce mailing list
> gentoo-announce@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-announce

-- 
Naresh Donti
ndonti@ndonti.dynodns.net


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

* [gentoo-announce] file package query..
  2002-01-25 13:47   ` Adam Elliott
@ 2002-01-25 17:14     ` cami
  2002-01-25 15:25       ` Naresh Donti
  2002-01-26 19:35       ` Vitaly Kushneriuk
  2002-01-25 21:50     ` [gentoo-announce] Read Only file system Martin
  1 sibling, 2 replies; 10+ messages in thread
From: cami @ 2002-01-25 17:14 UTC (permalink / raw
  To: gentoo-announce

hi..

perhaps i've missed this one when reading how portage works..
but how do i find out which file (lets assume /bin/ls for
example) the package comes from?

thanks..
cami



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

* Re: [gentoo-announce] Read Only file system.
  2002-01-25 13:47   ` Adam Elliott
  2002-01-25 17:14     ` [gentoo-announce] file package query cami
@ 2002-01-25 21:50     ` Martin
  2002-01-25 21:58       ` Naresh Donti
  2002-01-25 23:31       ` AW: " Gerald Schneider
  1 sibling, 2 replies; 10+ messages in thread
From: Martin @ 2002-01-25 21:50 UTC (permalink / raw
  To: gentoo-announce

Hi everybody,

After looking back at my /etc/fstab, everything seems ok to my eyes.
The problem happens when the script checkroot starts.  When it tries to
remount / in read-only to fsck it, I got a message like that
mount : bad option or / was is not mount (Something like that... I knew I
should take it in note).

Any idea?

----- Original Message -----
From: "Adam Elliott" <aelliott@WPI.EDU>
To: <gentoo-announce@gentoo.org>
Sent: Friday, January 25, 2002 8:47 AM
Subject: Re: [gentoo-announce] Read Only file system.


> On Fri, 25 Jan 2002, Dan Armak wrote:
>
> > On Friday 25 January 2002 14:46, you wrote:
> > > Sorry for posting this here...
> > >
> > > I have just finished installing the base system.  When I reboot, my /
is
> > > read-only and /boot doesn't seems to be mount properly (not mount at
all).
> > > Does anyone experience this problem?
> > >
> > /boot isn't mounted unles you do it yourself explicitly; this is a
feature
> > not a bug, so that your kernels/boot info can' be harmed by anything
that
> > happens to the rest of your system.
>
> Since / is read-only, it indicates that something's not going right in
> startup. Did you edit your /etc/fstab ?  If so, is there a typo in there
> somewhere? I had this exact problem this morning, coincidentally enough.
>
> Hope this helps.
>   -Adam
>
>
> _______________________________________________
> gentoo-announce mailing list
> gentoo-announce@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-announce



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

* Re: [gentoo-announce] Read Only file system.
  2002-01-25 21:50     ` [gentoo-announce] Read Only file system Martin
@ 2002-01-25 21:58       ` Naresh Donti
  2002-01-25 23:31       ` AW: " Gerald Schneider
  1 sibling, 0 replies; 10+ messages in thread
From: Naresh Donti @ 2002-01-25 21:58 UTC (permalink / raw
  To: gentoo-announce

You have options specified that do not apply to the kind of fs you are tring 
to mount. like specifying notail for ext2. Post your fstab, and we can all
look at it and help you.

On Fri, Jan 25, 2002 at 04:50:08PM -0500, Martin wrote:
> Hi everybody,
> 
> After looking back at my /etc/fstab, everything seems ok to my eyes.
> The problem happens when the script checkroot starts.  When it tries to
> remount / in read-only to fsck it, I got a message like that
> mount : bad option or / was is not mount (Something like that... I knew I
> should take it in note).
> 
> Any idea?
> 
> ----- Original Message -----
> From: "Adam Elliott" <aelliott@WPI.EDU>
> To: <gentoo-announce@gentoo.org>
> Sent: Friday, January 25, 2002 8:47 AM
> Subject: Re: [gentoo-announce] Read Only file system.
> 
> 
> > On Fri, 25 Jan 2002, Dan Armak wrote:
> >
> > > On Friday 25 January 2002 14:46, you wrote:
> > > > Sorry for posting this here...
> > > >
> > > > I have just finished installing the base system.  When I reboot, my /
> is
> > > > read-only and /boot doesn't seems to be mount properly (not mount at
> all).
> > > > Does anyone experience this problem?
> > > >
> > > /boot isn't mounted unles you do it yourself explicitly; this is a
> feature
> > > not a bug, so that your kernels/boot info can' be harmed by anything
> that
> > > happens to the rest of your system.
> >
> > Since / is read-only, it indicates that something's not going right in
> > startup. Did you edit your /etc/fstab ?  If so, is there a typo in there
> > somewhere? I had this exact problem this morning, coincidentally enough.
> >
> > Hope this helps.
> >   -Adam
> >
> >
> > _______________________________________________
> > gentoo-announce mailing list
> > gentoo-announce@gentoo.org
> > http://lists.gentoo.org/mailman/listinfo/gentoo-announce
> 
> _______________________________________________
> gentoo-announce mailing list
> gentoo-announce@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-announce

-- 
Naresh Donti
ndonti@ndonti.dynodns.net


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

* AW: [gentoo-announce] Read Only file system.
  2002-01-25 21:50     ` [gentoo-announce] Read Only file system Martin
  2002-01-25 21:58       ` Naresh Donti
@ 2002-01-25 23:31       ` Gerald Schneider
  2002-01-26 15:21         ` Martin
  1 sibling, 1 reply; 10+ messages in thread
From: Gerald Schneider @ 2002-01-25 23:31 UTC (permalink / raw
  To: gentoo-announce

> -----Ursprüngliche Nachricht-----
> Von: gentoo-announce-admin@gentoo.org 
> [mailto:gentoo-announce-admin@gentoo.org] Im Auftrag von Martin
> Gesendet: Freitag, 25. Januar 2002 22:50
> An: gentoo-announce@gentoo.org
> Betreff: Re: [gentoo-announce] Read Only file system.
> 
> 
> Hi everybody,
> 
> After looking back at my /etc/fstab, everything seems ok to 
> my eyes. The problem happens when the script checkroot 
> starts.  When it tries to remount / in read-only to fsck it, 
> I got a message like that mount : bad option or / was is not 
> mount (Something like that... I knew I should take it in note).

I've had the same problem with xfs as / filesystem.
I removed the "notail" option in fstab and everything was fine.

Yours,
  Gerald



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

* Re: [gentoo-announce] Read Only file system.
  2002-01-25 23:31       ` AW: " Gerald Schneider
@ 2002-01-26 15:21         ` Martin
  0 siblings, 0 replies; 10+ messages in thread
From: Martin @ 2002-01-26 15:21 UTC (permalink / raw
  To: gentoo-announce

Thanks to all for your help!  The notail option was my error.

Thanks again.

Regards.
----- Original Message -----
From: "Gerald Schneider" <g.schneider@web.de>
To: <gentoo-announce@gentoo.org>
Sent: Friday, January 25, 2002 6:31 PM
Subject: AW: [gentoo-announce] Read Only file system.


> -----Ursprüngliche Nachricht-----
> Von: gentoo-announce-admin@gentoo.org
> [mailto:gentoo-announce-admin@gentoo.org] Im Auftrag von Martin
> Gesendet: Freitag, 25. Januar 2002 22:50
> An: gentoo-announce@gentoo.org
> Betreff: Re: [gentoo-announce] Read Only file system.
>
>
> Hi everybody,
>
> After looking back at my /etc/fstab, everything seems ok to
> my eyes. The problem happens when the script checkroot
> starts.  When it tries to remount / in read-only to fsck it,
> I got a message like that mount : bad option or / was is not
> mount (Something like that... I knew I should take it in note).

I've had the same problem with xfs as / filesystem.
I removed the "notail" option in fstab and everything was fine.

Yours,
  Gerald

_______________________________________________
gentoo-announce mailing list
gentoo-announce@gentoo.org
http://lists.gentoo.org/mailman/listinfo/gentoo-announce



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

* Re: [gentoo-announce] file package query..
  2002-01-25 17:14     ` [gentoo-announce] file package query cami
  2002-01-25 15:25       ` Naresh Donti
@ 2002-01-26 19:35       ` Vitaly Kushneriuk
  1 sibling, 0 replies; 10+ messages in thread
From: Vitaly Kushneriuk @ 2002-01-26 19:35 UTC (permalink / raw
  To: gentoo-announce

On Fri, 2002-01-25 at 19:14, cami wrote:
> hi..
> 
> perhaps i've missed this one when reading how portage works..
> but how do i find out which file (lets assume /bin/ls for
> example) the package comes from?
qpkg -f /bin/ls

	/Vitaly


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

end of thread, other threads:[~2002-01-26 19:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-25 12:46 [gentoo-announce] Read Only file system Martin
2002-01-25 13:27 ` Dan Armak
2002-01-25 13:47   ` Adam Elliott
2002-01-25 17:14     ` [gentoo-announce] file package query cami
2002-01-25 15:25       ` Naresh Donti
2002-01-26 19:35       ` Vitaly Kushneriuk
2002-01-25 21:50     ` [gentoo-announce] Read Only file system Martin
2002-01-25 21:58       ` Naresh Donti
2002-01-25 23:31       ` AW: " Gerald Schneider
2002-01-26 15:21         ` Martin

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