You are not logged in.
Pages: 1
Hi
I'm trying to backup my external fat32 disk onto a internal disk (ext2) on my linux device..
The command I'm using is
rsync -va /media/extern/dir /media/data1/dirthen some bits and pieces get copied but my screen fills with the repeating message :
Ext2-fs error(device sdb1): ext2_valid_block_bitmap:invalid block bitmap_block_group= xxxx, block xxxxxxxxxxxxxx being each line a new sequential number
I stop the operation with crtl - c after some time because I don't trust the copy it is making
in the rsync command i use -va ... v because I want to see what is going on and a because I want dir subdirs and files to be fully copied..
any thoughts are welcome
thanks
s.
Offline
Interesting... Looking at the error (and Google doesn't reveal much :S), it seems your ext2 partition is barfing out at something...
Can you unmount the partition and run an fsck against it?
fsck /dev/sdb1Last edited by fukawi2 (2008-09-01 11:13:18)
Offline
Don't cross-post.
I hate sigs. This one only exists to remind myself to get an avatar.
Offline
Pages: 1