problema kernel panic

Se avete problemi con l'installazione e la configurazione di Slackware postate qui. Non usate questo forum per argomenti generali... per quelli usate Gnu/Linux in genere.

Moderatore: Staff

Regole del forum
1) Citare sempre la versione di Slackware usata, la versione del Kernel e magari anche la versione della libreria coinvolta. Questi dati aiutano le persone che possono rispondere.
2) Per evitare confusione prego inserire in questo forum solo topic che riguardano appunto Slackware, se l'argomento è generale usate il forum Gnu/Linux in genere.
3) Leggere attentamente le risposte ricevute.
4) Scrivere i messaggi con il colore di default, evitare altri colori.
5) Scrivere in Italiano o in Inglese, se possibile grammaticalmente corretto, evitate stili di scrittura poco chiari, quindi nessuna abbreviazione tipo telegramma o scrittura stile SMS o CHAT.
6) Appena registrati è consigliato presentarsi nel forum dedicato.

La non osservanza delle regole porta a provvedimenti di vari tipo da parte dello staff, in particolare la non osservanza della regola 5 porta alla cancellazione del post e alla segnalazione dell'utente. In caso di recidività l'utente rischia il ban temporaneo.
Crow
Linux 2.x
Linux 2.x
Messaggi: 271
Iscritto il: ven 17 ago 2007, 15:37
Slackware: 14.0
Kernel: 3.2.29
Desktop: KDE
Distribuzione: BackTrack

problema kernel panic

Messaggio da Crow »

ciao a tutti ho un notebook a cui è saltata la scheda video, sull'hd ide avevo installato slackware 14 da un pò di tempo, avendo un box esterno per hd sata da 2,5, ho comprato un adattatore che funnziona da sata a ide, ho montato l'hd su questo box tramite adattatore e ho cercato di fare il boot da usb, tutto ok, mi compare la schermata di grub selezionato slackware da avviare e parte fino ad un certo punto e si pianta, vi posto delle foto:
Immagine

vi posto anche le opzioni per il boot
Immagine
Immagine

vi chiedo un grosso aiuto, ho veramente bisogno di poter fare il boot e poter clonare il sistema operativo da spostare poi su macchina virtuale, sono due giorni che cerco di risolvere e ho apportato un sacco di modifiche che ho trovato in rete ma senza risultati, spero che qualcuno mi possa dare una mano. grazie

Avatar utente
ponce
Iper Master
Iper Master
Messaggi: 3106
Iscritto il: mer 5 mar 2008, 16:45
Nome Cognome: Matteo Bernardini
Slackware: slackware64-current
Kernel: 6.16.4
Desktop: lxde
Località: Pisa
Contatta:

Re: problema kernel panic

Messaggio da ponce »

scusa, ma se vuoi spostare il sistema operativo su macchina virtuale non ti dovrebbe servire fare il boot, ti basta che il disco sia leggibile, no?

Crow
Linux 2.x
Linux 2.x
Messaggi: 271
Iscritto il: ven 17 ago 2007, 15:37
Slackware: 14.0
Kernel: 3.2.29
Desktop: KDE
Distribuzione: BackTrack

Re: problema kernel panic

Messaggio da Crow »

ponce ha scritto:scusa, ma se vuoi spostare il sistema operativo su macchina virtuale non ti dovrebbe servire fare il boot, ti basta che il disco sia leggibile, no?
ciao, si hai perfettamente ragione, era per vedere se avesse problemi l'hd, comunque ho provato ad effettuare la trasformazione dell'so con vmware converter, il problema che essendo un programma per windows non posso trasformare un so che risiede su fs ext4, poi non so se tra clonazione e trasformazione esista una qualche differenza, perchè il mio intendo è quello di trasformare una macchina fisica(slackware in questo caso) in macchina virtuale, in caso posso usare clonezilla o qualche programma che funge sotto gnu/linux?, ho knoppix in live su pendrive e alcuni cdrom di slackware o al massimo scaricare l'iso di clonezilla e metterlo su pendrive.

