Skip to main content

Questions tagged [vfat]

The tag has no usage guidance.

0 votes
0 answers
33 views

Linux mounted VFAT filesystem shows semicolon-asciicode for some uppercase letters

The disk is listed as follows: $ sudo fdisk -l /dev/sdd Disk /dev/sdd: 298.09 GiB, 320072933376 bytes, 625142448 sectors Disk model: USB 2.5"-HDD Units: sectors of 1 * 512 = 512 bytes Sector ...
zormit's user avatar
  • 103
1 vote
1 answer
597 views

Can't scp files with long/weird filenames: Invalid argument

When I try to use scp to copy files with long filenames and containing non-alphanumeric characters, I get scp: open local "[some capricious filename]": Invalid argument I can copy them ...
Johannes Bauer's user avatar
0 votes
3 answers
107 views

can't access larger than 32GB USB drive in Linux (Slackware 14.2)

I have no problem accessing all USB media of up to 32GB in size. Today I tried using a 64GB stick and while the system recognizes it as a drive it cannot access the single partition. When I tried ...
mike_s's user avatar
  • 1
1 vote
1 answer
6k views

Difference vfat and fat

I would like to format a USB Stick, but can't tell if the proper command is mkfs.vfat [device] or mkfs.fat -F32 -I [device]. I've seen both, but what is the difference between vfatand fat? they're ...
Gustavo Duarte's user avatar
1 vote
1 answer
552 views

Why does linux let me create a file in a FAT12 fs with a long name

I'm writing an operating system and am trying to get it reading FAT12 filesystems. As such, I want a FAT12 disk image with some files on it to get it to read. To make my FAT12 image, I made a blank ....
Jacob Garby's user avatar
0 votes
1 answer
2k views

Change volume serial of vfat partition without reformatting on Linux

I'm using a vfat formatted USB stick to play mp3 on my car radio. This device seems to create an index of the connected USB storage in it's own memory. And if I copy additional mp3 tracks to the stick,...
user9964388's user avatar
0 votes
1 answer
643 views

dosfsck: how long does it take to repair a 32GB FAT filesystem on a USB drive?

I have a 32 GB USB stick with totally corrupted filesystem and a laptop with Ubuntu. I have run the command dosfsck -w -r -l -a -v -t /dev/sdb1 16 days ago and it is still running. It has been using ...
K. Matveev's user avatar
1 vote
1 answer
2k views

Why do vfat partitions have a special GUID/UUID format in GUID Partition Tables?

According to the Wikipedia article on the GUID Partition Table, the partition GUID's reside in the Partition entries (LBA 2-33) just after the Primary GPT Header at the beginning of the volume. As ...
The Quark's user avatar
  • 133
1 vote
1 answer
514 views

How to handle addition of new files and directories to FAT12 floppy image from Ubuntu 16.04?

I need to write a program that creates a floppy image of FAT12. The instructions include creating a boot sector, making sure I set aside space for two FAT tables, setting up space for root directory ...
Yos's user avatar
  • 113
1 vote
0 answers
1k views

ftp permissions for creating directory with proftpd on vfat usb on Pi3

I have a usb drive attached to my Pi3 with vfat filesystem. I've mounted it in fstab and assigned a uid and gid. I am using pfoftpd to allow storage of files and allow directories to be created. I ...
Todd Johnson's user avatar
2 votes
1 answer
19k views

vFAT maximum data allowed 4gb?

how much data can be store on a FAT virtual drive? I know that a file can be max. 4gb on a vFAT but does that mean I can only store 4gb max on that drive?
Gernot's user avatar
  • 53
0 votes
1 answer
856 views

Resizing a FAT-based filesystem

Is it possible to grow or shrink a FAT filesystem like it is possible to resize ext2/ext3/ext4 filesystems? I am NOT talking about resizing partitions.
Melab's user avatar
  • 1,131
0 votes
1 answer
333 views

Which options to rsync from vfat to vfat

I rsync local mounted vfat partitions. If I use the -a option I get these messages: rsync: chown "/media/new64gb/bar" failed: Operation not permitted (1) rsync: mkstemp "/media/new64gb/Tryo/Grain de ...
guettli's user avatar
  • 347
1 vote
1 answer
2k views

why mounted vfat volume is case sensitive partially?

I have strange observation. I mounted vfat filesystem like this: mount -t vfat -o loop vfat.vol mnt I expected it would be case insensitive. And it is as long as file name length is no longer than 8!...
ardabro's user avatar
  • 485
1 vote
1 answer
197 views

Hard drive writeable but not by file manager

I have a USB HDD that behaves like it is read-only, only in the file manager. I assume it is related to permissions, but it happens with the same file manager in two operating systems. Setup The two ...
fixer1234's user avatar
  • 27.6k

15 30 50 per page