"ERROR: write error, disk full? " caused by ... big ISO-file on FAT-partition :-

Report & discuss bugs found in SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
User avatar
sander
Release Testers
Release Testers
Posts: 9264
Joined: January 22nd, 2008, 2:22 pm

"ERROR: write error, disk full? " caused by ... big ISO-file on FAT-partition :-

Post by sander »

Not really a bug, but probably useful for others to know:

SAB was reporting "ERROR: write error, disk full? " in the unrar phase of a download.

I didn't understand this; there was 750 GB free space.

Even unrarring by hand (unrar x ...) at first resulted in the same error message.

Code: Select all

...         DVD_2.ISO                                                 96%
Write error in the file DVD_2.ISO [R]etry, [A]bort r                     

Write error in the file DVD_2.ISO [R]etry, [A]bort r

Unrarring a second time resulted in a more helpful message (or I was just looking closer this time):

Code: Select all

Extracting from blabla-DVD-blabla.part084.rar

...         DVD_2.ISO                                                 96%
Write error in the file DVD_2.ISO [R]etry, [A]bort
Write error in the file DVD_2.ISO
Program aborted

File too large
Aha: File too large

So: root cause was that I was trying to unrar a 4+ GB .ISO file on a FAT partition, which can't be done.

Solution: unrar file onto a ext2/ext3 or NTFS partition ...
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Post Reply