added mounting usb instructions to linux_notes
This commit is contained in:
parent
5eb171c147
commit
c741cadc88
1 changed files with 11 additions and 0 deletions
|
|
@ -44,6 +44,17 @@ And decompress directory:
|
||||||
|
|
||||||
gpg -d folder.tar.gz.gpg | tar -xvzf -
|
gpg -d folder.tar.gz.gpg | tar -xvzf -
|
||||||
|
|
||||||
|
To mount a usb drive via terminal:
|
||||||
|
cd /mnt
|
||||||
|
mkdir media
|
||||||
|
mkdir media/usb-drive
|
||||||
|
|
||||||
|
mount /dev/sda1 media/usb-drive
|
||||||
|
|
||||||
|
And to unmount the usb drive:
|
||||||
|
|
||||||
|
umount media/usb-drive
|
||||||
|
|
||||||
(make sure to clear your history afterwards)
|
(make sure to clear your history afterwards)
|
||||||
history -c
|
history -c
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue