Horje
linux format usb command line Code Example
linux format usb command line
df -h 
Select the correct drive
sudo umount /dev/sdc1
This command formats the drive as FAT32, you can use other formats too
sudo mkfs.vfat /dev/sdc1
Source: tecadmin.net
linux quick format usb drive
umount
fdisk -l to get the dev/sxxx
For the vFAT (FAT32) file system: sudo mkfs.vfat /dev/sdc1




Shell

Related
'gh-pages' is not recognized as an internal or external command Code Example 'gh-pages' is not recognized as an internal or external command Code Example
remove systemd service Code Example remove systemd service Code Example
install pip3 linux Code Example install pip3 linux Code Example
delete conda from machine Code Example delete conda from machine Code Example
uninstall mongodb ubuntu Code Example uninstall mongodb ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
15