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 revisionBoth sides next revision
usb_formatting_with_swap_partition [2022/01/05 06:14] rs232usb_formatting_with_swap_partition [2022/01/05 06:17] – [Manual method:] rs232
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 99: Line 99:
  
 <code -> <code ->
-swapon /dev/sda2 +swapon swap 
-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