The fat32 tag has no wiki summary.
-1
votes
1answer
45 views
Maximum files in a single FAT32 directory?
This is more of a curiousity thing, but recently I had errors when copying files to my thumb drive because I had reached some file limit.
What exactly is this limit?
0
votes
1answer
123 views
How can I format an SD card with a more robust Linux-usable filesystem with a specific cluster size for better write performace?
Goal: microSD card formatted...
for best write performance
for use only with embedded Linux
for better reliability (random power failures may occur)
using an 64kB cluster size
I'm using an 8GB ...
3
votes
1answer
100 views
How to reorder the files of a FAT32 file system? [closed]
Possible Duplicate:
How to reorder folders? (as displayed in ls -U)
How to physically reorder files 03.mp3 01.mp3 02.mp3 (ls -f) in a directory?
I know this sounds a bit strange, but ...
5
votes
2answers
107 views
I need a dos (yes DOS, not just commandline) program to wipe unused space on fat 32 partition? [closed]
By wipe I mean put free space to zeros not to random data. Any suggestions ?
0
votes
1answer
45 views
Strange file permissions on FAT32 under Ubuntu
On my machine (Lenovo ThinkPad w510, Ubuntu 10.10) I have (at least) two logical partitions:
an ext4 partition to which Ubuntu is installed;
a FAT32 partition (the bigger one) on which I store all ...
2
votes
3answers
157 views
Windows 7 cannot view FAT32 formatted bootable usb drive
I'm having some issue where when I run bootsect with a command line of "bootsect.exe /nt52 : /force /mbr", then Windows 7 (the comp I'm running bootsect on) can no longer view the contents of the usb ...
1
vote
0answers
179 views
How to format External Western Digital hard disk when all NTFS boot sectors cannot be written to
I want to format my external hard drive which is a Western Digital 500GB, through cmd dos command. But it fails because all NTFS boot sectors are not writable. Here are the commands I gave and what I ...
1
vote
4answers
322 views
1TB NTFS to FAT32 Drive too big?
I have just tried to change the format a 1tb NTFS drive to fat32 and I'm getting a message that the drive's too big. Can anyone help?
0
votes
1answer
43 views
Need information on a filesystem error:
I have console access to an embedded linux device. This device has flash memory part of which is partitioned as a FAT filesystem.
Its running linux-2.6.31.
However I am seeing these errors on the ...
0
votes
1answer
118 views
WinXP cannot access FAT/FAT32 Drives
One of my systems, running WinXP SP3, can no longer access FAT and FAT32 formatted drives.
When I insert a USB flash drive, it is recognized and assigned a drive letter, but when I try to access it I ...
0
votes
1answer
138 views
formatted external hard drive (FAT32) is un recognizable in Windows 7
So I bought a new 500GB external hard drive. I have a Windows 7 and a OSX 10.5.2 Leopard (Which I'm very new to)
I've heard formatting the drive to Fat32 would make it compatible with Windows and ...
1
vote
4answers
134 views
Can I store a Windows NTFS system image to a non-NTFS drive?
My external drive is FAT32 formatted so I can access its files from any operating system. Windows 7's built-in system image feature doesn't allow backing up to this drive. Are there programs that can ...
3
votes
3answers
112 views
What is the Linux equivalent of FAT and how does it relate to block devices?
New to Linux and am having a tough time understanding some basic OS concepts. What is the Linux version of FAT, and how does it relate to these so-called "blocks" or block devices?
1
vote
4answers
153 views
Why does external HDD have a working Recycle Bin?
I have just purchased a new external portable HDD - Buffalo MiniStation 500GB, USB 2. I am using it on Windows XP Home SP 3. The drive is pre-formatted with FAT32.
I notice that when I delete ...
0
votes
2answers
259 views
What Windows app can I use to defragment a FAT32 drive's directories at boot time?
What (Windows app) can I use to defragment FAT32 directories?
I used to be a fan of PerfectDisk, but they've disabled the feature in their latest versions, and I have drives that I need to use both ...
4
votes
2answers
136 views
Criteria for low disk space warning on XP?
According to this article, it says the low disk space warning appears when there is less than 200MB of disk space. However, I find this not to be the case. Two test examples:
1) I create a 3GB ...
1
vote
2answers
82 views
Converting FAT32 to NTFS
I am using Windows 7 and my hard drive has four partitions. One of the partition, F, contains all my source code of projects. Over time, this partition has become fragmented and slow. This partition ...
2
votes
4answers
811 views
Copy files from FAT32 to NTFS, preserving date
I have a FAT32 flash drive full of old archived emails, and their creation/modification date is important because it represents when the email was received. I'm trying to copy these over to another ...
2
votes
1answer
233 views
How can I access the files on my 16GB SDHC card?
I own a Nikon camera which I use with a Transcend 16GB SDHC card. The camera possesses a built in formatting tool and everything just works, I am able to take pictures and they are saved to the card.
...
1
vote
1answer
253 views
WinXP: Is NTFS appropriate for SSDs?
I've just bought an SSD (SLC 32GB PATA) for my old laptop and now I have to decide which file system to use for each partition.
I'm goint to need two partitions: one for the OS installation and the ...
2
votes
4answers
174 views
Converting an External Hard drive to NTFS
I am trying to convert my external hard drive from fat32 to ntfs. If possible, I want to avoid losing the data or having transfer it off and back on and formatting ( I have about 400gb of data).
I am ...
1
vote
1answer
50 views
Which file date for which purpose
In windows a file contains of many dates (timestamps). In explorer I can select at least 10 Columns containg dates.
Is there an explanation of the different date columns, when and how they will be ...
5
votes
1answer
309 views
Disk fragmentation on Linux
Do I have to de-fragment my ext3 and FAT32 filesystems on Linux? And if yes how?
1
vote
1answer
60 views
Is it possible to install a distro using a DVD image and a pendrive?
I have a 8 GB flash drive and a 4.3 GB DVD iso (openSUSE-11.3)
Is it possible to use the flash drive to install the linux?
Pendrive linux universal USB installer formats it to Fat32 which limits the ...
0
votes
0answers
289 views
Convert external USB to FAT32 to NTFS, error 490@01010004
I'm trying to run:
convert I: /fs:NTFS /X
on my portable USB hard disk (500GB Freecom XXS), which is currently FAT32 (to enable support for files larger than 4GB, mainly) but it keeps erroring out ...
0
votes
1answer
159 views
Fat32 incorrectly converted to NTFS
I had a FAT32 partition, and I run the following command:
C:\USERS\USER1\CONVERT D: /FS: NTFS
Not run this command, but asked me to reset my computer.
I reset my computer. CHKDSK first startup, ...
0
votes
1answer
384 views
Formatting FAT32 partition on 500GB HDD
I've just bought a 500GB usb hdd and I saw it has one primary FAT32 partition using all the space... sounds good...
Then I tried some configuration and finally needed to reformat hdd with a single ...
2
votes
3answers
322 views
Aligning NTFS to 4kB boundaries
I have an old laptop and I need to convert FAT32 partition to NTFS format. I've read two articles about formatting to NTFS and then about aligning partitions to 4kB boundaries (see links below). My ...
0
votes
4answers
101 views
recover data after repartitioning of disk
I have a 40GB hard disk in my desktop PC.
Previously it had two partitions ( C = 20GB FAT32, D = 20GB FAT32 )
I needed to install Fedora 14, so i removed above partitions (without making backup),
and ...
0
votes
2answers
321 views
FAT32 External HDD won't open in Windows 7
I run both Ubuntu and Windows 7 machines. I would like to use an external HDD. I read that if it is formatted to FAT32 bot OS's should read it. Win7 is not reading it. How do I get Windows to ...
0
votes
3answers
281 views
what format will work for Mac and windows and handle an 8Gb to 20 Gb file?
I want to move my linux virtual machine's .vdi file from my Mac to my PC
It's a dropbox VM, and i'm pretty sure it will work on the PC, i just need a way to move it. I have a 16Gb USB and i've ...
0
votes
2answers
284 views
Copy files off FreeBSD
I have a FreeBSD machine that I have to copy everything off the drive. The fielsystem is UFS and not readable by any other operating system. (great...)
I have a USB flash drive (FAT32) I need to copy ...
1
vote
1answer
231 views
How to recover a file using the FAT cluster chain instead of using the stored length in the FAT table?
I'm trying to recover movie files from my TNT receiver hard drive but it corrupts its FAT32 allocation table (crappy cheap device...)
Using dosfsck is useless because the correct file length is the ...
0
votes
1answer
99 views
What is the tool for GNU/Linux to edit order of directory entries on FAT filesystem?
It is needed because of my portable audio player does not order entries and just leaves it as in FAT directory.
Current way of handling this is only moving files around and re-creating directories ...
0
votes
2answers
171 views
How to recover data from re-partitioned hard drive [closed]
Possible Duplicate:
Best undelete tool for NTFS/FAT?
I have an external HDD that has been mistakenly re-partitioned and some data written on it.
Previous Partitions were: 480GB NTFS + 20GB ...
5
votes
1answer
216 views
Will I suffer any major drawback(s) if I have the drive formatted as FAT-32
Is there any disadvantage(s) of using a 500GB external hard drive formatted as FAT-32 or is it simply a choice?
I am asking this because I am an owner of a PS3 and it only recognizes FAT-32 formatted ...
0
votes
4answers
133 views
If I don't have an external storage device, can I still install Mac Snow Leopard from an ISO image?
The only external device I have to transfer my ISO image to from my MAC's hard drive is an empty NTFS-formatted external drive (which, I just realized, I could potentially format to FAT32).
But is ...
1
vote
0answers
130 views
FAT32: Unable to use the whole partition size
I recently bought a 8GB USB flash disk. I created a fat32 filesystem (using mkfs.vfat) on the whole drive (/dev/sdb1).
df -h shows approximately 8GB available, but when I try to extract an archive on ...
1
vote
3answers
819 views
Is there anything like a link or shared mount point for FAT32 folders in Linux/Android?
I often want the same files to be accessed by different apps on my Android phone, but the apps look in different folders. Is there a way to make two different folder paths on a FAT SD card point to ...
2
votes
1answer
295 views
hex edit of FAT32 partition tips wanted
I currently have a wrong-sized partition in a "very damaged" status.
The first problem for most recovery tools:
- disk size is 9*10x units.
- logical partition starts at 2*10x units
- logical ...
0
votes
1answer
77 views
Fixing “Dirty bits not set” problem?
How do I fix the "Dirty bits not set" error if I'm using a FAT32 system? I'm aware of the fsutil tool but apparently, it doesn't do it's job well on FAT32. Is there an alternative 3rd party software ...
0
votes
5answers
423 views
How do I convert a NTFS partition to FAT32 safely?
I am using Windows XP now. Is there any way to convert a NTFS partition to FAT32 safely? A simple solution that doesn't involve backing everything up would be better.
1
vote
1answer
119 views
How to fix a folder content glitch in a FAT32 filesystem?
at my 450gb fat32 partition, a directory has a wrong content after improper usb drive disconnect; was:
/files (total 250gb)
/files/folder/
/files/folder2/
/files/somethn.gs
Now:
...
2
votes
1answer
557 views
Convert FAT32 to NTFS, risk/time?
After a quick search I found that through a command prompt I can convert a drive from FAT32 to NTFS without losing data(see here). What I want to ask here is, how safe is this method on a 1.5 TB drive ...
0
votes
3answers
139 views
Is FAT32 the proper file system for this setup? Should I re-format it to another system?
XP Pro - SP3 - IBM Thinkpad T-60.
I am going to use this 8Gig thumbdrive to store audio and video material as a back up. I will rarely use it.
Should I re-format it to another system or is FAT 32 ...
0
votes
2answers
587 views
Format SD Card with FAT Filesystem
When you format a SD card you can specify whether you want to use FAT or FAT32. If you select FAT what does that actually use? Doesn't it have to be FAT12, FAT16 or FAT32?
1
vote
0answers
997 views
RW mounted usb drive regarded read-only by cp
Context
Can any of you help me with the following, I've got a micro sd card inserted via a usb stick into my Compaq 8510w laptop running the latest Arch Linux (x86_64) release. I have a udev rule ...
4
votes
2answers
2k views
fatsort for Windows 7
I've used a program in Linux called fatsort to reorder the directories on my USB flash drive so that my car stereo navigates folders in alphabetical order instead of random order. Is there any ...
1
vote
2answers
989 views
Snow Leopard won't see a FAT32 formatted hard disk
I have a WD external hard disk formatted as FAT32. It works perfectly on my Windows machine but when I'm trying to connect to my brand new MacBook it becomes totally invisible!
Any ideas on what can ...
0
votes
4answers
758 views
How to convert NTFS to FAT32 in windows XP?
Currently all my 4 partitions are NTFS,
how to convert one of them to FAT32 ?