About 50 results
Open links in new tab
  1. What is the best way to format a USB stick such that it can be used ...

    21 What is the best way to format a USB stick such that it can be used with both Linux and Windows 10? Also what is the best practice for formatting a USB stick? Is it best to format the USB stick only …

  2. How to format a USB flash drive? - Ask Ubuntu

    Jan 20, 2011 · In Windows there is a straightforward "Format" option in a flash drive's right-click pop-up menu. Where's that in Ubuntu?

  3. How to format a USB stick - Ask Ubuntu

    Well, one could try zero'ing the raw block device to see if that can work. If you can write to that then you may be able to create a clean partition table, create a new partition and format that. Suppose the …

  4. disk formatting - How to format a USB drive? - Ask Ubuntu

    Closed 13 years ago. Possible Duplicate: How to format a USB flash drive? How do I clear everything (data, viruses) from a thumbdrive? How to format a pen drive in Ubuntu? I have this pen drive which I …

  5. Format USB drive that is formatted as FAT32, into EXT4 from Windows …

    Jan 27, 2023 · You can boot and run Ubuntu 'live' from another USB pendrive, and it will be able to see and format your FAT32 pendrive (create a new partition table with the file systems that you want). …

  6. How to format a USB or external drive? - Ask Ubuntu

    May 29, 2021 · Using Ubuntu 11.10, how do I format an external or USB drive? I don't find an option to 'format' when I right click. In the new version, the drives don't come up on the desktop, but instead …

  7. How do I copy a file larger than 4GB to a USB flash drive?

    Sep 4, 2017 · Is the USB drive formatted with FAT32? That file system does not support files larger than 4GB. You have to format it differently then, e.g. as NTFS. Beware that formatting deletes all data on …

  8. How to make full USB format using terminal - Ask Ubuntu

    Aug 24, 2020 · I want to know how to make a full format of a storage drive from the terminal, How to delete byte by byte from the storage drive (without using quick format as traditional methods). Is this …

  9. How to change file system of a usb drive without formatting?

    Sep 30, 2023 · A better format that doesn't have this issue is exfat. The ntfs format is also an option, but not common on USB sticks and a poor choice if you are going to use it with linux, and at one time a …

  10. how to completely reformat a usb using fdisk? - Ask Ubuntu

    Dec 11, 2011 · fdisk manages partitions, but does not format or write data to the disk. To format the disk, use mkfs # FAT mkfs.vfat /dev/sdxy # /dev/sdxy is your usb # Or for ext4 mkfs.ext4 /dev/sdxy …