Formatting Flashdisk via Terminal

Diposting oleh adh-id on 4.9.13

There had no option to format flashdisk using mouse right click in fedora.  But don't worry.  We can make it happened from terminal.
  • Locate our flashdisk in file system [$ fdisk -l or $ df] (e.q. It took place on /dev/sdd1). 
  • Unmount it [# umount /dev/sdd1].
  • Now, we can do formatting [# mkfs.vfat -n 'UrFlashDisk_Name' /dev/sdd1].
Done.  It should be applied on others linux  distros. 

{ 0 komentar... read them below or add one }

Posting Komentar