Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Large file support on qnx6 fs: Page 1 of 4 (4 Items)
   
Large file support on qnx6 fs  
I am trying to test large file support (greater than 2GB) on QNX 6.4.1.  FIrst, I found that CIFS doesn't support large 
files so I couldn't copy the file over to my qnx6 target.  So I zipped up the large file and copied it over.  Then I use
 unzip to attempt to unzip the large file onto the qnx6 target.  It failed after it had extracted 2GB of the file, and 
gave this error message:

Write error (disk full?). Continue? (y/n)?

If you press ‘y’, it exits right away by reporting a CRC error.  Do these utilities support large files?  Are there 
any other utilities that will also have problems with large files?

Here is my unzip version:
# use -i /Development/unzip
NAME=unzip
DESCRIPTION=InfoZIP dearchiver
DATE=2009/05/20-17:14:32-EDT
STATE=stable
HOST=cctrunk
USER=builder
TAGID=166
VERSION=6.4.1

The fs-cifs version:
# use -i fs-cifs
NAME=fs-cifs
DESCRIPTION=Common Internet FileSystem (A.K.A. SMB) client
DATE=2009/05/20-17:18:04-EDT
STATE=stable
HOST=cctrunk
USER=builder
VERSION=6.4.1
TAGID=166

Rex