Montar HD externo no orange pi
Localizar e montar HD externo
Localizar e montar HD externo |
---|
| # Try to see if there is an entry in the disk list with
sudo fdisk -l
# Then try mounting it with
sudo mount -t ntfs /dev/sdb1 /media
# ao executar .sh e apresentar erro pq arquivo veio do linux
sed -i -e 's/\r$//' scriptname.sh
|