rik70
Iper Master
Iper Master
Messaggi: 2552
Iscritto il: gio 10 mar 2011, 9:21
Slackware: 15.0
Kernel: 5.15.x-generic
Desktop: Sway
Distribuzione: Arch Linux

Re: problema kernel panic

Messaggio da rik70 »

Ma questo box esterno da cui tenti di fare il boot è collegato a un pc dove c'è windows?

Perché dalla schermata del panic, se ho capito bene, sembra che il sistema tenti di montare come root un filesystem NTFS.

Crow
Linux 2.x
Linux 2.x
Messaggi: 271
Iscritto il: ven 17 ago 2007, 15:37
Slackware: 14.0
Kernel: 3.2.29
Desktop: KDE
Distribuzione: BackTrack

Re: problema kernel panic

Messaggio da Crow »

Si ho windows 7, comunque ho provato a recuperare con clonezilla sia l'intero disco che le singole partizioni ma ottengo sempre un errore ho provato con dd e anch'esso mi da errore, forse oltre a settori danneggiati ho anche qualche problema al file system, provo con fsck. Se avete qualche consiglio è bene accetto. Grazie

rik70
Iper Master
Iper Master
Messaggi: 2552
Iscritto il: gio 10 mar 2011, 9:21
Slackware: 15.0
Kernel: 5.15.x-generic
Desktop: Sway
Distribuzione: Arch Linux

Re: problema kernel panic

Messaggio da rik70 »

Guarda, di grub2 non ne capisco niente, ma se il boot l'hai fatto da un pc con su un disco dove c'è windows 7, il panic è causato dal fatto che il loader sta cercando di montare una partizione formattata in ntfs come root. La schermata è abbastanza eloquente. In sostanza sta puntando al disco (o partizione) sbagliato.

Per verificare lo stato del disco, prova a fare il boot da una live linux - es. systemrescuecd o anche clonezilla visto che ce l'hai a disposizione, anche se è più limitato del primo. Collega il disco usb e verifica i parametri S.M.A.R.T.
Questi 2 comandi dovrebbero aiutarti:

Codice: Seleziona tutto

smartctl -s on /dev/sdb  #sostituisci '/dev/sdb' col percorso corretto del disco usb
smartctl -a /dev/sdb
L'ideale sarebbe che riuscissi ad incollare qui l'output del secondo comando.

Ciao

Crow
Linux 2.x
Linux 2.x
Messaggi: 271
Iscritto il: ven 17 ago 2007, 15:37
Slackware: 14.0
Kernel: 3.2.29
Desktop: KDE
Distribuzione: BackTrack

Re: problema kernel panic

Messaggio da Crow »

ciao rik70 ecco l'output del comando da te postato

Codice: Seleziona tutto

smartctl 6.2 2013-07-26 r3841 [i686-linux-3.16.3] (local build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Seagate Momentus 4200.2
Device Model:     ST9808210A
Serial Number:    3LF332S7
Firmware Version: 3.02
User Capacity:    80,026,361,856 bytes [80.0 GB]
Sector Size:      512 bytes logical/physical
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ATA/ATAPI-6 T13/1410D revision 2
Local Time is:    Sat Feb 21 00:56:42 2015 EST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x82)	Offline data collection activity
					was completed without error.
					Auto Offline Data Collection: Enabled.
Self-test execution status:      ( 121)	The previous self-test completed having
					the read element of the test failed.
Total time to complete Offline 
data collection: 		(  426) seconds.
Offline data collection
capabilities: 			 (0x5b) SMART execute Offline immediate.
					Auto Offline data collection on/off support.
					Suspend Offline collection upon new
					command.
					Offline surface scan supported.
					Self-test supported.
					No Conveyance Self-test supported.
					Selective Self-test supported.
SMART capabilities:            (0x0003)	Saves SMART data before entering
					power-saving mode.
					Supports SMART auto save timer.
Error logging capability:        (0x01)	Error logging supported.
					No General Purpose Logging support.
Short self-test routine 
recommended polling time: 	 (   1) minutes.
Extended self-test routine
recommended polling time: 	 (  84) minutes.

