Ironing Temperature Guide – Fabric Settings & Symbols
Look up the correct ironing temperature for cotton, silk, polyester, and more. Displays the corresponding laundry symbol and whether steam is safe.
UD5 Toolkit
Complete File System Guide & Smart Recommendation Tool
Choose the right file system for your SD card based on capacity, device, and usage
Answer a few questions and get a tailored recommendation instantly.
exFAT is the SDXC/SDUC standard, supports large files, and offers excellent cross-platform compatibility.
Detailed comparison of all major file systems used on SD cards. Highlighted row = current recommendation.
| File System | Max Partition | Max File Size | OS Compatibility | SD Standard | Best For | Key Limitation |
|---|---|---|---|---|---|---|
| FAT16 | 2 GB | 2 GB | SD (original) | Legacy devices, very old cameras | Severely limited capacity; obsolete | |
| FAT32 | 2 TB (32GB Windows limit) | 4 GB | SDHC | Cameras, dash cams, wide compatibility | 4GB single file size limit | |
| exFAT | 128 PB (practically unlimited) | 16 EB (practically unlimited) | SDXC / SDUC | Large SD cards, 4K video, cross-platform | No journaling; less robust than NTFS/ext4 | |
| NTFS | 256 TB | 16 TB | — | Windows-only workflows, large backups | Poor macOS/Linux support; unnecessary overhead for flash | |
| ext4 | 1 EB | 16 TB | — | Linux systems, embedded devices, servers | Not recognized by cameras, consoles, or non-Linux devices |
The SD Association defines standards that pair specific capacity ranges with recommended file systems.
Default: FAT16
Introduced: 2000
Legacy standard
Default: FAT32
Introduced: 2006
Widely compatible
Default: exFAT
Introduced: 2009
Modern standard
Default: exFAT
Introduced: 2018
Future-proof
Windows limits FAT32 formatting to 32GB. Use SD Memory Card Formatter or Rufus for larger FAT32 formats.
macOS Disk Utility uses "MS-DOS (FAT)" for FAT32 and "ExFAT" for exFAT.
lsblk or sudo fdisk -l.sudo umount /dev/sdX1sudo mkfs.exfat /dev/sdX1 (for exFAT)sudo mkfs.vfat -F32 /dev/sdX1 (for FAT32)Double-check the device name before formatting to avoid data loss!
Recommended by the SD Association. This tool ensures compliance with SD standards and optimal performance.
For a 64GB SDXC card, the best file system is exFAT. This is the official SD Association standard for SDXC cards (32GB–2TB). exFAT supports large files over 4GB, works on Windows, macOS, and modern Linux distributions, and is optimized for flash storage. Most cameras, gaming consoles (Nintendo Switch, Steam Deck), and Android devices recognize exFAT natively.
The key differences are:
Microsoft artificially limits FAT32 formatting to 32GB in Windows' built-in format tool. The FAT32 specification actually supports partitions up to 2TB. To format a 64GB+ card as FAT32, you can use third-party tools such as SD Memory Card Formatter, Rufus, GUIFormat, or command-line tools like mkfs.vfat on Linux. However, for most modern use cases, exFAT is recommended for cards over 32GB.
Most dash cams and security cameras recommend FAT32 for maximum compatibility and reliable loop recording. Even for cards larger than 32GB, many dash cam manufacturers suggest formatting to FAT32 using a third-party tool. FAT32's simple structure ensures stable continuous writing and reduces the risk of file corruption during sudden power loss. Always check your dash cam's manual for the manufacturer's specific recommendation.
Technically yes, but it's not recommended for most cases. NTFS is a journaled file system designed for hard drives, and the constant journaling writes can increase wear on flash memory. Most cameras, gaming consoles, and mobile devices cannot read NTFS. Only use NTFS on an SD card if you exclusively use it with Windows PCs and need features like file compression, encryption, or permissions.
The Nintendo Switch supports FAT32 and exFAT. For cards 32GB and under, FAT32 is used. For cards 64GB and above, the Switch will prompt you to format to exFAT (or you can pre-format it). However, some users report occasional corruption issues with exFAT on the Switch, so some prefer to format larger cards as FAT32 using third-party tools for added stability—though exFAT is officially supported.
It's simple:
lsblk -f or sudo blkid in terminal to see the file system type.Yes. Formatting erases all data on the SD card. A Quick Format only removes the file table (data can potentially be recovered with software). An Overwrite/Full Format writes to every sector, making recovery nearly impossible but taking much longer. Always back up your data before formatting. If you accidentally formatted a card, stop using it immediately and use data recovery software to attempt file restoration.
For most users, the default allocation unit size is recommended. Here's a quick guide if you want to optimize:
The SD Memory Card Formatter (from the SD Association) is specifically designed for SD cards and ensures compliance with SD standards. It automatically selects the correct file system for your card type (FAT32 for SDHC, exFAT for SDXC/SDUC), uses optimal formatting parameters, and can help resolve compatibility issues. For general use, your OS format tool works fine, but if you encounter problems or want guaranteed SD-standard compliance, the official tool is the best choice. It's free and available for Windows and macOS.
Pro Tip: Always format your SD card in the device you plan to use it with (camera, console, etc.) for guaranteed compatibility. Use this guide when the device doesn't offer a format option or you need cross-device usage.
Look up the correct ironing temperature for cotton, silk, polyester, and more. Displays the corresponding laundry symbol and whether steam is safe.
Compare mouthpiece specifications side‑by‑side. See how changes affect tone and range. Educational for brass players.
Answer questions about sensitivity, surface, and travel to get the ideal mat thickness.
Choose label type and get the best technique (baking soda, steam, milk) to remove it intact.
Answer questions about fit and follow visual tests to ensure your boots are the correct size.
Adjust recommended tire pressure for extra load or high speed. Simple reference chart.
Select component type and solder to see recommended iron temperature and tip shape. Avoid cold joints.
Select bird species and toy type to see potential hazards and size recommendations.
Look up storage times for pantry, fridge, and freezer items. Reduce food waste. Local database.
Select herb and method to see estimated drying time. Set a reminder to check. Preserve flavor.
Illustrated guide to whisker position and what it means about your cat's mood. Fun educational tool.
Estimate bulb mode exposure time needed for different light sources and distances. Experimental photography aid.
Select knife type and see recommended sharpening angle. Visual guide with degree display. Perfect edge every time.
Match gap size around doors/windows to the correct type of weather stripping (foam, V-strip, door sweep). Save energy.
Interactive visual guide to figure out if a door is left-handed or right-handed. Click through steps. Avoid ordering the wrong door.
Select a vegetable and see its best companion plants and which to avoid. Visual grid with quick reference. Improve garden yield and health naturally.
Select meat type and see USDA recommended internal temperatures for rare to well-done. Simple reference chart. Local, no upload.
Learn to tie essential knots with step-by-step animated diagrams. Includes bowline, square knot, clove hitch, and more. Pure CSS/JS animation.
Compose messages with bold, italic, links, and code. See the raw HTML or Markdown for your Telegram bot API calls.
Paste a Quartz cron expression (with seconds field) and translate it to standard Unix cron. For devops migrations.
Explore all Intl APIs: NumberFormat, DateTimeFormat, RelativeTimeFormat, ListFormat. See outputs for any locale. Powerful i18n.
Paste rich text and clean it to plain text. Normalize line endings and whitespace. Prepare for code or databases.
Format your SQL code with consistent indentation. Choose 2 or 4 spaces. No syntax validation, just neat output.
Insert a blank line between each line of text. Perfect for blog drafts or scripts. One‑click converter. Local.
Write text with inline footnote markers and this tool will move the notes to the bottom and add proper Markdown links. Saves time.
Paste a phone number and format it according to the E.164 standard. Identify country and detect common typos. Local parser.
Paste text and align it left, center, right, or fully justify by inserting spaces. Simple formatting helper. Pure browser.
Check if an IBAN has the correct length and structure for its country. Early validation, no bank connection.
Drop an image that might have wrong extension and see its real format (JPEG, PNG, WebP) based on header bytes.
Apply dyslexia‑friendly fonts, spacing, and background to any text. Preview and copy the formatted version. Improve readability.