Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 242 Bytes

File metadata and controls

10 lines (8 loc) · 242 Bytes

archinit

My helper scripts for vanilla Arch linux

Notes

Mounting Device

Simply run fdisk -l to see what your USB device is called.
Then make a directory - mkdir /mnt/my_usb - and mount it there: mount /dev/sdXY /mnt/my_usb .