Gentoo Archives: gentoo-dev

From: "Jared H. Hudson" <jhhudso@××××××××××.com>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] boot says I didn't compile DEVFS support
Date: Sun, 13 Jan 2002 22:14:07
Message-Id: 1010981682.28952.15.camel@albert.localdomain
In Reply to: Re: [gentoo-dev] boot says I didn't compile DEVFS support by Brian Jones
1 > eth0 up,(no such device?!) and I can't write ANYTHING
2 > to disk (Read only filesystem!?) WTF?
3 Make sure your fstab, doesn't have the notail option in there, if you're
4 not running a reiserfs filesystem. I had a similar problem, I was using
5 a xfs filesystem and had forgotten to remove the notail that the example
6 /etc/fstab has and it caused mount not to be able to remount my fs as
7 rw. Also try doing it manually. mount / -o remount,rw If this gives a
8 error, than it's probably a fstab issue. Type this then:
9 mount /dev/hda1 / -o remount,rw (replace /dev/hda1 with your partition)
10
11 -Jared H.

Replies

Subject Author
Re: [gentoo-dev] boot says I didn't compile DEVFS support Brian Jones <briankjones99@×××××.com>