This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#2669 - splitedit: check disk space before writing
Attached to Project:
Rockbox
Opened by Philipp Pertermann (langhaarrocker) - Tuesday, 06 September 2005, 18:10 GMT+1
Opened by Philipp Pertermann (langhaarrocker) - Tuesday, 06 September 2005, 18:10 GMT+1
|
DetailsThis closes the bug reports
http://sourceforge.net/tracker/index.php?func=detail&group_id=44306&atid=439118&aid=1061652 http://sourceforge.net/tracker/index.php?func=detail&group_id=44306&atid=439118&aid=1061653 You now can abort the copying process with the stop button (recorder) |
This task depends upon
The fat_size() function doesn't tell the truth about the
real remaining space on the disk, especially if the drive
has been mounted under the Windows operating system.
You need to check the return code from write() to catch the
disk full errors as well.
Unfortunately I won't have much time at hand for the next
few weeks. Thus I suggest to commit this meanwhile as it is
an improvement. I can fix write checking later.