Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to unmount drive in ubuntu

sudo parted -ls
sudo lsblk -fm
sudo mkdir /mnt/sd1
sudo mount /dev/sdb1 /mnt/sd1
To unmount
sudo umount /mnt/sd1 
or
sudo umount /dev/sdb1
Comment

PREVIOUS NEXT
Code Example
Shell :: install powershell ubuntu 
Shell :: ffmpeg from frames to video 
Shell :: how to open chrome on linux mac 
Shell :: docker autostart container ubuntu on startup 
Shell :: how to install ssh in windows 10 
Shell :: github commit author name 
Shell :: nvm install ubuntu 
Shell :: nvm zsh command not found 
Shell :: how to update metasploit 
Shell :: linux require a password to open a certain file 
Shell :: npm install from github branch 
Shell :: git clone and change the folder name 
Shell :: aws-sdk npm 
Shell :: how to determine the file type in ubuntu 
Shell :: git bash anaconda 
Shell :: How to remove a snap package on Ubuntu 
Shell :: install specific node version linux 
Shell :: ufw difference between deny and reject 
Shell :: how to stop docker 
Shell :: docker compose up specific yml 
Shell :: how to change directory if folder name have space 
Shell :: linux disk usage 
Shell :: how to install desktop application in flutter 
Shell :: install yt-dlp windows 
Shell :: close chrome tab from command line ubuntu 
Shell :: how to reboot kali linux with commands 
Shell :: set java_home permanently ubuntu 
Shell :: cim specific file drush 
Shell :: check gcc version 
Shell :: restart wsl2 windows 10 
ADD CONTENT
Topic
Content
Source link
Name
8+3 =