Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Errore nella geometria del disco?
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
-YoShi-
l33t
l33t


Joined: 26 Nov 2003
Posts: 684
Location: Besana Brianza - ItaLy -

PostPosted: Sat Dec 13, 2003 5:25 pm    Post subject: Errore nella geometria del disco? Reply with quote

Dato che volevo dare un resize alle partizioni in modo da eliminare una vecchia ext2 allungando poi la / reiser emergo parted e qtparted.

Solo che lancio qtparted
Code:

bash-2.05b# qtparted
Errore di virgola mobile
bash-2.05b#

da il boot logo e blam...errore di virgola mobile.

Lancio da console parted -> stesso errore

allora aggiungo il nome del disco che voglio resizare et. voila..(credo si scriva così nn uccidetemi ;))
Code:

bash-2.05b# parted /dev/hda
GNU Parted 1.6.6
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
This program is free software, covered by the GNU General Public License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.  See the GNU General Public License for more details.

Using /dev/ide/host0/bus0/target0/lun0/disc
Error: The partition table on /dev/ide/host0/bus0/target0/lun0/disc is
inconsistent.  There are many reasons why this might be the case.  However, the
most likely reason is that Linux detected the BIOS geometry for
/dev/ide/host0/bus0/target0/lun0/disc incorrectly.  GNU Parted suspects the real
geometry should be 4963/255/63 (not 79098/16/63).  You should check with your
BIOS first, as this may not be correct.  You can inform Linux by adding the
parameter ide/host0/bus0/target0/lun0/disc=4963,255,63 to the command line.  See
the LILO or GRUB documentation for more information.  If you think Parted's
suggested geometry is correct, you may select Ignore to continue (and fix Linux
later).  Otherwise, select Cancel (and fix Linux and/or the BIOS now).
Ignore/Cancel? C
Information: The operating system thinks the geometry on
/dev/ide/host0/bus0/target0/lun0/disc is 79098/16/63.  Therefore, cylinder 1024
ends at 503,999M.


Allora controllo nel BIOS del pc e li trovo altri valori
Questi:
Code:

Capacity -> 40822
Cylinder  -> 19541
Head       -> 16
Precomp  -> 0
Landing Zone -> 19540
Sector     -> 255


Quali sono quelli giusti?
Secondo me quelli nel Bios, ma perchè il kernel o grub (da quanto ho capito) li vede sbagliati?
Come correggo senza perdere i dati?

Pleeese help meeeeeeee!

Grazie anticipatamente

P.S. Ho fatto una piccola ricerchina ma nn ho trovato 3d con soluzioni a questo problema, solo topic Unsolved :'(
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Sat Dec 13, 2003 11:25 pm    Post subject: Re: Errore nella geometria del disco? Reply with quote

-YoShi- wrote:

Secondo me quelli nel Bios, ma perchè il kernel o grub (da quanto ho capito) li vede sbagliati?


Attenzione perché a me sono capitati dischi dove il Bios cannava in pieno.

La cosa migliore é quella di prendere marca e modello del disco e cercare sul sito del produttore... dovresti provare diverse possibilitá a seconda che il disco sia formatatto LBA o meno...
Back to top
View user's profile Send private message
-YoShi-
l33t
l33t


Joined: 26 Nov 2003
Posts: 684
Location: Besana Brianza - ItaLy -

PostPosted: Sun Dec 14, 2003 1:37 pm    Post subject: Reply with quote

Ok grazie proverò a dare un occhiata sul sito della Samsung x vedere che dicono

P.S. dove vado a inserire gli eventuali valori da combiare?
Back to top
View user's profile Send private message
Yota_VGA
Tux's lil' helper
Tux's lil' helper


Joined: 02 Nov 2003
Posts: 116

PostPosted: Sun Dec 14, 2003 3:20 pm    Post subject: Reply with quote

Forse ti converrebbe dal bios. Cmq anche se lo fai nel kernel non dovrebbero esserci problemi. Aggiungi questo:
ide/host0/bus0/target0/lun0/disc=cilindri,testine,settori
Alla linea che passi al kernel tramite grub. Purtroppo non ti so dire la sintassi da usare su grub, ho sempre usato lilo. Cmq dovresti trovare molte guide che ti dicono come fare. Su lilo dovresti fare in questo modo:

append="..."

la dovresti cambiare in

append="... ide/host0/bus0/target0/lun0/disc=cilindri,testine,settori"

Dove ... son le opzioni già settate
od aggiungerla nella sezione del tuo kernel qualora non ci fosse
_________________
Ai: "Hai bisogno di me dal profondo del tuo cuore, vero...? D'accordo, da oggi in poi sarò sempre al tuo fianco!"

Vivi col cuore, non inseguire i mezzi per raggiungere la felicità ma la felicità stessa.
Back to top
View user's profile Send private message
-YoShi-
l33t
l33t


Joined: 26 Nov 2003
Posts: 684
Location: Besana Brianza - ItaLy -

PostPosted: Sun Dec 14, 2003 10:03 pm    Post subject: Reply with quote

Allora...ho dato un occhiata veloce veloce al sito della samsung ma nn ho trovato niente.
(sarà che ho un mal di testa formato famiglia..)

Cmq domani provo con google...anche xchè sull'etichetta sopra il disco non c'è scritto niente di utile

Yota_VGA wrote:
Forse ti converrebbe dal bios. Cmq anche se lo fai nel kernel non dovrebbero esserci problemi. Aggiungi questo:
ide/host0/bus0/target0/lun0/disc=cilindri,testine,settori
Alla linea che passi al kernel tramite grub. Purtroppo non ti so dire la sintassi da usare su grub, ho sempre usato lilo. Cmq dovresti trovare molte guide che ti dicono come fare. Su lilo dovresti fare in questo modo:

append="..."

la dovresti cambiare in

append="... ide/host0/bus0/target0/lun0/disc=cilindri,testine,settori"

Dove ... son le opzioni già settate
od aggiungerla nella sezione del tuo kernel qualora non ci fosse


Ero tentato di farlo (uso grub e devo cercarmi la riga da scrivere nel grub.conf) ma ho paura di far su qualche cavolata e dover reinstallare tutto...
Il che di per se nn mi disturba se non fosse per il tempo che ci mette a compilare i programmi...

Approposito..adesso che mi viene in mente. nel kernel ho trovato questa riga
Code:

Device Drivers --->
ATA/ATAPI/MFM/RLL support --->
 Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support---->
  Include IDE/ATA-2 DISK support--->
   < >Auto-Geometry Resizing support


Secondo voi può essere utile?
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Mon Dec 15, 2003 2:35 pm    Post subject: Reply with quote

-YoShi- wrote:

Approposito..adesso che mi viene in mente. nel kernel ho trovato questa riga
Code:

Device Drivers --->
ATA/ATAPI/MFM/RLL support --->
 Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support---->
  Include IDE/ATA-2 DISK support--->
   < >Auto-Geometry Resizing support


Secondo voi può essere utile?


Non saprei, cosa dice l'help? (non ho sottomano la mia box)

P.S. Prima di giocare troppo con i parametri fisici dell'HD io farei una copia dei dati importanti di tutto l'HD... non si sa mai!
Back to top
View user's profile Send private message
-YoShi-
l33t
l33t


Joined: 26 Nov 2003
Posts: 684
Location: Besana Brianza - ItaLy -

PostPosted: Mon Dec 15, 2003 10:06 pm    Post subject: Reply with quote

Queste è quello che da l'help

Code:

Auto-Geometry Resizing support (IDEDISK_STROKE)

Should you have a system w/ an AWARD Bios and your drives are larger
than 32GB and it will not boot, one is required to perform a few OEM
operations first. The option is called "STROKE" because it allows
one to "soft clip" the drive to work around a barrier limit. For
Maxtor drives it is called "jumpon.exe". Please search Maxtor's
web-site for "JUMPON.EXE". IBM has a similar tool at:
<http://www.storage.ibm.com/hdd/support/download.htm>.

If you are unsure, say N here.


Il Bios è un AWARD...ma non credo che serva per il mio problema..Cmq domani provo a vedere il link li segnato se c'è qualcosa
Grazie ancora
Back to top
View user's profile Send private message
-YoShi-
l33t
l33t