SMART Attributes Data Structure revision number: 10
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x000f   054   049   034    Pre-fail  Always       -       119543479
  3 Spin_Up_Time            0x0003   095   094   000    Pre-fail  Always       -       0
  4 Start_Stop_Count        0x0032   094   094   020    Old_age   Always       -       6410
  5 Reallocated_Sector_Ct   0x0033   100   100   036    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000f   087   060   030    Pre-fail  Always       -       4779804605
  9 Power_On_Hours          0x0032   073   073   000    Old_age   Always       -       24152
 10 Spin_Retry_Count        0x0013   100   100   034    Pre-fail  Always       -       0
 12 Power_Cycle_Count       0x0032   094   094   020    Old_age   Always       -       6627
192 Power-Off_Retract_Count 0x0032   097   097   000    Old_age   Always       -       6629
193 Load_Cycle_Count        0x0032   001   001   000    Old_age   Always       -       645788
194 Temperature_Celsius     0x0022   017   057   000    Old_age   Always       -       17 (0 12 0 0 0)
195 Hardware_ECC_Recovered  0x001a   054   048   000    Old_age   Always       -       119543479
197 Current_Pending_Sector  0x0012   100   100   000    Old_age   Always       -       1
198 Offline_Uncorrectable   0x0010   100   100   000    Old_age   Offline      -       1
199 UDMA_CRC_Error_Count    0x003e   200   199   000    Old_age   Always       -       6
200 Multi_Zone_Error_Rate   0x0000   100   253   000    Old_age   Offline      -       0
202 Data_Address_Mark_Errs  0x0032   100   253   000    Old_age   Always       -       0

SMART Error Log Version: 1
ATA Error Count: 202 (device log contains only the most recent five errors)
	CR = Command Register [HEX]
	FR = Features Register [HEX]
	SC = Sector Count Register [HEX]
	SN = Sector Number Register [HEX]
	CL = Cylinder Low Register [HEX]
	CH = Cylinder High Register [HEX]
	DH = Device/Head Register [HEX]
	DC = Device Command Register [HEX]
	ER = Error register [HEX]
	ST = Status register [HEX]
Powered_Up_Time is measured from power on, and printed as
DDd+hh:mm:SS.sss where DD=days, hh=hours, mm=minutes,
SS=sec, and sss=millisec. It "wraps" after 49.710 days.

Error 202 occurred at disk power-on lifetime: 24152 hours (1006 days + 8 hours)
  When the command that caused the error occurred, the device was active or idle.

  After command completion occurred, registers were:
  ER ST SC SN CL CH DH
  -- -- -- -- -- -- --
  40 51 04 e4 25 c4 e0  Error: UNC 4 sectors at LBA = 0x00c425e4 = 12854756

  Commands leading to the command that caused the error were:
  CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
  -- -- -- -- -- -- -- --  ----------------  --------------------
  25 00 08 e0 25 c4 e0 00      01:25:05.473  READ DMA EXT
  ef 03 45 00 00 00 a0 00      01:25:05.473  SET FEATURES [Set transfer mode]
  ec 00 00 00 00 00 a0 00      01:25:05.473  IDENTIFY DEVICE
  e5 00 00 00 00 00 a0 00      01:25:05.457  CHECK POWER MODE
  e5 00 00 00 00 00 a0 00      01:24:34.569  CHECK POWER MODE

Error 201 occurred at disk power-on lifetime: 24152 hours (1006 days + 8 hours)
  When the command that caused the error occurred, the device was active or idle.

  After command completion occurred, registers were:
  ER ST SC SN CL CH DH
  -- -- -- -- -- -- --
  40 51 00 e4 25 c4 e0  Error: UNC at LBA = 0x00c425e4 = 12854756

  Commands leading to the command that caused the error were:
  CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
  -- -- -- -- -- -- -- --  ----------------  --------------------
  25 00 08 e0 25 c4 e0 00      01:24:34.458  READ DMA EXT
  25 00 08 e0 26 00 e0 00      01:24:34.458  READ DMA EXT
  25 00 40 20 08 00 e0 00      01:24:34.457  READ DMA EXT
  25 00 20 00 08 00 e0 00      01:24:34.456  READ DMA EXT
  25 00 08 00 88 dd e0 00      01:24:34.569  READ DMA EXT

