Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
reiserFS lento al boot [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
!ico
Apprentice
Apprentice


Joined: 26 Oct 2005
Posts: 199
Location: Bassano del Grappa (VI)

PostPosted: Mon Jun 04, 2007 8:59 am    Post subject: reiserFS lento al boot [risolto] Reply with quote

Ho cercato un po' in giro ma non ho trovato nulla che mi potesse aiutare.

Durante il boot ad un certo punto si blocca per 6-7-8 secondi su un frase che non riesco a recuperare (maledetta ignoranza :cry: ) che dovrebbe dire che sta facendo il journaling della partizione hda4 e finisce con "0 transactions replayed".

Ora, io non ho mai usato ReiserFs e tanto meno una partizione da 100epassaGB (l'hda4 in questione), per cui mi chiedo se sia tutto nella norma o se c'è qualcosa che non va :roll:

Spero di essermi spiegato e di non aver sbagliato troppi congiuntivi :P

ola ;)


ps: dove li trovo i messaggi della fase di init del boot? :oops:
_________________
" I tasti iniziano. I tasti finiscono. Tu sai che sono 88; su questo nessuno può fregarti. Non sono infiniti loro. Tu, tu sei infinito, e dentro quei tasti, infinita è la musica che puoi fare. Loro sono 88. Tu sei infinito".
Novecento (Baricco)


Last edited by !ico on Mon Jun 04, 2007 10:51 am; edited 1 time in total
Back to top
View user's profile Send private message
skypjack
l33t
l33t


Joined: 05 Aug 2006
Posts: 884
Location: Italia - Firenze

PostPosted: Mon Jun 04, 2007 9:49 am    Post subject: Reply with quote

Che pc è?

ps: non prendermi per matto! Un amico aveva un problema simile e imputava reiserfs, quando ha risolto in tutt'altro modo...

[EDIT]:
Hai provato un
Code:
reiserfsck --rebuild-tree /dev/<partizione>?

Magari basta... Ma fatti un backup prima (come da man page)!!
In realtà sono nuovo di questo fs, non mi ha dato problemi e sono soddisfatto, ma ancora lo devo capire bene!!
La partizione è montata read only all'avvio?
Le butto lì tutte, magari ci indovino... :wink:
Back to top
View user's profile Send private message
!ico
Apprentice
Apprentice


Joined: 26 Oct 2005
Posts: 199
Location: Bassano del Grappa (VI)

PostPosted: Mon Jun 04, 2007 10:07 am    Post subject: Reply with quote

Code:
man reiserfsck
...  You are strongly encouraged to make a backup copy of the whole partition before attempting the --rebuild-tree option. ...


ehm, prima di provare cose "semi-azzardate" vorrei almeno capire se è normale oppure no..

questo è l'fstab relativo alla partizione e non vedo problemi
Code:
/dev/hda4               /home/          reiserfs        noatime         0 1

anche perchè è identica alla riga relativa all'hda3 che non mi da nessun problema..
il pc è un amd3800+x2 con 1Gb di ram e tutti i pezzi (compreso l'hd) sono nuovi, per cui penso e ardentemente spero non sia un problema hw.. :!:

ola ;)
_________________
" I tasti iniziano. I tasti finiscono. Tu sai che sono 88; su questo nessuno può fregarti. Non sono infiniti loro. Tu, tu sei infinito, e dentro quei tasti, infinita è la musica che puoi fare. Loro sono 88. Tu sei infinito".
Novecento (Baricco)


Last edited by !ico on Mon Jun 04, 2007 10:09 am; edited 1 time in total
Back to top
View user's profile Send private message
skypjack
l33t
l33t


Joined: 05 Aug 2006
Posts: 884
Location: Italia - Firenze

PostPosted: Mon Jun 04, 2007 10:08 am    Post subject: Reply with quote

Aspetta.
Puoi postare il tuo fstab?
La cosa forse è semplice...
Back to top
View user's profile Send private message
!ico
Apprentice
Apprentice


Joined: 26 Oct 2005
Posts: 199
Location: Bassano del Grappa (VI)

PostPosted: Mon Jun 04, 2007 10:10 am    Post subject: Reply with quote

eccolo per intero:
Code:

/dev/hda1               /boot           ext2            noauto,noatime  1 2
/dev/hda3               /               reiserfs        noatime         0 1
/dev/hda4               /home/          reiserfs        noatime         0 1
/dev/hda2               none            swap            sw              0 0

/dev/cdrom              /mnt/cdrom      auto            noauto,user     0 0
/dev/sda1               /mnt/pendrive   auto            noauto,user     0 0

proc                    /proc           proc            nodev,nosuid,noexec     0 0
shm                     /dev/shm        tmpfs           nodev,nosuid,noexec     0 0
 


ola ;)
_________________
" I tasti iniziano. I tasti finiscono. Tu sai che sono 88; su questo nessuno può fregarti. Non sono infiniti loro. Tu, tu sei infinito, e dentro quei tasti, infinita è la musica che puoi fare. Loro sono 88. Tu sei infinito".
Novecento (Baricco)
Back to top
View user's profile Send private message
skypjack
l33t
l33t