Joined: 26 Nov 2003
Posts: 684
Location: Besana Brianza - ItaLy -

PostPosted: Tue Dec 16, 2003 10:07 pm    Post subject: Reply with quote

Azzarola da lo stesso problema col Maxtor nuovo di pacca che ho appena installato...
l'ho messo come hda e ho spostato il mio vecchio con il sistema su hdc

Uno -> Maxtor nuovo e senza nessuna partizione
Code:

bash-2.05b# parted /dev/hda
GNU Parted 1.6.6
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
This program is free software, covered by the GNU General Public License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.  See the GNU General Public License for more details.

Using /dev/ide/host0/bus0/target0/lun0/disc
Error: The partition table on /dev/ide/host0/bus0/target0/lun0/disc is
inconsistent.  There are many reasons why this might be the case.  However, the
most likely reason is that Linux detected the BIOS geometry for
/dev/ide/host0/bus0/target0/lun0/disc incorrectly.  GNU Parted suspects the real
geometry should be 7476/255/63 (not 119150/16/63).  You should check with your
BIOS first, as this may not be correct.  You can inform Linux by adding the
parameter ide/host0/bus0/target0/lun0/disc=7476,255,63 to the command line.  See
the LILO or GRUB documentation for more information.  If you think Parted's
suggested geometry is correct, you may select Ignore to continue (and fix Linux
later).  Otherwise, select Cancel (and fix Linux and/or the BIOS now).
Ignore/Cancel? C
Information: The operating system thinks the geometry on
/dev/ide/host0/bus0/target0/lun0/disc is 119150/16/63.  Therefore, cylinder 1024
ends at 503,999M.
(parted) quit
Information: Don't forget to update /etc/fstab, if necessary.


E due Samsung -> quello con gentoo (tutto mount "/, home,boot,swap" ) che sto usando adesso.
Code:

bash-2.05b# parted /dev/hdc
GNU Parted 1.6.6
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
This program is free software, covered by the GNU General Public License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.  See the GNU General Public License for more details.

Using /dev/ide/host0/bus1/target0/lun0/disc
Error: The partition table on /dev/ide/host0/bus1/target0/lun0/disc is
inconsistent.  There are many reasons why this might be the case.  However, the
most likely reason is that Linux detected the BIOS geometry for
/dev/ide/host0/bus1/target0/lun0/disc incorrectly.  GNU Parted suspects the real
geometry should be 4963/255/63 (not 79098/16/63).  You should check with your
BIOS first, as this may not be correct.  You can inform Linux by adding the
parameter ide/host0/bus1/target0/lun0/disc=4963,255,63 to the command line.  See
the LILO or GRUB documentation for more information.  If you think Parted's
suggested geometry is correct, you may select Ignore to continue (and fix Linux
later).  Otherwise, select Cancel (and fix Linux and/or the BIOS now).
Ignore/Cancel? C
Information: The operating system thinks the geometry on
/dev/ide/host0/bus1/target0/lun0/disc is 79098/16/63.  Therefore, cylinder 1024
ends at 503,999M.
(parted) quit
Information: Don't forget to update /etc/fstab, if necessary.

bash-2.05b#


Può essere qualcosa attivo nel BIOS? tipo lo S.M.A.R.T. o roba simile? o qualcosa tipo il cilindro 1024?

P.S. Del Bios ho appena fatto l'update all'ultima versione disponibile per la mia M/B..
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Tue Dec 16, 2003 10:39 pm    Post subject: Reply with quote

-YoShi- wrote:

P.S. Del Bios ho appena fatto l'update all'ultima versione disponibile per la mia M/B..


Non so cosa pensare e provo a darti un pó di spunti di riflessione

Che valori trova linux al boot? (dmesg | grep hda)

Hai provato a vedere che succede con un liveCD?

Hai provato a vedere se sul sito di parted denunciano incompatibilitá con la tua MB?

Che kernel usi? (hai guardato se ci sono incompatibilitá con parted?)

Hai anche quell'altro sistema operativo sulla macchina? Se si non c'é un utility che dia la geometria del disco? Cosa dice?
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