sudo fdisk -l
to find all the filesystems and storage devices
sudo umount /dev/sdb1
to unmount the device sdb1
sudo mkfs.vfat /dev/sdb1
to format as fat 32
to find all the filesystems and storage devices
sudo umount /dev/sdb1
to unmount the device sdb1
sudo mkfs.vfat /dev/sdb1
to format as fat 32
No comments:
Post a Comment