Questions tagged [fat32]
31 questions
31
votes
5 answers
How can I use rsync with a FAT file system?
I would like to write a simple backup script that saves some data to a FAT drive. Should I reformat the drive and use a better file system or is it possible to use rsync with FAT? If so, what problems might I run into? Would performance be a lot…
Kim
- 729
- 1
- 5
- 12
24
votes
8 answers
How to format as FAT32 from Windows 7/Vista
What is the best way to format a USB drive with FAT32 (for Mac compatibility) from within Windows 7/Vista?
I ask because the Disk Management only lets you pick exFAT (because the disk is over 32 GB I believe).
Doing it from the command line with…
Schneider
- 818
- 4
- 14
- 22
21
votes
1 answer
Unable to resolve data corruption warning with fsck
In order to create a contiguous space for my file system to grow, I created a new EFI System partition at sda1 so that I can migrate it from the current partition at sda5. The move itself has been successful except for a warning which says:
kernel:…
Question Overflow
- 2,023
- 7
- 28
- 44
11
votes
9 answers
Flash Drives - should be formatted NTFS?
Should Flash Drives be formatted NTFS? What are the Pros & Cons of doing so?
jinsungy
- 368
- 1
- 2
- 9
9
votes
2 answers
rsync from linux host to fat32
i like to backup my linux based NAS (small files like picutres) to an attached USB Disk with FAT32.
For this i like to use rsync.
I know, that this will not work correct per default. rsync will sync the files again and again.
I found this question…
The Bndr
- 274
- 3
- 8
6
votes
3 answers
How do I debug this FS error on a flash device?
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 console these days and the FAT file system becomes…
Ankur Agarwal
- 427
- 1
- 6
- 12
5
votes
5 answers
Best file system for media server?
I need some advice on what file system to use for my new 1TB media server hosted on my Linux box. I have a few requirements:
Needs to be shareable to a different Windows machine (not dual booting, totally different box). I see that there might at…
Greg Noe
- 153
- 1
- 1
- 5
4
votes
2 answers
FAT32 limit on total length of all filenames in a directory combined?
I've kind of a weird problem on one of our customer's backup harddrives: The harddrive is formatted in FAT32 and last night our backup jobs threw an error on a subdirectory, claiming that it couldn't copy the files that it had to copy.
I checked the…
Steffen Winkler
- 239
- 1
- 4
- 15
4
votes
2 answers
How to convert FAT32 disk to NTFS without losing data
Please suggest How to convert FAT32 disk to NTFS without losing data
Krishna Kumar
- 161
- 1
- 5
3
votes
5 answers
Creating a 80GB image with dd on a FAT32 drive
I have a question concerning the creation of an drive image with dd.
Normally i would simply type: "dd if=/dev/foo of=/dev/bar". But in this case i only have a fat32 formatted drive at hand, which should be used for the output. Fat32 only allows…
Darokthar
- 133
- 1
- 4
3
votes
2 answers
How to check that all paths/files on a volume conform to EXT3, FAT32, and HFS+
I have a volume with files on it that will need to be copied between Mac, Linux, and Windows machines. I want to ensure that there are no surprises with:
file size
filename length
filename character set
number of nested directories
Am I correct to…
username
- 4,725
- 18
- 54
- 78
3
votes
3 answers
Is it bad to defrag a minimally fragmented drive?
Someone told me that it is not always a good idea to defragment a minimally fragmented drive (<2%); and that it could cause performance issues.
Are they right, and why/why not?
BIBD
- 1,826
- 10
- 29
- 44
2
votes
2 answers
SD card will not mount on Ubuntu 9.04
I've got a video camera that records directly to SD(HC) cards; I've also got an Ubuntu 9.04 laptop (netbook) with an SD reader. I have a 16GB SDHC class 6 card that I was using for data storage on the netbook; it mounts automatically and displays…
Paul Sonier
- 272
- 4
- 10
2
votes
1 answer
FreeNAS - Writing files on NTFS/FAT32 file format
I've recently installed FreeNAS and have been sing it successfully except one minor problem and that is I can't copy files to my FAT32/NTFS mounted hard disks. Is it not permissible in FreeNAS at all or I'll have to do some workaround to get that…
masum
2
votes
1 answer
freenas - mounting a FAT32 partition with the right charset to "the"
I've just started off with FreeNAS and have got a bunch of data (300gb+) I need to get from a FAT32 partition which I need to shift to the FreeNAS ZFS partition.
FreeNAS has successfully mounted the FAT32 partition and can get to the contents, the…
Dan
- 261
- 4
- 11