aMule Forum

Italian => it_Linux => Topic started by: linuxiuser on December 26, 2006, 02:55:09 PM

Title: Linux non legge e non monta un HD
Post by: linuxiuser on December 26, 2006, 02:55:09 PM
Scusate, sono appena iscritto e nuovo utente: ho un problema con un HD praticamente nuovo, pochi mesi di vita:
Il mio linux  non legge, si rifiuta di montare e dice che non esiste il superblock dell' HD ,  che è messo come slave nella catena IDE; il Bios lo legge invece.

Qualcuno sa come ripristinare senza perdere tutti i dati??
Qualche software con i super poteri per resuscitare i dati??
Uso Kubuntu 6.10 e il kernel 2.6.17-10-generic

grazie!
 :baby:
Title: Re: Linux non legge e non monta un HD
Post by: apo758 on December 26, 2006, 04:29:02 PM
Che filesystem usa?
Title: Re: Linux non legge e non monta un HD
Post by: linuxiuser on December 27, 2006, 01:43:16 AM
Quote
Originally posted by apo758
Che filesystem usa?

-------------------------------------------------------
Caro amico, è proprio questo il problema io lo avevo formattato con il tipo fs ext 3 ma mi dice che non è quel tipo, ho provato di montarlo come root pure col tipo ext 2 e persino col tipo vfat, ma niente! da root nn si puo' leggere piu'? Vorrei recuperare certi dati che erano li'.
Grazie.
 :evil:
Title: Re: Linux non legge e non monta un HD
Post by: Truzzone on December 27, 2006, 11:15:57 AM
Puoi postare come fai a montarlo?  ?(

Ciao by Truzzone  :)
Title: Re: Linux non legge e non monta un HD
Post by: linuxiuser on December 27, 2006, 04:35:16 PM
da terminale :

# mount -t ext3 /dev/hdb /mnt/maxtor-01/
mount: wrong fs type, bad option, bad superblock on /dev/hdb,
            missing codepage or other error

( la directory maxtor-01 è vuota ed era stata creata sempre con da #  precedentemente ).

Oppure

# mount -t ext2 /dev/hdb /mnt/maxtor-01/

oppure

# mount -t vfat /dev/hdb /mnt/maxtor-01/

tutti non montano e danno lo stesso errore come sopra in inglese!
 ;(

T.y.
Title: Re: Linux non legge e non monta un HD
Post by: Truzzone on December 27, 2006, 05:12:46 PM
Prova così  ;)
Quote
# mount /dev/hdb1 /mnt/maxtor-01/

Ciao by Truzzone  :)
Title: Re: Linux non legge e non monta un HD
Post by: 1Carlos on December 28, 2006, 05:18:46 PM
Quote
Originally posted by linuxiuser
Quote
Originally posted by apo758
Che filesystem usa?

-------------------------------------------------------
Caro amico, è proprio questo il problema io lo avevo formattato con il tipo fs ext 3 ma mi dice che non è quel tipo, ho provato di montarlo come root pure col tipo ext 2 e persino col tipo vfat, ma niente! da root nn si puo' leggere piu'? Vorrei recuperare certi dati che erano li'.
Grazie.
 :evil:

prova a vedere cosa dice
Code: [Select]
#fdisk -l
ciao.