Question

What's the simplest way to format a USB stick and write some video files to it in order for the Samsung TV to read it? As far as I know Samsung TVs support the FAT format (or maybe ExFAT too), but if I format the USB to FAT then I can't seem to be able to write to it (or even see it in Finder).

PS: I don't have access to a Windows machine

Was it helpful?

Solution

Simply use Disk Utility to format it as FAT, as Macs can indeed read and write to FAT drives–they just have problems with NTFS drives.

Insert your flash drive. Open Disk Utility (/Applications/Utilities/Disk Utility), select your flash drive in the sidebar, then click "Erase" in the top bar. Select "MS-DOS (FAT)" for your format, and Master Boot Record for your scheme.

enter image description here

Note that the FAT file system has a limitation of 4GB file size. If you want to circumvent this whilst still being able to use OS X, format the drive as exFAT (which has a file size limitation of 128 PiB). This option has been recently hidden with 10.11, so it takes a bit more work.

Open Terminal (/Applications/Utilities/Terminal). Run the command defaults write com.apple.DiskUtility advanced-image-options 1. This gives you access to hidden features within Disk Utility. Open Disk Utility (/Applications/Utilities/Disk Utility), select your flash drive in the sidebar, then click "Erase" in the top bar. Select "ExFAT" for your format, and Master Boot Record for your scheme.

enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with apple.stackexchange
scroll top