Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

81%
+7 −0
Q&A What partition type should be used for cross-platform FAT partitions?

Question What partition type should I use for FAT partitions such that Linux and Windows systems both recognize the drive? Notes I am partitioning the drive with fdisk and making the filesystem ...

1 answer  ·  posted 1y ago by mcp‭  ·  last activity 1y ago by Ullallulloo‭

#1: Initial revision by user avatar mcp‭ · 2022-10-14T20:20:43Z (over 1 year ago)
What partition type should be used for cross-platform FAT partitions?
# Question
What partition type should I use for FAT partitions such that Linux and Windows systems both recognize the drive?

# Notes
I am partitioning the drive with `fdisk` and making the filesystem with `mkfs.fat /dev/sdx`. Linux seems to recognize anything I throw at it. Microsoft is the problem.

Is there a modern replacement for the `W95 FAT32 (LBA)` partition type? A new drive I recently bought comes with this type and it is recognized by both Linux and Windows systems.