Montar pen drive no Linux

mkdir /mnt/pendrive
mound –t vfat –o umask=0000 /dev/sdx1 /mnt/pendrive
Montar automaticamento no boot
vim /etc/fstab

/dev/sdax1 /mnt/pendrive vfat auto,user,umask=000

Deixe um comentário