Opened 14 years ago

Closed 14 years ago

#463 closed defect (invalid)

Backup to NTFS results in Failure

Reported by: AnWi Owned by: Bruno Cornec
Priority: normal Milestone: 2.2.9.5
Component: mondo Version: 2.2.9.4
Severity: normal Keywords:
Cc:

Description

I was attempting to backup Ubuntu Desktop 9.04 64-bit to a folder on another disk formatted as NTFS (Windows XP Professional 64-bit) The #1 file is created, just below 2GB, but it is reported as Failure. Retry doesn't help so I had to cancel.

Backup to Linux disk was successful so I assume there is a problem with NTFS only.

I used the latest released version.

Change History (1)

comment:1 by Bruno Cornec, 14 years ago

Resolution: invalid
Status: newclosed

I guess you are reaching a limit somewhere. Normaly the 2 GB limit is linked to FAT32: http://www.ntfs.com/ntfs_vs_fat.htm and http://technet.microsoft.com/en-us/library/cc938937.aspx

Are you sure of the format of the partition ? How do you mount that FS under Linux ?

This bug is unrelated to mondo BTW. Check whether you can make a larger file with:

dd if=/dev/zero of=/my-ntfs/testfile bs=1M count=3000
Note: See TracTickets for help on using tickets.