Format Pendrive / Corrupted on Ubuntu/Linux Command Line (100% Working) || Removable devices SD Card

GABWIRE
GABWIRE
28.2 هزار بار بازدید - 5 سال پیش - gabwireStep 1 – Insert USB
gabwire

Step 1 – Insert USB and Identify Volume

Insert USB drive into your system and identify your USB drive correctly. This is the step you need to take care, because you may format the wrong disk if not correctly identify your disk.

df -h

Filesystem      Size  Used Avail Use% Mounted on
/dev/sda1       28G    24G  2.3G  92% /
udev            1.4G   12K  1.4G   1% /dev
tmpfs           277M  1.2M  276M   1% /run
none            5.0M     0  5.0M   0% /run/lock
none            1.4G   34M  1.4G   3% /run/shm
/dev/sdc1      14.8G  1.4G  13.4G  10% /media/tecadmin

Now, I have identified the drive /dev/sdc1, is my attached 16GB USB drive.

Step 2 – Format USB Drive in Linux
Whenever we attach a USB drive in Ubuntu, it automatically mounted to the system. We can not format any disk on Linux systems which are already mounted. So first un-mount /dev/sdc1 USB drive on your system.

sudo umount /dev/sdb1
Now, Use one of the following commands as per file system you want. To format a USB drive, most of the users prefer VFAT and NTFS file systems because they can be easily used on the Windows operating system.

Format with vFat File System
sudo mkfs.vfat /dev/sdb1
Format with NTFS File System
sudo mkfs.ntfs /dev/sdc1
Format with EXT4 File System
sudo mkfs.ext4 /dev/sdc1
Similarly, you can format USB Flash drive with any required file system.



FB Group: Facebook: 397820423901819
FB Page: Facebook: gabwire
Don't Click: https://bit.ly/2ZECjQP



Search Tags : -

how to format pendrive in ubuntu
how to format pendrive using command line
how to format usb drive using command line
how to format flash drive using command line
how to format usb flash drive using command line
how to format usb flash drive in ubuntu
how to format flash drive in ubuntu
how to format pen drive in ubuntu
how to format usb flash drive in linux
how to format usb drive in linux
how to format flash drive in linux
how to format usb flash drive in ubuntu 16.04
how to format flash drive in ubuntu 16.04
how to format pen drive in ubuntu 16.04
5 سال پیش در تاریخ 1398/06/19 منتشر شده است.
28,278 بـار بازدید شده
... بیشتر