mahsoud / boar

Automatically exported from code.google.com/p/boar
0 stars 0 forks source link

Boar should not be affected by FAT32 limits #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a repository on a FAT32 drive
2. Import a directory with a file with size > 4GB

What is the expected output? What do you see instead?

There is an error message. The operation should complete normally.

Due to how boar store files internally, file size limits imposed by the file 
system also affects boar. FAT32 is unfortunately still quite common as the 
default file system on portable media such as USB memory sticks and external 
HDDs. Boar should split large files so that a repository can always be stored 
on FAT32. FAT32 max file counts and filename limits are not expected to cause 
any problems.

There are possibly other file systems that should be supported by boar, but 
this issue covers only FAT32.

Original issue reported on code.google.com by ekb...@gmail.com on 15 Aug 2011 at 2:03