Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to format usb to fat32 ubuntu

3 On the command line
To show the USB drive among all storage partitions and volumes on your computer use: lsblk. You can also use: df.
Suppose it may be /dev/sdy1 . Unmount it with: sudo umount /dev/sdy1.
To format drive with the FAT32 file system format: sudo mkfs.vfat -F 32 /dev/sdy1.
Comment

PREVIOUS NEXT
Code Example
Shell :: github how to remove changes 
Shell :: There is 1 zombie process 
Shell :: copy from remote server 
Shell :: mac terminal curl 
Shell :: vim :qa! 
Shell :: how to print new line in shell script 
Shell :: Virtual Camera Support for linux 
Shell :: install rider ubuntu 
Shell :: ls permission 
Shell :: how to install openvpn connect on ubuntu 20.04 
Shell :: list users on server 
Shell :: create new branch git from master 
Shell :: firefox ubuntu snap install 
Shell :: bash for interval 
Shell :: update database syntaxn using nuget package 
Shell :: pytype 
Shell :: install composer in ubuntu 
Shell :: how to start a background process in ubuntu 
Shell :: alphabetically order text file 
Shell :: git credentials store with timeout 
Shell :: linux make symlink 
Shell :: uninstall vmware player 
Shell :: fedora simplescreenrecorder start 
Shell :: android studio tortoise git 
Shell :: git tag 
Shell :: sudo apt update not working 
Shell :: rails how to use joins 
Shell :: pdf-tools debian 
Shell :: scp linux 
Shell :: docker sh: react-scripts: not found 
ADD CONTENT
Topic
Content
Source link
Name
2+6 =