Error 200 occurred at disk power-on lifetime: 24151 hours (1006 days + 7 hours)
  When the command that caused the error occurred, the device was active or idle.

  After command completion occurred, registers were:
  ER ST SC SN CL CH DH
  -- -- -- -- -- -- --
  40 51 00 e4 25 c4 e0  Error: UNC at LBA = 0x00c425e4 = 12854756

  Commands leading to the command that caused the error were:
  CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
  -- -- -- -- -- -- -- --  ----------------  --------------------
  25 00 08 e0 25 c4 e0 00      01:21:46.861  READ DMA EXT
  25 00 08 e0 26 00 e0 00      01:21:46.860  READ DMA EXT
  25 00 40 20 08 00 e0 00      01:21:46.859  READ DMA EXT
  25 00 20 00 08 00 e0 00      01:21:46.859  READ DMA EXT
  25 00 08 00 18 00 e0 00      01:21:46.858  READ DMA EXT

Error 199 occurred at disk power-on lifetime: 24151 hours (1006 days + 7 hours)
  When the command that caused the error occurred, the device was active or idle.

  After command completion occurred, registers were:
  ER ST SC SN CL CH DH
  -- -- -- -- -- -- --
  40 51 00 e4 25 c4 e0  Error: UNC at LBA = 0x00c425e4 = 12854756

  Commands leading to the command that caused the error were:
  CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
  -- -- -- -- -- -- -- --  ----------------  --------------------
  25 00 08 e0 25 c4 e0 00      01:00:46.147  READ DMA EXT
  e5 00 00 00 00 00 a0 00      01:00:46.144  CHECK POWER MODE
  ef 03 45 00 00 00 a0 00      01:00:46.130  SET FEATURES [Set transfer mode]
  00 00 08 00 00 00 00 ff      01:00:46.127  NOP [Abort queued commands]
  25 00 08 e0 25 c4 e0 00      01:00:46.123  READ DMA EXT

Error 198 occurred at disk power-on lifetime: 24151 hours (1006 days + 7 hours)
  When the command that caused the error occurred, the device was active or idle.

  After command completion occurred, registers were:
  ER ST SC SN CL CH DH
  -- -- -- -- -- -- --
  40 51 00 e4 25 c4 e0  Error: UNC at LBA = 0x00c425e4 = 12854756

  Commands leading to the command that caused the error were:
  CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
  -- -- -- -- -- -- -- --  ----------------  --------------------
  25 00 08 e0 25 c4 e0 00      01:00:46.147  READ DMA EXT
  25 00 08 e0 26 00 e0 00      01:00:46.144  READ DMA EXT
  25 00 40 20 08 00 e0 00      01:00:46.130  READ DMA EXT
  25 00 20 00 08 00 e0 00      01:00:46.127  READ DMA EXT
  25 00 08 00 18 00 e0 00      01:00:46.123  READ DMA EXT

SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Short offline       Completed: read failure       90%     24149         12854756
# 2  Conveyance offline  Fatal or unknown error        00%     24149         0
# 3  Short offline       Completed without error       00%     14660         -
# 4  Short offline       Aborted by host               90%      6625         -
# 5  Extended offline    Aborted by host               90%      5672         -
# 6  Short offline       Completed without error       00%      5672         -
# 7  Short offline       Aborted by host               80%      2845         -

SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
p.s. se monto sdc3 dove avevo la home non riscontro nessun problema, ma se cerco di montate sdc1 ottengo questo messaggio

Codice: Seleziona tutto

mount /dev/sdc1 /mnt/

mount: wrong fs type, bad option, bad superblock on /dev/sdc1,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so
con dmesg | tail ottengo questo

Codice: Seleziona tutto

# dmesg | tail
[ 1392.752136] scsi11 : usb-storage 2-1.3:1.0
[ 1393.850663] scsi 11:0:0:0: Direct-Access     ST980821 0A                    PQ: 0 ANSI: 2 CCS
[ 1393.850935] sd 11:0:0:0: Attached scsi generic sg3 type 0
[ 1393.937356] sd 11:0:0:0: [sdc] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[ 1393.938465] sd 11:0:0:0: [sdc] Write Protect is off
[ 1393.938474] sd 11:0:0:0: [sdc] Mode Sense: 28 00 00 00
[ 1393.939594] sd 11:0:0:0: [sdc] No Caching mode page found
[ 1393.939600] sd 11:0:0:0: [sdc] Assuming drive cache: write through
[ 1393.963239]  sdc: sdc1 sdc2 sdc3
[ 1393.966971] sd 11:0:0:0: [sdc] Attached SCSI disk

rik70
Iper Master
Iper Master
Messaggi: 2552
Iscritto il: gio 10 mar 2011, 9:21
Slackware: 15.0
Kernel: 5.15.x-generic
Desktop: Sway
Distribuzione: Arch Linux

Re: problema kernel panic

Messaggio da rik70 »

I tuoi timori erano fondati:
il disco ha dei problemi a dei settori, per la precisione 1.
Lo vedi all'ID 197 e 198 degli attributi smart, dal log e dall'ultimo test effetuato:
Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
# 1 Short offline Completed: read failure 90% 24149 12854756
Ora, /dev/sdc1 da errore al mount: ricordi che filesystem aveva? Prova a vedere cosa restituisce:

Codice: Seleziona tutto

parted /dev/sdc print
Evidentemente non riesce a montarlo per lo stesso moticvo per cui dd e partclone escono con un errore.

Morale della favola:
il disco puoi tentare di recuperarlo con l'utility SeaToolsDOS, se non ricordo male. A me l'operazione è riuscita di recente con un disco simile al tuo per portatile, sempre seagate. Devi in sostanza fare lo short test - o il long test se il primo passa senza errori - e correggere i difetti incontrati. Operazione piuttosto lunga che va ripetuta più volte fino quando non ottieni 0 errori.
Fatti però prima un backup della tabella delle partizioni, sperando che sia ancora integra. Ad esempio con dd:

Codice: Seleziona tutto

dd if=/dev/sdc of=tabella_partizioni.dd bs=512 count=1
A me infatti la correzione dei settori danneggiati aveva rasato completamente la tabella, ma una volta ripristinata il disco ha fatto il boot dell'os senza problemi - nello specifico era Windows XP.

Altre soluzioni non ne vedo.

In bocca al lupo 8)

Crow
Linux 2.x
Linux 2.x
Messaggi: 271
Iscritto il: ven 17 ago 2007, 15:37
Slackware: 14.0
Kernel: 3.2.29
Desktop: KDE
Distribuzione: BackTrack

Re: problema kernel panic

Messaggio da Crow »

ciao rik70 grazie per l'enorme aiuto che mi offri, comunque l'fs era ext4 sia per la root che per la home, giusto epr la cronaca sono riuscito a montare la home e a salvare tutti i dati,a questo punto non ho niente in piu'da perdere, ho recuperato in 50% di quello che mi aspettavo, se riuscissi a recuperare anche il sistema operativo sarei a cavallo, per cui ho deciso di andare fino in fondo, ho letto in giro per la rete che un utente con lo stesso problema dopo l'aggiornamento del firmware del disco e' riuscito a fare il boot :shock:
a questo punto tento tutte le strade.
comunque ecco l'output del comando, ma come ti ho gia' detto l'fs e' ext4

Codice: Seleziona tutto

croknoppix:/mnt/sdc3# parted /dev/sdc print
Model: ST980821 0A (scsi)
Disk /dev/sdc: 80.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags: 

Number  Start   End     Size    Type     File system     Flags
 1      1049kB  16.0GB  16.0GB  primary  ext4            boot
 2      16.0GB  17.0GB  1024MB  primary  linux-swap(v1)
 3      17.0GB  80.0GB  63.0GB  primary  ext4
p.s. dovrebbe essere questo l'output di dd per fare il backup della tabella delle partizioni?
# dd if=/dev/sdc of=/dev/sda3 bs=512 count=1
1+0 records in
1+0 records out
512 bytes (512 B) copied, 0.342976 s, 1.5 kB/s

rik70
Iper Master
Iper Master
Messaggi: 2552
Iscritto il: gio 10 mar 2011, 9:21
Slackware: 15.0
Kernel: 5.15.x-generic
Desktop: Sway
Distribuzione: Arch Linux

Re: problema kernel panic

Messaggio da rik70 »

Crow ha scritto:p.s. dovrebbe essere questo l'output di dd per fare il backup della tabella delle partizioni?

# dd if=/dev/sdc of=/dev/sda3 bs=512 count=1
1+0 records in
1+0 records out
512 bytes (512 B) copied, 0.342976 s, 1.5 kB/s
Ahia.... no così non va bene, stai sovrascrivendo i primi settori della partizione n°3 del disco sda!

L'errore è in of=/dev/sda3. Devi puntare a un nome file, non a un dispositivo.
Es: ' of=/home/mia_home/tabella_partizioni_disco_sdb.img'. Come estensione file puoi usare quello che vuoi, anche se per comodità di solito si usa '.dd' o '.img'.

Crow
Linux 2.x
Linux 2.x
Messaggi: 271
Iscritto il: ven 17 ago 2007, 15:37
Slackware: 14.0
Kernel: 3.2.29
Desktop: KDE
Distribuzione: BackTrack

Re: problema kernel panic

Messaggio da Crow »

ok rik70 ecco qui

Codice: Seleziona tutto

x# dd if=/dev/sdc of=/mnt/montaggio/tabellaPartizioni.img bs=512 count=1
1+0 records in
1+0 records out
512 bytes (512 B) copied, 0.00255237 s, 201 kB/s
p.s. in /mnt/montaggio ho montato la partizione sda3 con fs ntfs

Codice: Seleziona tutto

# du -sh tabellaPartizioni.img 
512	tabellaPartizioni.img
va bene?

ho letto in giro che anche hiren's e un ottimo utility per recuperare settori danneggiati, tu che ne dici meglio usare SeaToolsDOS?

rik70
Iper Master
Iper Master
Messaggi: 2552
Iscritto il: gio 10 mar 2011, 9:21
Slackware: 15.0
Kernel: 5.15.x-generic
Desktop: Sway
Distribuzione: Arch Linux

Re: problema kernel panic

Messaggio da rik70 »

Sì, così va bene.

Hiren's non lo conoscevo - grazie per la segnalazione - ma vedo che nel live cd c'è anche 'SeaTools for Dos'. Le altre utility incluse non le conosco, anche se dubito che siano in grado di fare meglio di quelle del produttore del disco. Ma nella vita non si può mai dire 8)

P.s.
Per curiosità:

Codice: Seleziona tutto

tune2fs -l /dev/sdc1
cosa restituisce?

Crow
Linux 2.x
Linux 2.x
Messaggi: 271
Iscritto il: ven 17 ago 2007, 15:37
Slackware: 14.0
Kernel: 3.2.29
Desktop: KDE
Distribuzione: BackTrack

Re: problema kernel panic

Messaggio da Crow »

ho letto in giro di questa utility, e questo tizio dice di aver risolto rispetto a seatoolsdos, puo' essere che non abbia fatto un buon uso di quest'ultimo

Codice: Seleziona tutto

:/home/knoppix# tune2fs -l /dev/sdc1
tune2fs 1.42.5 (29-Jul-2012)
Filesystem volume name:   <none>
Last mounted on:          /
Filesystem UUID:          b56f30d2-6743-496f-ad02-5c447f006438
Filesystem magic number:  0xEF53
Filesystem revision #:    1 (dynamic)
Filesystem features:      has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize
Filesystem flags:         signed_directory_hash 
Default mount options:    user_xattr acl
Filesystem state:         clean
Errors behavior:          Continue
Filesystem OS type:       Linux
Inode count:              979200
Block count:              3911680
Reserved block count:     195584
Free blocks:              991145
Free inodes:              623602
First block:              0
Block size:               4096
Fragment size:            4096
Reserved GDT blocks:      954
Blocks per group:         32768
Fragments per group:      32768
Inodes per group:         8160
Inode blocks per group:   510
Flex block group size:    16
Filesystem created:       Wed Jul 31 08:53:14 2013
Last mount time:          Sat Jan 31 09:05:56 2015
Last write time:          Sat Jan 31 09:05:56 2015
Mount count:              916
Maximum mount count:      -1
Last checked:             Wed Jul 31 08:53:14 2013
Check interval:           0 (<none>)
Lifetime writes:          156 GB
Reserved blocks uid:      0 (user root)
Reserved blocks gid:      0 (group root)
First inode:              11
Inode size:	          256
Required extra isize:     28
Desired extra isize:      28
Journal inode:            8
Default directory hash:   half_md4
Directory Hash Seed:      2158b247-f768-4348-bd77-954c8ef674c4
Journal backup:           inode blocks

