Tuesday, 18 August 2020

Formatting Memory Sticks on Ubuntu for Use with Windows

When Windows 8 formats a memory stick, it uses partition type 'C'.


Identify USB device ID:

dmesg


Create Partition Table:

sudo fdisk /dev/sdx

Create Partition Type: C - W95 FAT32 (LBA)


Format Partition Disk:

sudo mkfs.vfat -F 32 -n "LABEL" /dev/sdxn


No comments:

Post a Comment

Connecting Silvercrest SBF75 Scales to An Android Phone using OpenScales and Google Fit

Overview This guide includes the steps to connect a Silvercrest SBF75 set of scales to Google Fit on an Android Phone using the OpenScales a...