Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux mount sd card

# (as root)
fdisk -l # -> find your sd, sdX
mkdir /mnt/mySD
mount -t vfat /dev/sdX /mnt/mySD
Comment

PREVIOUS NEXT
Code Example
Shell :: teams ubuntu 
Shell :: source bash_profile on startup mac 
Shell :: update node with nvm 
Shell :: installing sonarqube on ubuntu 
Shell :: how to switch branches git 
Shell :: linux change uid 
Shell :: install cute fish on ubuntu 
Shell :: debian restart service 
Shell :: rebase branch github 
Shell :: busybox 
Shell :: nvm fish shell 
Shell :: change commit branch after push 
Shell :: bash here document example 
Shell :: fstab sshfs 
Shell :: bash for do done 
Shell :: how to install and connect to ftp on ubuntu 18 
Shell :: find the process ID of a running process bash 
Shell :: vi command linux 
Shell :: sshfs syntax with ssh key 
Shell :: how to install android sdk tools in ubuntu using command line 
Shell :: if you cannot update any of the repositry in ubuntu 
Shell :: how to show two table side by side in github readme 
Shell :: openssl error with ruby 2.3.4 in ubuntu 
Shell :: bash echo a checkMark based on condition 
Shell :: install hg linux 
Shell :: ng table angular 9 install 
Shell :: install styletron 
Shell :: terminal command history to file 
Shell :: logoutn login in git 
Shell :: zsh-autosuggestions change key 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =