LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   ext3 fs error (https://www.linuxquestions.org/questions/linux-general-1/ext3-fs-error-303897/)

ipren 03-20-2005 10:07 AM

ext3 fs error
 
Hi!

I have just installed a new harddrive to my linux box (running Slackware 10).

I've made one partition on it (ext3) and when I try to copy files over from root the new partition gets remounted as read-only after some files.

I'm trying to copy a splitted rar-archive and it always give me this error after 10 files succesfully copied (95,37mb each) . So I guess it locks up after 1 GIG.

syslog:
Code:

Mar 20 16:17:36 sanitarium kernel: journal_bmap: journal block not found at offset 4108 on hdb1
Mar 20 16:17:36 sanitarium kernel: Aborting journal on device hdb1.
Mar 20 16:17:36 sanitarium kernel: ext3_abort called.
Mar 20 16:17:36 sanitarium kernel: EXT3-fs error (device hdb1): ext3_journal_start_sb: Detected aborted journal
Mar 20 16:17:36 sanitarium kernel: Remounting filesystem read-only
Mar 20 16:17:36 sanitarium kernel: EXT3-fs error (device hdb1) in start_transaction: Journal has aborted
Mar 20 16:17:36 sanitarium kernel: __journal_remove_journal_head: freeing b_committed_data
Mar 20 16:17:37 sanitarium last message repeated 2 times
Mar 20 16:17:37 sanitarium kernel: __journal_remove_journal_head: freeing b_frozen_data
Mar 20 16:17:37 sanitarium kernel: __journal_remove_journal_head: freeing b_committed_data
Mar 20 16:17:37 sanitarium kernel: __journal_remove_journal_head: freeing b_frozen_data

Any ideas?!



Thanx!

/Mathias!

david_ross 03-20-2005 10:59 AM

Try unmounting the partition and running:
fsck /dev/hdb1


All times are GMT -5. The time now is 09:15 AM.