View previous topic :: View next topic |
Author |
Message |
Dean n00b
Joined: 10 Sep 2005 Posts: 25
|
Posted: Sat Sep 10, 2005 7:05 pm Post subject: [SOLVED] beim booten nicht gemountet. kein fehler zu sehen! |
|
|
hi.
beim booten kommt nen fehler von wegen das einige partitionen nicht gemountet werden können. aber sehe kein fehler.
schaut mal hier meine fstab:
Code: |
# /etc/fstab: static file system information.
# $Header: /var/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.18.4.1 2005/01/31 23:05:14 vapier Exp $
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail / tail freely.
#
# See the manpage fstab(5) for more information.
# <fs> <mountpoint> <type> <opts> <dump/pass>
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/hda1 /boot ext2 noauto,noatime 1 2
/dev/hda3 / ext3 noatime 0 1
/dev/hda2 none swap sw 0 0
/dev/hdc /mnt/cdrom iso9660 users 0 0
/dev/hda5 /home ext3 noatime 0 0
/dev/hda6 /mnt/daten ext3 noatime,rw,users 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 0
|
da ist doch nix falsch oder?
THX
dean
Last edited by Dean on Sat Sep 10, 2005 8:26 pm; edited 1 time in total |
|
Back to top |
|
|
Raistlin l33t
Joined: 17 May 2004 Posts: 691 Location: Boston, MA
|
Posted: Sat Sep 10, 2005 7:23 pm Post subject: |
|
|
1) WAS ist die FEHLERMELDUNG *sichfragendwarumbeinaheniemanddiefehlermeldungposted*
2) Was ist der ouput von _________________ Zwei Was Eins Initially
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." |
|
Back to top |
|
|
SinoTech Advocate
Joined: 20 Mar 2004 Posts: 2579 Location: Neunkirchen / Saarland / Germany
|
Posted: Sat Sep 10, 2005 7:25 pm Post subject: |
|
|
Ich sags mal mit den worten von "Pablo_supertux":
"meine Glaskugel ist kaputt"
Mfg
Sino
EDIT:
Shit, zu spät
Last edited by SinoTech on Sat Sep 10, 2005 7:28 pm; edited 2 times in total |
|
Back to top |
|
|
Raistlin l33t
Joined: 17 May 2004 Posts: 691 Location: Boston, MA
|
Posted: Sat Sep 10, 2005 7:26 pm Post subject: |
|
|
SinoTech wrote: | Ich sags mal mit den worten von "Pablo_supertux":
"nein, meine Glaskugel ist kaputt"
Mfg
Sino |
DANKE Dir - ich glaubte schon, ich werde empfindlich.... _________________ Zwei Was Eins Initially
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." |
|
Back to top |
|
|
Dean n00b
Joined: 10 Sep 2005 Posts: 25
|
Posted: Sat Sep 10, 2005 7:31 pm Post subject: |
|
|
sorry
hier bitte:
Code: |
fdisk -l /dev/hda
Platte /dev/hda: 160.0 GByte, 160041885696 Byte
255 Köpfe, 63 Sektoren/Spuren, 19457 Zylinder
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
Gerät boot. Anfang Ende Blöcke Id System
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 14 138 1004062+ 82 Linux swap / Solaris
/dev/hda3 139 5119 40009882+ 83 Linux
/dev/hda4 5120 19457 115169985 5 Erweiterte
/dev/hda5 5120 12590 60010776 83 Linux
/dev/hda6 12591 19457 55159146 83 Linux
|
weiss net was da falsch is |
|
Back to top |
|
|
Raistlin l33t
Joined: 17 May 2004 Posts: 691 Location: Boston, MA
|
Posted: Sat Sep 10, 2005 7:33 pm Post subject: |
|
|
Fehlermeldung? _________________ Zwei Was Eins Initially
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." |
|
Back to top |
|
|
Dean n00b
Joined: 10 Sep 2005 Posts: 25
|
Posted: Sat Sep 10, 2005 7:41 pm Post subject: |
|
|
beim booten:
some local filesystems failed to mound [!!]
dean
edit: es muss doch also dann was an der fstab nicht stimmen, ne?
nur ich seh keinen fehler..sorry |
|
Back to top |
|
|
SinoTech Advocate
Joined: 20 Mar 2004 Posts: 2579 Location: Neunkirchen / Saarland / Germany
|
Posted: Sat Sep 10, 2005 7:52 pm Post subject: |
|
|
Tja, möglicherweise hast du beim booten keine CD im Laufwerk ? Denn ohne die "noauto" option wird beim booten versucht hdc (Das CD-Laufwerk) zu mounten. Und ohne CD kann man nichts mounten .
Mfg
Sino |
|
Back to top |
|
|
Dean n00b
Joined: 10 Sep 2005 Posts: 25
|
Posted: Sat Sep 10, 2005 8:03 pm Post subject: |
|
|
oh lol alles klar danke ;D |
|
Back to top |
|
|
SinoTech Advocate
Joined: 20 Mar 2004 Posts: 2579 Location: Neunkirchen / Saarland / Germany
|
Posted: Sat Sep 10, 2005 8:10 pm Post subject: |
|
|
Dean wrote: | oh lol alles klar danke ;D |
No prob. Setze mal noch ein "[SOLVED]" vor den Thead Titel damit man sieht das das Problem gelöst wurde.
Mfg
Sino |
|
Back to top |
|
|
STiGMaTa_ch Veteran
Joined: 28 Dec 2004 Posts: 1686 Location: Rüti ZH / Schweiz
|
Posted: Sun Sep 11, 2005 6:13 am Post subject: |
|
|
Dean wrote: | oh lol alles klar danke ;D |
Wirklich?
Heisst das für dich jetzt, dass du jedesmal eine CD einlegst bevor du linux bootest? Oder wirst du den Fehler jetzt einfach jedesmal ignorieren? Oder gehst du den korrekten Weg und löscht die entsprechende Zeile einfach aus der fstab?
Lieber Gruss
STiGMaTa |
|
Back to top |
|
|
|