[PLUTO-help] scrivere partizione win
Paolo Ornati
ornati a fastwebnet.it
Sab 8 Lug 2006 18:03:34 CEST
PS: provo a rimettere la lista in CC, anche se ultimamente molte mail
che mando non arrivano (il mio server smtp è spesso blacklistato per
spam ;)
On Sat, 8 Jul 2006 17:43:54 +0200
gianni <eliabaley a interfree.it> wrote:
> output del comando dmesg: (solo le ultime righe perchè è lungo anni luce)
> FAT: Filesystem panic (dev hda5)
> invalid access to FAT (entry 0x4a000000)
> attempt to access beyond end of device
> hda5: rw=0, want=39728465457, limit=36869112
> attempt to access beyond end of device
> hda5: rw=0, want=39728465458, limit=36869112
> attempt to access beyond end of device
> hda5: rw=0, want=39728465459, limit=36869112
> attempt to access beyond end of device
> hda5: rw=0, want=39728465460, limit=36869112
> attempt to access beyond end of device
> hda5: rw=0, want=39728465461, limit=36869112
> attempt to access beyond end of device
> hda5: rw=0, want=39728465462, limit=36869112
> attempt to access beyond end of device
> hda5: rw=0, want=39728465463, limit=36869112
> attempt to access beyond end of device
> hda5: rw=0, want=39728465464, limit=36869112
> FAT: Filesystem panic (dev hda5)
> invalid access to FAT (entry 0x511160fb)
> FAT: Filesystem panic (dev hda5)
> invalid access to FAT (entry 0xbee4a313)
> FAT: Filesystem panic (dev hda5)
> invalid access to FAT (entry 0xcce3d7c7)
> FAT: Filesystem panic (dev hda5)
> invalid access to FAT (entry 0xf7677346)
Allora il problema non è ASSOLUTAMENTE di comandi / settaggi sbagliati!
"dmesg" mostra i messaggi stampati dal kernel, e quelli che vedo non
sono tanto belli.
Il fatto che tu non riesca a scrivere nella partizione è solo un
effetto collaterale di grossi problemi a monte.
Le possibilità che mi vengono in mente sono:
1) il filesytem è corrotto
2) il kernel è impazzito ;) --- altamente improbabile
Prova a smontare la partizione e fare un bel check (da root):
umount /dev/hda5
/usr/sbin/fsck.vfat /dev/hda5
se trova errori prova a farglieli correggere:
/usr/sbin/fsck.vfat -a /dev/hda5
(sostituisci "-a" con "-r" se vuoi che ti venga chiesto "come" fixare
i problemi)
--
Paolo Ornati
Linux 2.6.17.4 on x86_64
More information about the pluto-help
mailing list