Ticket #78 (new defect)

Opened 2 years ago

If file set contains large file backup fails with misleading error ".../tmp/pybackpack.iso: Operation not permitted".

Reported by: fusion Owned by: Andy
Priority: lowest Milestone: Stable
Component: GUI Version:
Severity: normal Keywords:
Cc:

Description

Thank you for the software and this Ticket creation interface.

RELATED: Potentially Ticket #75.
SUMMARY: The error seem misleading to me. I think the file should have split the file or the user advised of the problem. The error given by the GUI gave me the impression that there was a problem with the user's creation privileges for file /tmp/pybackpack.iso.

Output of Pybackpack 0.5.6 GUI:
Backup failed; could not create CD image /tmp/pybackpack.iso: Operation not permitted

Output of Pybackpack 0.5.6 GUI Status Window:
Sun Nov 8 00:00:00 2009: Backup failed; could not create CD image /tmp/pybackpack.iso: Operation not permitted

Output of genisoimage (per Tickets 74 and 75):
$ genisoimage -v -r -o /tmp/pybackpack.iso /tmp/pybackpack.cdimage I: -input-charset not specified, using utf-8 (detected in locale settings)
genisoimage 1.1.9 (Linux)
Scanning /tmp/pybackpack.cdimage
File /tmp/pybackpack.cdimage/largefile.image is larger than 4GiB-1. -allow-limited-size was not specified. There is no way do represent this file size. Aborting.

Output of Gnome CD/DVD Creator:
"Do you really want to add "largefile.image" to the selection and use the third version of ISO9660 standard to support it?"
Select Proceed
"Image Created Successfully 28Mb"
Note file produced was actually 4.0 GB (4318580736 bytes)

Note: See TracTickets for help on using tickets.