在WINCE6.0中复制文件 [英] copy file in WINCE6.0

查看:404
本文介绍了在WINCE6.0中复制文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的先生们,

我对复制文件有疑问。

我从USB复制一个包含1111个文件的文件夹磁盘(FAT32)进入SD卡(FAT32),

I copy a folder which has 1111 files from a USB disk(FAT32) into a SD card(FAT32),

但是有一个错误消息,"没有足够的磁盘空间"当我复制第1054个文件时出现。

but there is an erro message, "not enough disk space" appear when I copy the 1054th file.

SD卡有7G可用空间,文件夹只有49MB,操作系统怎么可能告诉我没有更多空间可供复制文件?

The SD card has 7G free space, and the folder is only 49MB, how could it be possible that OS told me there is no more space for copy file?

所有文件都有相关的文件名,例如"xxx_1_1.bmp","xxx_1_2.bmp","xxx_2_1.bmp","xxx_3_1.bmp"等。 ....

All the files have the releated file name such as "xxx_1_1.bmp", "xxx_1_2.bmp", "xxx_2_1.bmp", "xxx_3_1.bmp"....

我只是从"xxx _..."中查找未复制文件的文件名。到"yyy _...",所有这些都可以被复制。

I just chage the file names of uncopied files from "xxx_..." to "yyy_...", and all of them can be copied.

任何人都知道为什么?请给我一些信息。非常感谢。

Anyone knows why? please kindly give me some information. Thank you very much.

ps。我认为文件和存储没有问题,因为这个动作在PC上工作正常。

ps. I suppose the files and storages have no problem, because this action works fine on PC.

推荐答案

您是要复制到SD卡的根目录还是复制文件夹?也就是说,你这样做:

Are you copying to the root of the SD card or are you copying the folder, also? That is, are you doing this:

xcopy \usb\folder\ *。* \ sdcard\folder\

xcopy \usb\folder\*.* \sdcard\folder\

或类似的东西:

xcopy \usb\folder\ *。* \ sdcard \

xcopy \usb\folder\*.* \sdcard\

我会寻找一个文件系统限制,而不是文件大小限制。从操作系统捕获串行调试消息(DEBUG构建)也很有用。

I would look for a filesystem limitation, rather than a file size limitation. Capturing the serial debug messages from the operating system (a DEBUG build), would be useful also.

Paul T。


这篇关于在WINCE6.0中复制文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