Opened 6 years ago
Closed 5 years ago
#195 closed defect (wontfix)
The Disk full message does not distinguish between the volume for the new archive and the -b (work) volume
Reported by: | Shmuel (Seymour J.) Metz | Owned by: | |
---|---|---|---|
Priority: | Feedback pending | Milestone: | |
Component: | *none | Version: | |
Severity: | low | Keywords: | zip full message |
Cc: |
Description
The zip Disk full message does not distinguish between the volume for the new archive and the -b (work) volume
Change History (7)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Priority: | minor → Feedback pending |
---|
please give an example of the message and what message you would expect. also try the same on nix and see what message is sent there.
comment:3 by , 6 years ago
What I get is
zip I/O error: Disk full
zip error: Output file write failure (write error on zip file)
What I would expect is something like
zip I/O error: Target Disk full
zip error: Output file write failure (write error on zip file)
or
zip I/O error: Work Disk full
zip error: Output file write failure (write error on work file)
depending on what was full.
I'll try it on openSUSE Linux.
comment:5 by , 6 years ago
It turns out that the work directory option does not exist in Linux. It probably exists in DOS and windoze.
comment:6 by , 6 years ago
I did a quick code check. And neither DOS nor Win have a different message in this part. It's always:
zip I/O error: Disk full zip error: Output file write failure (write error on zip file)
I'm not so sure if it's worth to change that.
comment:7 by , 5 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
thanks for the info. When time permits or someone sponsors the fix we will look at it.