View previous topic :: View next topic |
Author |
Message |
madman Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 11 Mar 2004 Posts: 161 Location: Lodz, Poland
|
Posted: Sun Mar 30, 2008 4:04 pm Post subject: Mounting /dev for udev: Wrong fs type |
|
|
I cannot boot to my newly installed gentoo, all I can see is:
Code: |
* Mountig /dev/ for udev [oops]
* The "mount" command failed with error:
Wrong fs type, bad option, bad superblock on udev.
|
Any ideas? Have I missed somethinng in kernel configuration? _________________ Kto jest twoim autorytetem moralnym i dlaczego jest nim JPII ? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Matteo Azzali Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
![](images/avatars/193522878042cea23c45a3a.jpg)
Joined: 23 Sep 2004 Posts: 1133
|
Posted: Sun Mar 30, 2008 4:26 pm Post subject: |
|
|
Is a recent version of udev? I've read somewhere that you may need to add the line
Code: | udev /dev tmpfs size=10M,nr_inodes=4k 0 0 |
to /etc/fstab, worth a try, isn't it?.... _________________ Every day a new distro comes to birth. Every day a distro "eats" another.
If you're born distro, no matter what, start to run.
---- http://www.linuxprinting.org/ ---- http://tuxmobil.org/ |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Asante n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 11 Jun 2007 Posts: 34 Location: Bochum (NRW-DE)
|
Posted: Sun Mar 30, 2008 6:11 pm Post subject: |
|
|
i have the same problem... and this doesnt helped for me... :-/
anyone another idea? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ShadowEyez n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 21 Aug 2004 Posts: 29
|
Posted: Sun Mar 30, 2008 6:47 pm Post subject: |
|
|
I have the same problem too, and complied everything (hd support, proc, kcore, virtual mem support) in the kernel. also emerged the lastest udev (114 I think) and I get the message:
*Mounting /dev for udev . . . [oops]
* The "mount" command failed with error:
wrong fs type, bad option, bad superblock on udev,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
*Since this is a critical task, startup cannot continue.
This is a base install on i686. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
cgill27 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 15 Mar 2008 Posts: 23
|
Posted: Sun Mar 30, 2008 8:15 pm Post subject: |
|
|
You forgot to set this in your kernel config:
CONFIG_TMPFS=y |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ShadowEyez n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 21 Aug 2004 Posts: 29
|
Posted: Mon Mar 31, 2008 2:20 am Post subject: |
|
|
set CONFIG_TMPFS=y and it still does not work (kernel 2.6.24.4) and gives the same error message |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Asante n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 11 Jun 2007 Posts: 34 Location: Bochum (NRW-DE)
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
xeonburn Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 21 Oct 2003 Posts: 172
|
Posted: Fri Apr 04, 2008 3:43 pm Post subject: |
|
|
Was a solution ever found to this udev problem? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Asante n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 11 Jun 2007 Posts: 34 Location: Bochum (NRW-DE)
|
Posted: Fri Apr 04, 2008 4:04 pm Post subject: |
|
|
no, i havent found one yet :-/ |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
jburns Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 18 Jan 2007 Posts: 1227 Location: Massachusetts USA
|
Posted: Fri Apr 04, 2008 8:12 pm Post subject: |
|
|
Do you have "Unix domain sockets" ( CONFIG_UNIX ) enabled? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Asante n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 11 Jun 2007 Posts: 34 Location: Bochum (NRW-DE)
|
Posted: Sat Apr 05, 2008 9:01 am Post subject: |
|
|
i'm not shure, i'll look it up, when i' back home. that'll be on sunday |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gr0x0rd Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/14343107694740c0c8790c7.gif)
Joined: 12 Aug 2006 Posts: 311
|
Posted: Sat Apr 05, 2008 10:13 pm Post subject: |
|
|
Doing a fresh install today and ran into this problem... the kernel options in this thread solved it for me. _________________ ~g
emerge -FML... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
undrwater Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/56532540475587e17ec87.jpg)
Joined: 28 Jan 2003 Posts: 314 Location: Caucasia
|
Posted: Fri Apr 25, 2008 9:13 am Post subject: |
|
|
I've got both
CONFIG_TMPFS=y
CONFIG_UNIX=y
still having the same problem with mounting both udev and shm. Kernel 2.6.24-r4. _________________ Open-mindedness is painful... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
wjb l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/175948696043ebbca04cf98.png)
Joined: 10 Jul 2005 Posts: 644 Location: Fife, Scotland
|
Posted: Fri Apr 25, 2008 8:07 pm Post subject: |
|
|
I had the "oops" for an install this week. The kernel config looked ok. Emerging udev (119) did the trick - it was 115-r? at the install. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
DeIM Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/8459467464812291dd644d.jpg)
Joined: 11 Apr 2006 Posts: 443
|
Posted: Sat Apr 26, 2008 12:30 am Post subject: |
|
|
reinstalling udev solved my problem thanks very much ![Wink ;-)](images/smiles/icon_wink.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|