Portable usb drive: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 January 2025

  • curprev 22:5322:53, 21 January 2025T1t0 talk contribs 688 bytes +688 Created page with "'''NOTE:''' assuming that your drive device is '''/dev/sdX''' * clean MBR <pre> dd if=/dev/zero of=/dev/sdX bs=512 count=1 </pre> * create a portable partition <pre> fdisk -c=nondos -u=sectors -n /dev/sdX o ## create an empty DOS partition table n ## new p # primary 1 # partition 1 [enter] # default, start at initial disk [enter] # all remaining space t # type of the unique existent partition c # W95 FAT32 (LBA) partition up to 2Tb..."