rik70
Iper Master
Iper Master
Messaggi: 2552
Iscritto il: gio 10 mar 2011, 9:21
Slackware: 15.0
Kernel: 5.15.x-generic
Desktop: Sway
Distribuzione: Arch Linux

Re: problema kernel panic

Messaggio da rik70 »

Crow ha scritto:ho letto in giro di questa utility, e questo tizio dice di aver risolto rispetto a seatoolsdos, puo' essere che non abbia fatto un buon uso di quest'ultimo
Hai un link? Perché quel livecd ha un botto di applicazioni/tool, sarebbe interessante sapere quale ha usato il tizio nello specifico.
:/home/knoppix# tune2fs -l /dev/sdc1
tune2fs 1.42.5 (29-Jul-2012)
Filesystem volume name: <none>
Last mounted on: /
Filesystem UUID: b56f30d2-6743-496f-ad02-5c447f006438
Filesystem magic number: 0xEF53
Filesystem revision #: 1 (dynamic)
Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize
Filesystem flags: signed_directory_hash
Default mount options: user_xattr acl
Filesystem state: clean
Errors behavior: Continue
Filesystem OS type: Linux
Inode count: 979200
Block count: 3911680
Reserved block count: 195584
Free blocks: 991145
Free inodes: 623602
First block: 0
Block size: 4096
Fragment size: 4096
Reserved GDT blocks: 954
Blocks per group: 32768
Fragments per group: 32768
Inodes per group: 8160
Inode blocks per group: 510
Flex block group size: 16
Filesystem created: Wed Jul 31 08:53:14 2013
Last mount time: Sat Jan 31 09:05:56 2015
Last write time: Sat Jan 31 09:05:56 2015
Mount count: 916
Maximum mount count: -1
Last checked: Wed Jul 31 08:53:14 2013
Check interval: 0 (<none>)
Lifetime writes: 156 GB
Reserved blocks uid: 0 (user root)
Reserved blocks gid: 0 (group root)
First inode: 11
Inode size: 256
Required extra isize: 28
Desired extra isize: 28
Journal inode: 8
Default directory hash: half_md4
Directory Hash Seed: 2158b247-f768-4348-bd77-954c8ef674c4
Journal backup: inode blocks
Hai provato a fare un check del filesystem?

Codice: Seleziona tutto

e2fsck /dev/sdc1

Crow
Linux 2.x
Linux 2.x
Messaggi: 271
Iscritto il: ven 17 ago 2007, 15:37
Slackware: 14.0
Kernel: 3.2.29
Desktop: KDE
Distribuzione: BackTrack

Re: problema kernel panic

Messaggio da Crow »

per il link, se non ricordo male sul forum di ubuntu, ma non vorrei dire una cavolata, c'era una discussione sul recupero dei settori danneggiati dell'hd.
per l'output del comando che mi hai scritto ecco

Codice: Seleziona tutto

oppix# e2fsck /dev/sdc1
e2fsck 1.42.5 (29-Jul-2012)
Error reading block 1606588 (Attempt to read block from filesystem resulted in short read).  Ignore error<y>? yes
Force rewrite<y>? no
Superblock has an invalid journal (inode 8).
Clear<y>? no
e2fsck: Illegal inode number while checking ext3 journal for /dev/sdc1

/dev/sdc1: ********** WARNING: Filesystem still has errors **********

Rispondi