erm...
Using a mr. flash 256 Mb usb stick.
I plug it in and either let it automount or, i mount it myself ( i tried both ways).
Then i did "touch /media/disk/test" to see if i could write to it (and i can)
then i did 'rsync -ru --progress /home/mor/rcc/ /media/disk/rcc/' (as a user)
when that commands starts, sometimes it copies a couple files, but then puts the mounted partition in read-only.
rsync gives me this error:
Code: Select all
[mor@blue ~]$ rsync -ru --progress /home/mor/rcc/ /media/disk/rcc/
building file list ...
14858 files to consider
engl130/groupres/.conformitykills.png.awwkXW
rsync: writefd_unbuffered failed to write 4 bytes [sender]: Broken pipe (32)
rsync: write failed on "/media/disk/rcc/engl130/groupres/.conformitykills.png.awwkXW": Input/output error (5)
rsync: connection unexpectedly closed (322785 bytes received so far) [generator]
rsync error: error in rsync protocol data stream (code 12) at io.c(463) [generator=2.6.8]
rsync: connection unexpectedly closed (30 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(463) [sender=2.6.8]
and when i try to do a "touch /media/disk/test" it tells me its read-only filesystem.
/media/disk (/dev/sda1) is ext3 filesystem. There is also a 10M fat16 partition at /dev/sda2