Skip to main content

How To Format USB ( Flash Disk ) using Ubuntu

 How To Fomat and Delete Partition Flash Disk using ubuntu



Hello everyone, today is Sunday, 13 December 2020. 

i want to talking about format flash disk using linux. 

Before user create bootable media user need to format flashdisk ( this is optional ) or user  want to make bootable media become normal flashdisk. Basically formating flash disk it's very important technique 

 

* i have test this method in debian based linux ( ubuntu, kali, pop os, and any distro based on debian )

*follow this method step by step

Step To Remove Partition 

 
1. Open Terminal and type " sudo su "
2. Type "fdisk -l" ( to show all Partition )
3. Type " fdisk /dev/sdx"  ( Change Variabel 'x' to your usb )
4. Type 'd' to remove 
5. Type '1' to chose your patition
 6. Type 'd' to remove partition
 
 

 Step To Create New Partition



 1. Type 'n' to Create New Partition
2. Type 'p' To Make It Primary
3. Tekan '1' To Make It Become Partition Number one
4. Click 'enter' to continue using first cylinder
5. click 'enter' to continue using default cylinder
6. type 'w' to write all changes
7. $ sudo umount /dev/sdx1 ( change variabel to your usb place)
 
 

To Make it become fat32

 
$ mkfs.fat -n <your-name> /dev/sdx1 ( change variabel x to your usb place) 
 
 
<-- Good Luck -->

Comments

Popular posts from this blog

Easy | installing osu on an linux using wine application

Easy | installing osu! on an linux using wine application Hello all, Today i want to talking about installing osu on an linux. recently i get bored using linux because osu rhythm game is not compatible with linux, so i think how about using wine application to make osu compatible with linux, and more or less i success.  osu is rhythm game, this game is world wide know as the popular rhythm game, osu have so many player over the world wide, and many player contribute to osu to make osu more and more fun. Inside osu game player can contribute Bitemap, Skin for osu game, etc. before we go,  we need to install wine application: How To Install -------------------------------------------  # Download osu! first  https://osu.ppy.sh/home/download   # open terminal in the same folder you download osu! sudo apt install winetricks  winetricks dotnet45 # install every recommendation application from winetricks wine osu.exe # this time...

Easy | How To Remove PPA repository for ubuntu

 Easy | How To Remove PPA repository for ubuntu Hello all, Today is Monday 28 December 2020. I want to talking about Removeing PPA in ubuntu. PPA ( Personal Package Archive ) is a software maping repository location, many repository in PPA is provided by ubuntu and linux community. after user add PPA repository location, user can download software inside that repository. ubuntu user need to know how to remove PPA repository, Because if PPA get very old, or PPA didn't get update, or PPA repository is not compatible with ubuntu new version, PPA software manager will show a error. But don't worry removing PPA is easy How To Remove PPA in a ubuntu ------------------------------------- # open Terminal sudo add-apt-repository --remove ppa:ppalocation/ppa # for example sudo add-apt-repository --remove https://batumz.herokuapp.com/playmakermz/ focal main' If you have any question feel free to ask at: ghost087@protonmail.com -Have a nice day

Notebook samsung 275E light review

                                          Notebook samsung 275E light review Hello all, Today is Saturday 2 January 2021. I want to talking about My laptop ( NoteBook SAMSUNG 275E ) and My Experience using this laptop. I bought this laptop around 2015, in that time i still don't have a computer or a laptop, that's my reason to buying laptop. Laptop spesification CPU: AMD E1-1500 APU with Radeon(tm) HD Graphic RAM: 2048MB ( this is default), 6GB ( After Upgrade ) SYSTEM: POP!_OS 20.04 LTS   What this laptop can do? - " Build simple Game " The Operating System i using is POP!_OS 20.04 and The Framework I using is pygame ( pygame is a package to build game from an python ) - " CPU test using sysbench " The BenchMark application I using is called ' sysbench ', this application is easy to use and install. I using this application is to get information about my com...