View previous topic :: View next topic |
Author |
Message |
k0r1n n00b

Joined: 23 Apr 2006 Posts: 27 Location: Oberschwaben
|
Posted: Thu Apr 27, 2006 9:38 pm Post subject: /proc kann nicht gemountet werden |
|
|
hallo leutz,
ich habe nun auf meinem samsung x20 nach eurem handbuch gentoo installiert (stage 2) und es hat eigentlich auch alles soweit geklappt.
wenn ich nun boote bekomme ich einen fehler dass er /proc nicht mounten kann: Mounting proc at /proc [oops]
und komme nicht mehr weiter ins system.
kann jemand etwas damit anfangen? hab schon im forum gesucht aber leider nichts gefunden...
ich habe einen selbstkompilierten kernel 2.6.15, und eigentlich unter der option pseudo filesystem alle option fest drin!?!
hier mal meine fstab:
Quote: | # <fs> <mountpoint> <type> <opts> <dump/pas$
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/hda3 /boot ext2 defaults 0 2
/dev/hda6 / ext2 defaults 0 1
/dev/hda10 none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,rw,user 0 0
#/dev/fd0 /mnt/floppy auto noauto 0 0
# NOTE: The next line is critical for boot!
proc /proc proc defaults 0 0
# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
# use almost no memory if not populated with files)
shm /dev/shm tmpfs nodev,nosuid,noexec 0$ |
hoffe ihr koennt einem gentoo neuling auf die spruenge helfen
mfg k0r1n
Last edited by k0r1n on Thu Apr 27, 2006 9:44 pm; edited 1 time in total |
|
Back to top |
|
 |
pawlak Tux's lil' helper

Joined: 20 Feb 2005 Posts: 139
|
Posted: Thu Apr 27, 2006 9:43 pm Post subject: |
|
|
Quote: | none /proc proc defaults 0 0 |
Das erste Wort ist bei dir falsch. Es muss "none" sein. |
|
Back to top |
|
 |
k0r1n n00b

Joined: 23 Apr 2006 Posts: 27 Location: Oberschwaben
|
Posted: Thu Apr 27, 2006 9:46 pm Post subject: |
|
|
wow ich bin begeistert
so schnell haette ich keine antwort erwartet!
danke |
|
Back to top |
|
 |
k0r1n n00b

Joined: 23 Apr 2006 Posts: 27 Location: Oberschwaben
|
Posted: Thu Apr 27, 2006 9:59 pm Post subject: |
|
|
hat aber leider nichts geaendert komme immer noch nicht weiter.
er meint auch immer : Line 17 :mount:command not found
 |
|
Back to top |
|
 |
Vortex375 Veteran


Joined: 03 Mar 2005 Posts: 1739 Location: Deutschland
|
Posted: Fri Apr 28, 2006 6:02 am Post subject: |
|
|
Hast du denn bei der Installation ein "emerge system" gemacht?
Und hast du auf der kernel-kommandozeile ein "root=/dev/hda6" angegeben? |
|
Back to top |
|
 |
k0r1n n00b

Joined: 23 Apr 2006 Posts: 27 Location: Oberschwaben
|
Posted: Fri Apr 28, 2006 1:44 pm Post subject: |
|
|
hab nun ein : emerge --sync gemacht, danch meinte er das ich mein portage updaten soll, das hab ich dann auch mit: emerge update portage gemacht
nur leider kam am ende ein fehler, dann wollte ich : emerge system ausführen jedoch geht das nun auch nicht
und was du mit : Quote: | Und hast du auf der kernel-kommandozeile ein "root=/dev/hda6" angegeben? |
meinst weiß ich leider auch nicht hab ein wenig gegoogelt aber nicht arg viel gefunden(bin auch grad ein wenig frustriert)
ich denke auch nicht dass du meine grub config meinst
aber mehr weiß ich auch nicht
nun ja jetzt hab ich einfach beschlossen alles noch ma neu zu machen, nur eine frage habe ich noch: ist es wichtig dass man die kernel module reinschreibt die automatisch geladen werden sollen (da hatte ich nämlich keine lust drauf: )
mfg k0r1n |
|
Back to top |
|
 |
|