Hi,
since few days I cannot use any more rsync to make the backup of my data on my External USB Hard Drive.
The script I run is
rsync --verbose --progress --stats --compress --recursive --times --perms --links --delete /home/mar/marco /media/EXT_1/BACKUP06
and it worked. But now it gives me this error
[....]
rsync: failed to set permissions on "/media/EXT_1/BACKUP06/marco/stampa": Read-only file system (30)
Number of files: 13633
Number of files transferred: 144
Total file size: 4098698714 bytes
Total transferred file size: 98322875 bytes
Literal data: 98322875 bytes
Matched data: 0 bytes
File list size: 291802
File list generation time: 10.422 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 94391738
Total bytes received: 13388
sent 94391738 bytes received 13388 bytes 1320351.41 bytes/sec
total size is 4098698714 speedup is 43.42
rsync error: some files could not be transferred (code 23) at main.c(892) [sender=2.6.8]
After I run rsync I cannot write or change anything on the external HD which becomes read only.
I attach the result of demsg
if you scroll you can see some errors, at one point gives it gives
[17180795.708000] FAT: Filesystem panic (dev sda1)
[17180795.708000] fat_free_clusters: deleting FAT entry beyond EOF
[17180795.708000] File system has been set read-only
The HD are connected to my laptop through a USB 2 adaptor (i have an old Dell Inspiron 8200).
Few days ago I tried to configure (without succes) an usb camera. That could be the reason, but I do not know now what I can do to be able to use rsync.
Any idea?
since few days I cannot use any more rsync to make the backup of my data on my External USB Hard Drive.
The script I run is
rsync --verbose --progress --stats --compress --recursive --times --perms --links --delete /home/mar/marco /media/EXT_1/BACKUP06
and it worked. But now it gives me this error
[....]
rsync: failed to set permissions on "/media/EXT_1/BACKUP06/marco/stampa": Read-only file system (30)
Number of files: 13633
Number of files transferred: 144
Total file size: 4098698714 bytes
Total transferred file size: 98322875 bytes
Literal data: 98322875 bytes
Matched data: 0 bytes
File list size: 291802
File list generation time: 10.422 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 94391738
Total bytes received: 13388
sent 94391738 bytes received 13388 bytes 1320351.41 bytes/sec
total size is 4098698714 speedup is 43.42
rsync error: some files could not be transferred (code 23) at main.c(892) [sender=2.6.8]
After I run rsync I cannot write or change anything on the external HD which becomes read only.
I attach the result of demsg
if you scroll you can see some errors, at one point gives it gives
[17180795.708000] FAT: Filesystem panic (dev sda1)
[17180795.708000] fat_free_clusters: deleting FAT entry beyond EOF
[17180795.708000] File system has been set read-only
The HD are connected to my laptop through a USB 2 adaptor (i have an old Dell Inspiron 8200).
Few days ago I tried to configure (without succes) an usb camera. That could be the reason, but I do not know now what I can do to be able to use rsync.
Any idea?