DEV Community

Discussion on: Minimal Arch Linux Installation Guide: Get Ready In Half An Hour

Collapse
 
johnyradio profile image
johnyradio

i'm getting:

sudo genfstab -U -p /mnt >> /mnt/etc/fstab
zsh: permission denied: /mnt/etc/fstab

Collapse
 
johnyradio profile image
johnyradio

solved with:
genfstab -U -p /mnt | sudo tee /mnt/etc/fstab

i noticed i need sudo for other commands in this tute. Was i supposed to su at some point?

running from an existing Arch.

thx!