Advertisement
Guest User

Flash Drives in Vehicles

a guest
May 21st, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. How to get a flash drive to work in most vehicles
  2. to play audio files, etc.
  3.  
  4. WINDOWS:
  5. From a command prompt, enter these commands:
  6. - diskpart
  7. - list diskpart
  8. - select disk (x) (where x is the disk number of the flash drive)
  9. - clean
  10. - convert mbr
  11. - create partition primary
  12. - list volume
  13. - format fs=fat32
  14. - exit
  15. - exit
  16.  
  17.  
  18. Formatting can take a while, depending on disk size.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement