Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
anche se non montato /boot contiene qualcosa [RISOLTO]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
JoKerTheFirst
n00b
n00b


Joined: 19 Jul 2004
Posts: 69
Location: Rome, Italy

PostPosted: Mon Jul 19, 2004 11:55 pm    Post subject: anche se non montato /boot contiene qualcosa [RISOLTO] Reply with quote

Ciao community!
complimentissimi, siete i migliori e grazie a gentoo ho imparato ad amare linux, vi spiego il problema:

Quando accendo il computer e vedo (senza aver montato nulla e senza aver scritto nemmeno "su") quel che c'è in /boot escono fuori dei files mentre se faccio il "mount /boot" e poi vedo cosa contiene /boot ottengo degli altri files; quando smonto /boot riottengo i file di prima.

I files letti al momento dell'avvio sono quelli della partizione non montata, quindi ad esempio se voglio modificare grub.conf lo devo fare senza montare /boot


quando da root vedo quello che contiene /boot (senza aver montato nulla) ottengo:

Code:
bash-2.05b# ls -l /boot/
total 2751
-rw-r--r--  1 root root  928399 Jul  6 19:51 System.map-2.6.7-r8
lrwxrwxrwx  1 root root       1 Jul  6 13:12 boot -> .
-rw-r--r--  1 root root   25002 Jul  7 04:24 config-2.6.7-r8
drwxr-xr-x  2 root root     560 Jul  6 18:26 grub
-rw-r--r--  1 root root 1855103 Jul  6 19:51 kernel-2.6.7-r8
bash-2.05b#


se invece (sempre da root) vedo quello che contiene /boot dopo aver montato la partizione ottengo:bash-2.05b# mount /boot/

Code:
bash-2.05b# ls -l /boot/
total 2639
-rw-r--r--  1 root root  893679 Jul  7 13:17 System.map-2.6.7-r8
-rw-r--r--  1 root root   25644 Jul  7 13:17 config-2.6.7-r8
drwxr-xr-x  2 root root    1024 Jul  6 19:00 grub
-rw-r--r--  1 root root 1764758 Jul  7 13:17 kernel-2.6.7-r8
drwx------  2 root root    1024 Jul  6 19:49 lost+found
bash-2.05b#


il mio fstab è

Code:
/dev/hda1               /boot           ext2            noauto,noatime          1 2
/dev/hda3               /               reiserfs        noatime                 0 1
/dev/hda2               none            swap            sw                      0 0
/dev/cdroms/cdrom0      /mnt/cdrom      iso9660         noauto,ro               0 0
/dev/fd0                /mnt/floppy     auto            noauto                  0 0


none                    /proc           proc            defaults                0 0


none                    /dev/shm        tmpfs           defaults                0 0


e il grub.conf è
Code:

default 0
timeout 5
splashimage=(hd0,0)/grub/splash.xpm.gz

title=Gentoo Linux 2.6.7-r8
root (hd0,0)
kernel (hd0,0)/kernel-2.6.7-r8 root=/dev/hda3


spero di essermi spiegato chiaramente e di avervi dato tutti i dati necessari,

continuate così !!! :D


Last edited by JoKerTheFirst on Tue Jul 20, 2004 2:28 pm; edited 1 time in total
Back to top
View user's profile Send private message
.:deadhead:.
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 2963
Location: Milano, Italy

PostPosted: Tue Jul 20, 2004 2:32 am    Post subject: Reply with quote

[visto i ldelicato argomento non mi assumo responsabilità in caso di danni]...

La risposta alla tua domanda risiede nel fatto che i vari punti di montaggio che trovi specificati in /etc/fstab altro non sono che delle normalissime directory. Se quindi non monti la partizione di boot, ossia non associ a /boot la partizione /dev/hda1, nel tuo caso, e magari installi il kernel, questo verrò salvato nella cartella /boot, ma non nella partizone /dev/hda1, perchè non è montata. E come hai notato, se monti una partzione i files scompaiono. Perchè il contenuto della cartella /boot viene "riempito dalla partizione /dev/sda1"...

Nel tuo caso poi, per rispondere alla tua domanda, cancella pure il contenuto di /boot smontato e ricordati di montare /boot ogni volta che ricompili il kernel...

Oppure usa genkernel...
_________________
Proudly member of the Gentoo Documentation Project: the Italian Conspiracy ! ;)
Back to top
View user's profile Send private message
JoKerTheFirst
n00b
n00b


Joined: 19 Jul 2004
Posts: 69
Location: Rome, Italy

PostPosted: Tue Jul 20, 2004 2:28 pm    Post subject: Reply with quote

grazie mille .:deadhead:. ho fatto come mi hai detto, funziona tutto e ho capito dove è nato l'errore.
Giuro che la prox volta prima di ricompilare il kernel monto /boot

grasssie ancora
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum