Tagged Questions
The fat32 tag has no wiki summary.
5
votes
2answers
847 views
WriteFile error #5 “denied access” under win Vista/seven
I googled a lot and I couldn't find any answer to this problem...
I have a C++ console application that reads a 1GB SD card that fixes improperly closed files and writes the FAT table accordingly. ...
5
votes
2answers
473 views
Setting Mercurial's execute bit on Windows
I work on a Mercurial repository that is checked out onto an Unix filesystem such as ext3 on some machines, and FAT32 on others.
In Subversion, I can set the svn:executable property to control ...
5
votes
3answers
1k views
Is there a limit for the number of files in a directory on an SD card?
I have a project written for Android devices. It generates a large number of files, each day. These are all text files and images. The app uses a database to reference these files.
The app is ...
4
votes
1answer
62 views
Smallest FAT32 Partition [closed]
I need to create a small partition image (a few MB) with FAT32 filesystem. I came up some contradictory info on the Internet about the minimum size limit of a FAT32 partition.
When I tried to mkfs a ...
4
votes
3answers
2k 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 ...
3
votes
2answers
527 views
Why are FAT32 disks limited to 4gb files?
I'm not looking for a workaround; I'd like an explanation. Most of the links I found through Google just tell me that the file limit is 4gb, but not why.
I am aware of the explanation by Wikipedia: ...
3
votes
2answers
2k views
Max files per directory on NTFS vol vs FAT32 [closed]
What's the max number of files that can be present in a directory on a NTFS volume?
Same question for a directory for FAT32 volume?
3
votes
3answers
531 views
Weird standard for FAT32 >4gb files
I have recently encountered 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 directory entry to how many bytes the ...
3
votes
3answers
5k views
2GB limit on file size when using fwrite in C?
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 = ...
2
votes
2answers
74 views
Reading boot sector of a FAT32 file system
I am writing a program and I need to access some information in the boot sector about the FAT32 file system that I have mounted.
Here is what I did, fully commented.
int main (void) {
unsigned ...
2
votes
1answer
33 views
Using the Sleuth Kit function tsk_fs_open_img() returns an error that the FS is not a FAT FS
I am writing a program using the Sleuth Kit Library that is designed to printout the File Allocation Table of a FAT32 filesystem. Everything in my program works fine until I call the ...
2
votes
2answers
54 views
force windows to reload FAT32 root directory information after edit
I update the hard disk root directory, information like long filename, filesize , filedate etc, using VC++ writefile function. However, I note window explorer do not know about this until it is ...
2
votes
2answers
57 views
How to share access to a FAT32 Filesystem
I am working on an embedded device that uses an SD-Card for storage and needs to allow a PC to access that SD-Card over USB.
The best approach I could come up with is virtualizing the disk and ...
2
votes
3answers
87 views
How can I use batch to determine if a computer is using FAT32 or NTFS?
How can I use batch to determine if a computer is using FAT32 or NTFS and is this even possible.
2
votes
3answers
201 views
how to force windows FAT32 driver to reload FAT table?
i am implementing custom windows disk driver, and need FAT32 windows driver reloads it FAT tables, 1 and 2, that is below data sectors.
How this can be done?
I need faster method without unmounting ...
2
votes
2answers
1k views
faking symbolic links on a fat32 formatted storage
I know FAT32, as well as FAT16/12 neither support symbolic links nor hard-links. However I came up with this idea:
The FAT specification describes that every file is associated with a ...
2
votes
3answers
139 views
How can I create a file with invalid Windows timestamps?
I'd like to create a file with an invalid created/modified/accessed timestamp to use in unit tests to ensure that my application can handle files with invalid timestamps. It's a Windows application ...
2
votes
5answers
260 views
FAT File system and lots of writes
I am considering using a FAT file system for an embedded data logging application. The logger will only create one file to which it continually appends 40 bytes of data every minute. After a couple ...
2
votes
1answer
472 views
What are the difference between MS-dos FAT32 format and windows FAT32 format
What are the difference between MS-dos FAT32 format and windows FAT32 format?
2
votes
2answers
244 views
Does Win32 support memory-mapped files (CreateFileMapping) on FAT file systems?
I'm concerned about the dangers of using memory-mapped IO, via CreateFileMapping, on FAT filesystems. The specific scenario is users opening documents directly from USB sticks (yeah, you try and ban ...
2
votes
2answers
297 views
How can I write a program that can recover files in FAT32
How can I write a program that can recover files in FAT32?
1
vote
1answer
115 views
Read, write, and manipulation of FAT32 in C
I am trying to write a program in C that allows me to move through a FAT32 file system image. However, I am having difficulty understanding and applying the equations to gather the correct data. I am ...
1
vote
2answers
89 views
Alter a file (without fseek or + modes) or concatenate two files with minimal copying
I am writing an audio file to an SD/MMC storage card in real time, in WAVE format, working on an ARM board. Said card is (and must remain) in FAT32 format. I can write a valid WAVE file just fine, ...
1
vote
1answer
68 views
Writing FAT32 image file to a RAW partition
Is it possible to write a FAT32 image file to a partition, like a second partition, programmaticaly?
1
vote
2answers
68 views
What file format do people use when logging data to a FAT32 file system using a 8bit microcontroller?
Updated question to be vague.
I plan to log sensor data by time so something like sqlite would be perfect, but it requires too much resources in something like an atmega328p. Most of the searching ...
1
vote
1answer
188 views
How to read information about File Allocation Table of USB Mass storage device?
I want to read the File Allocation Table of a USB Mass storage device, which has been formatted using FAT32 File System. Can anyone please provide me the details(functions, structs). I'm trying to do ...
1
vote
1answer
92 views
How do I know that content of a USB drive is changed or not
I am writing an embedded system multimedia application where support to play from USB drive is there. Generally when a USB drive is inserted, the application parses the entire USB drive to list all ...
1
vote
1answer
43 views
Garbage data in file after sudden power loss
I am using a flash with FAT32 system. I am continuosly writing data to a file using file system APIs from rtos(SMX). However, after sudden poweroffs, the file contains garbage values just above the ...
1
vote
0answers
159 views
How to set FAT32 short names in Powershell or Windows Command Shell
I need to write a script that sets the short name of a file on a FAT32 file system. On NTFS I can use the FSUTIL utility under windows but I cannot seem to fathom out how to do this for a FAT32 drive.
...
1
vote
2answers
433 views
File Allocation Table Reading
I am working on a custom FAT file system explorer and things have been going quite well. However, I want to know if there is a better way to efficiently read/write to the chainmap. For large devices, ...
1
vote
2answers
314 views
What is a good FAT file system for ARM7-TDMI
I'm using the ARM7TDMI-S (NXP processor) and I need a file system capable of reading/writing to an SD card. There are so many available, what have people used and been happy with? One that requires ...
1
vote
1answer
75 views
Check for type of file system in an MSI package
In my MSI package I need to set user rights to a directory using cacls.exe. It works fine in an NTFS environment but fails when run on a Fat32 file system. Is there a method to determine the type of ...
1
vote
1answer
297 views
Determine FileSystem of USB Drive
Is there a way to determine if a USB drive has been formatted as FAT, FAT32 or NTFS?
1
vote
2answers
755 views
How can I find information about a file from logical cluster number in NTFS/FAT32?
I am trying to defragment a single file through Windows defragmentation API ( http://msdn.microsoft.com/en-us/library/aa363911(VS.85).aspx ) but if there is no free space block large enough for my ...
1
vote
1answer
197 views
Does the FAT filesystem have a signature?
Given the following BPB:
The "MSWIN4.1" string is just the "OEM ID" field, and by Microsoft documentation it should not be used to identify FAT volumes.
The "FAT32 " string is the BS_FilSysType ...
1
vote
2answers
2k views
low level C++ style i/o in C# for reading FAT32
I am working on reading the FAT32 entry of the hard disk and so far have been successful in reading the entries by making use of the CreateFile, ReadFile, and SetFilePointer APIs. Here is my code ...
1
vote
2answers
72 views
Very large 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 ...
0
votes
2answers
50 views
Difference between FAT Tables created in Linux and Windows [closed]
When I create a FAT32 filesystem with mkfs.vfat in Linux, I see that the first bytes are:
eX mkdosfs
EB 58 90 6D 6B 64 6F 73 66 73
When I create it in Windows, I see:
eX MSDOS5.0
EB 58 90 4D 53 44 ...
0
votes
0answers
18 views
Unable to run application from image mounted with my Driver due to security privileges (?)
I have a file system driver that helps create a virtual drive and executing application from it. I am working on Windows 7, x86 and x64 OS versions. The application files are put in a "app.IMG" file. ...
0
votes
1answer
64 views
BASH/shell script, fails to mount UFT-8 correctly (I think!)
I have a BASH shell script, in Linux, that mount drives.. I am running as 'root' all the time, and don't even have sudo or su installed, in case matters..
My problem is with UTF-8 filenames and ...
0
votes
0answers
54 views
SVN checkout error with TrueCrypt volume on Fedora
I am trying to setup a dual boot of Windows 7 x64 and Fedora 16 on my company laptop. Since I share many company files between the two operating systems, I have also created a FAT32 partition for ...
0
votes
1answer
109 views
File permissions using cacls, icals for USB drive in FAT format?
I'm creating a desktop application. This application runs only if its in USB drive. In my application i used MS DOS commands like cacls, icals for giving access permission. My problem is, these ...
0
votes
1answer
73 views
update FAT32 file starting cluster number
I have a system that write files to a FAT32 partition but it frequently write the wrong starting cluster number for some files. I would like a software that is easy to use so I can just find the file ...
0
votes
0answers
60 views
fat viewer - FAT32 Viewer needed
Can anyone recommend Windows based FAT32 viewer? What I need to see is the map of allocated/free blocks on SD card connected to my PC and it would be nice to see what blocks are allocated for what ...
0
votes
0answers
84 views
Modifying USB drive's information
some BG on this "project". My stepfather bought a very cheak "256gb" pendrive on ebay, and when we plugged it in it did show 256gb, now of course when trying to copy something large to it it would ...
0
votes
2answers
54 views
Working with multiple filesystem types: Python won't escape properly?
In short, I'm trying to use distutils.dir_util.copy_tree() to copy data from an ext3 fs to a USB thumbdrive formatted using FAT32. The filenames tend to be long and contain interesting characters - ...
0
votes
0answers
73 views
What causes FAT32 System Corruption [closed]
I have a FAT32 File System and using SMX RTOS. It crashes/corrupts sometimes. Well, one obvious reason for this is unclean power shutdown but it gets corrupted for other unknown reasons as well. Does ...
0
votes
3answers
300 views
Micro Sd card FAT module
I have recently been using a uALFAT microSD board by GHI Electronics for data logging, but I have been having problems with its reliability; some of its function calls, at times, take far longer than ...
0
votes
2answers
165 views
FAT16 librarys on LPC2148 embedded. Can't update cluster position (Tricky!)
My code is using the Roland Riegel free library for FAT16,
The append function can find the file position or position in (Cluster 1) and save the new data to the correct position in the cluster. ...
0
votes
0answers
512 views
Help creating a symlink or hardlink in XP Fat32
I am looking for a way to use a symlink or hardlink to trick a program into thinking a file is in a specific directory when it's actually on a network share. I know symlinks are available via ...