- Status Closed
- Percent Complete
- Task Type Patches
- Category Plugins
- Assigned To No-one
- Operating System
- Severity Low
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Opened by langhaarrocker - 2005-09-06
Last edited by BigBambi - 2010-06-05
FS#2669 - splitedit: check disk space before writing
This 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)
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
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.