GMusicFS
GMusicFS copied to clipboard
Using rsync to copy files results in each song being 2GB big
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.
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
I'm getting this with cp as well.
I'm also getting this with cp
I tried the -f to get the filesize and it crashed...