GMusicFS icon indicating copy to clipboard operation
GMusicFS copied to clipboard

Using rsync to copy files results in each song being 2GB big

Open squisher opened this issue 11 years ago • 4 comments

First song: 2,000,000,000 100% 202.93MB/s 0:00:09 (xfr#1, to-chk=12/15) second song: 2,000,000,000 100% 146.62MB/s 0:00:13 (xfr#2, to-chk=11/15) ... A simple cp created a reasonable file size within the same session.

I prefer using rsync though for several reasons: I can skip already downloaded files and it gives me a nice progress report.

squisher avatar Nov 12 '13 16:11 squisher

Some more notes:

  • The 2GB songs actually play fine.
  • ls within the fusefs also says each song has a file size of 2000000000
  • The file is just filled with 0s past the real file size

squisher avatar Nov 12 '13 17:11 squisher

I'm getting this with cp as well.

sagotsky avatar Dec 09 '13 20:12 sagotsky

I'm also getting this with cp

encodes1 avatar Dec 13 '13 21:12 encodes1

I tried the -f to get the filesize and it crashed...

encodes1 avatar Dec 20 '13 13:12 encodes1