User Tools

Site Tools


pages:howtos:windows:format-external-usb-storage-for-windows

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pages:howtos:windows:format-external-usb-storage-for-windows [2022/01/23 16:00] mischerhpages:howtos:windows:format-external-usb-storage-for-windows [2022/01/23 18:44] (current) mischerh
Line 1: Line 1:
-{{tag>howto windows external usb storage format filesystem}}+{{tag>howto windows external usb storage hdd msdos partitiontable partition format filesystem parted mkfs vfat fat32}}
 ====== Format external USB storage for windows ====== ====== Format external USB storage for windows ======
 ===== Sources ===== ===== Sources =====
Line 8: Line 8:
   * https://people.redhat.com/msnitzer/docs/io-limits.txt   * https://people.redhat.com/msnitzer/docs/io-limits.txt
   * https://blog.hqcodeshop.fi/archives/273-GNU-Parted-Solving-the-dreaded-The-resulting-partition-is-not-properly-aligned-for-best-performance.html   * https://blog.hqcodeshop.fi/archives/273-GNU-Parted-Solving-the-dreaded-The-resulting-partition-is-not-properly-aligned-for-best-performance.html
 +  * https://chris-linux-blog.blogspot.com/2015/11/avoiding-resulting-partition-is-not.html
  
 ===== How to do it ===== ===== How to do it =====
Line 63: Line 64:
   Warning: The existing disk label on /dev/sdb will be destroyed and all data on this disk will be lost. Do you want to continue?   Warning: The existing disk label on /dev/sdb will be destroyed and all data on this disk will be lost. Do you want to continue?
   Yes/No?   Yes/No?
-press <key>y</key>                                                                 +   
 +press <key>y</key> 
 +                                                             
   Information: You may need to update /etc/fstab.   Information: You may need to update /etc/fstab.
  
 create the new partition create the new partition
 <sxh bash; gutter: false> <sxh bash; gutter: false>
-parted /dev/sdb mkpart primary fat32 0% 100%+parted -a optimal /dev/sdb mkpart primary fat32 0% 100%
 </sxh> </sxh>
   Information: You may need to update /etc/fstab.   Information: You may need to update /etc/fstab.
pages/howtos/windows/format-external-usb-storage-for-windows.1642953608.txt.gz · Last modified: 2022/01/23 16:00 by mischerh