Showing posts with label shell. Show all posts
Showing posts with label shell. Show all posts

Saturday, January 14, 2017

FORMAT FLASHDISK DI SHELL LINUX


Format flashdisk di shell cukup mudah masuk ke shell & menjadi administrator
$ sudo su -
Cek partisi yang digunakan oleh flashdisk melalui perintah
#df -h biasanya flashdisk di mount di / media/disk umount flashdisk (asumsi termount di /media/disk)
# umount /med i a/d i sk

format flashdisk menggunakan
FAT32 menggunakan perintah
#mkfs . vfat /dev/sdb1

thanks to opensource.telkomspeedy.com


Available link for download

Read more »