How to Format USB Flash Drive in Linux Terminal for Windows (FAT32, NTFS) and Linux (EXT4)

Поделиться
HTML-код
  • Опубликовано: 27 окт 2020
  • Detect the flash drive using
    lsblk
    To show selected disk output type
    lsblk -f /dev/sd*
    To format the usb disk, first unmount the disk from computer
    sudo umount /dev/sdb1
    Wipe out all the existing filesystem on the disk
    sudo wipefs -a /dev/sdb
    create disk partition table
    sudo cfdisk /dev/sdb
    Format the flash drive to windows compatible filesystem (FAT32)
    sudo mkfs.vfat -n "USBFAT32" /dev/sdb1
    Format the flash drive to windows compatible filesystem (NTFS)
    sudo mkntfs -Q -L "USBNTFS" /dev/sdb1
    Format the flash drive to Linux based filesystem (EXT4)
    sudo mkfs.ext4 -L "USBEXT4" /dev/sdb1
    Safely remove the flash drive
    sudo eject /dev/sdb
    Thank you for watching this video! Please like, share and subscribe:
    ruclips.net/user/aumacademy?...
    ======================================
    Share this video: • How to Format USB Flas...
    ======================================

Комментарии • 20

  • @rivw3
    @rivw3 2 года назад +4

    the only video that could help me, thank bro!!

  • @Dmt_Army
    @Dmt_Army 3 года назад +3

    Thanks sir you helped me
    Now I find a good video after wasting whole day

  • @schmetterlingo8577
    @schmetterlingo8577 2 года назад +6

    Thank you so much, that was really helpful

  • @waynet5427
    @waynet5427 Год назад +1

    thanks! everything is works!

  • @tech_lucas0401
    @tech_lucas0401 2 года назад +3

    Thank you 🙂🙂

  • @RDWLFBEAtZProdAK
    @RDWLFBEAtZProdAK 2 года назад +2

    thanks Brother.

  • @MsDoctor74
    @MsDoctor74 2 года назад +1

    Thanks.

  • @therecaps2
    @therecaps2 2 года назад +1

    thanks amigo!

  • @scottcooper6644
    @scottcooper6644 3 года назад +2

    legend, thank you!

  • @drarunkumar469
    @drarunkumar469 3 года назад +2

    Nice it really help all students...

  • @rch6
    @rch6 2 года назад +1

    If I was to use a FAT32 format from how you've explained it, will it allow to read and write from USB in Linux? I only discovered recently this is a problem. I can't read and write from my FAT32 USB (I did it before I saw this video.)

  • @ianmcgregor2640
    @ianmcgregor2640 2 года назад +1

    Thank you.

  • @kornshadow097
    @kornshadow097 Год назад

    none of these windows type file systems work because pop os doesnt have the repos installed...where do i get them?

  • @BLADEFF006
    @BLADEFF006 2 года назад

    How to format my usb to exFAT

  • @ivanriveraacatitla4164
    @ivanriveraacatitla4164 3 года назад +1

    Thanks 👍