Site Tools


usb_formatting_with_swap_partition

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
Next revisionBoth sides next revision
usb_formatting_with_swap_partition [2022/01/05 06:14] rs232usb_formatting_with_swap_partition [2023/04/22 15:45] – [Manual method:] vladimir-ternovs
Line 90: Line 90:
  
 <code -> <code ->
-mkfs.ext2 -L USB /dev/sda1 +mkfs.ext2 -L usb /dev/sda1 
-mkswap /dev/sda2+mkswap -L swap /dev/sda2
 </code> </code>
  
Line 100: Line 100:
 <code -> <code ->
 swapon /dev/sda2 swapon /dev/sda2
-mkdir /mnt/sda1 && mount /dev/sda1 /mnt/sda1+mkdir /mnt/usb && mount /dev/sda1 /mnt/usb
 </code> </code>
  
usb_formatting_with_swap_partition.txt · Last modified: 2024/06/17 19:25 by hogwild