0
votes
0answers
24 views
read and write permission for FAT32 partition in Ubuntu [closed]
This is a strange problem. I have the following partition table
Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 102400 7 HPFS/NTFS
…
0
votes
0answers
45 views
Does Suse 9 support FAT32 file system? [closed]
thanx............
3
votes
3answers
159 views
Wierd standard for FAT32 >4gb files
I have recently encoutered an embedded system with IDE drives that are FAT32 but have >4gb files. It appears to do this by setting the file size in the 32byte directoy entry to how many bytes the …
1
vote
2answers
330 views
low level C++ style i/o in C# for reading FAT32
i am workign on reading the FAT32 entry of the harddisk and so far have been successful in reading the entries by makign use of the following APIs
CreateFile, ReadFile, SetFilePointer. Here is my …
2
votes
4answers
1k views
2GB limit on file size when using fwrite in C?
Hi,
I have a short C program that writes into a file until there is no more space on disk:
#include <stdio.h>
int main(void) {
char c[] = "abcdefghij";
size_t rez;
FILE *f = …
0
votes
3answers
298 views
Command to truncate all filenames at 255 characters
An NTFS directory is open in a bash shell. what command will recursively truncate all filenames in a directory to the 255 character limit required for ext3?
1
vote
2answers
52 views
Jar files and FAT32
I am doing some analysis for a chunk of a desktop app we're working on.
One requirement is that it be able to do i/o of some legacy file formats, which in practice are running as large as 800Mb …
3
votes
3answers
631 views
Best file system to transfer 5+GB files between OS X and Windows on removable media
I need to transfer DVD image files between a Windows XP computer and a Mac running Leopard.
The machines are not connected via a fast network, and I have a few USB drives floating around that I want …
2
votes
2answers
149 views
How can I write a program that can recover files in FAT32
Hi,
How can I write a program that can recover files in FAT32.
Please give me a suggestion!