Joined: 05 Aug 2006
Posts: 884
Location: Italia - Firenze

PostPosted: Mon Jun 04, 2007 10:12 am    Post subject: Reply with quote

Ok.
Ti basta associare "0 0" alle partizioni reiserfs e tutto si risolverà.
Spero!!!!!!
Fammi sapere.

[EDIT]:
Giusto per spiegare le mie parole, mettendo 0 anzichè uno aggiri il check della partizione, il che dovrebbe risolvere il tuo problema.
Back to top
View user's profile Send private message
!ico
Apprentice
Apprentice


Joined: 26 Oct 2005
Posts: 199
Location: Bassano del Grappa (VI)

PostPosted: Mon Jun 04, 2007 10:17 am    Post subject: Reply with quote

Code:
man fstab

The sixth field, (fs_passno), is used by the fsck(8) program to determine the order in which filesystem checks are done
       at reboot time.  The root filesystem should be specified with a fs_passno of 1, and other  filesystems  should  have  a
       fs_passno  of  2.  Filesystems within a drive will be checked sequentially, but filesystems on different drives will be
       checked at the same time to utilize parallelism available in the hardware.  If the sixth field is not present or  zero,
       a value of zero is returned and fsck will assume that the filesystem does not need to be checked.

..e si che l'avevo già letta questa cosa.. :oops:

Non è più correto impostarla a 2?
E poi, l'hda3 essendo root devo lasciarla a 1, giusto?

ola e grazie ;)
_________________
" I tasti iniziano. I tasti finiscono. Tu sai che sono 88; su questo nessuno può fregarti. Non sono infiniti loro. Tu, tu sei infinito, e dentro quei tasti, infinita è la musica che puoi fare. Loro sono 88. Tu sei infinito".
Novecento (Baricco)
Back to top
View user's profile Send private message
skypjack
l33t
l33t


Joined: 05 Aug 2006
Posts: 884
Location: Italia - Firenze

PostPosted: Mon Jun 04, 2007 10:19 am    Post subject: Reply with quote

Credo che esistano correnti di pensiero diverse per quanto riguarda il check all'avvio.
Direi da parer mio che la partizione reiserfs puoi metterla a 0, ma di sicuro qualcuno contesterà.
In ogni caso prova e vedi se risolve, intanto...

[EDIT]:
I valori maggiori di zero rappresentano solo la priorità, lo zero la non necessità del controllo.
Back to top
View user's profile Send private message
!ico
Apprentice
Apprentice


Joined: 26 Oct 2005
Posts: 199
Location: Bassano del Grappa (VI)

PostPosted: Mon Jun 04, 2007 10:50 am    Post subject: Reply with quote

Funziona, grazie!

Certo non è stupendo il fatto che non controlli mai, devo ricordarmi di controllarlo a mano ogni tanto.. :roll:

ola ;)
_________________
" I tasti iniziano. I tasti finiscono. Tu sai che sono 88; su questo nessuno può fregarti. Non sono infiniti loro. Tu, tu sei infinito, e dentro quei tasti, infinita è la musica che puoi fare. Loro sono 88. Tu sei infinito".
Novecento (Baricco)
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