View previous topic :: View next topic |
Author |
Message |
Mr_Frodo n00b
Joined: 20 Jan 2006 Posts: 15 Location: /dev/random
|
Posted: Mon Jan 30, 2006 12:44 pm Post subject: Problem z /boot |
|
|
przy urochamianiu systemu mam nastepujaczy komunikat... ...no wlasnie nie moge teraz tego komunikatu w logach wygrzebacz ale mniej wiecej chodzi o to ze nie montuje mi /boot mimo ze mam go w /etc/fstab wpisanego. Ten sam komunukat pojawia sie jak chce kompilowac kernel genkernelem. A oto moj 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/hdc1 /boot ext3 defauits,noatime 1 2
/dev/hdc3 / ext3 noatime 0 1
/dev/hdc2 none swap sw 0 0
/dev/hdb /mnt/nagrywarka auto noauto,ro 0 0
/dev/hdd /mnt/cdrom auto noauto 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
|
Dodam ze na /boot mam ext3 z ksiegowaniem |
|
Back to top |
|
|
kranked Tux's lil' helper
Joined: 30 Jan 2005 Posts: 110 Location: Poland | Gliwice
|
Posted: Mon Jan 30, 2006 12:49 pm Post subject: |
|
|
Masz błąd przy boot defauits, a powinno być defaults.
PS. Nie wiem czy to wina tego błędu _________________ [kranked.jogger.pl]
My English is bad :] |
|
Back to top |
|
|
Xax Guru
Joined: 24 Jul 2003 Posts: 417 Location: Poland, Gliwice, Trynek
|
Posted: Mon Jan 30, 2006 12:51 pm Post subject: |
|
|
/dev/hdc1 /boot ext3 defauits,noatime 1 2
ma byc defaults.
A tak w ogole, jezeli boot sluzy tylko do trzymania obrazow kernela to montowanie go przy starcie jest w zlym gusice. Ale to Twoja sprawa. |
|
Back to top |
|
|
BeteNoire Veteran
Joined: 25 Sep 2005 Posts: 1827
|
Posted: Mon Jan 30, 2006 1:01 pm Post subject: |
|
|
kranked wrote: | PS. Nie wiem czy to wina tego błędu |
Najprościej sprawdzić będzie przez chrootowanie się z livecd i mount -v /boot. Powinno sypnąć jakimiś komunikatami. _________________ powered by power plant |
|
Back to top |
|
|
Mr_Frodo n00b
Joined: 20 Jan 2006 Posts: 15 Location: /dev/random
|
Posted: Mon Jan 30, 2006 6:08 pm Post subject: |
|
|
Xax wrote: |
A tak w ogole, jezeli boot sluzy tylko do trzymania obrazow kernela to montowanie go przy starcie jest w zlym gusice. Ale to Twoja sprawa.
|
Thx za info. Tym boot'em bym sie nie przejmował ale genkernel mi nie montuje /boot i potem mam bałagan w systemie |
|
Back to top |
|
|
|