Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
umount script for chroot on raspi
a guest
Feb 11th, 2013
1,052
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
#!/bin/bash
mnt=mount
root_disk=raspi.img
mnt_devices="proc dev/pts dev sys"
for i in $mnt_devices; do
sudo umount "$mnt"/$i
done
sudo umount "$mnt"
sudo rmdir "$mnt"
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Secrets.kdbx
5 min ago | 121.99 KB
Untitled
14 min ago | 7.70 KB
Looks Mirror.log
16 min ago | 0.19 KB
Look At Me - Institute Edition.log
19 min ago | 43.18 KB
Locked and Loaded - Gunners Addon.log
25 min ago | 16.61 KB
LMT M203 - Grenade Launcher.log
28 min ago | 25.59 KB
Live Action Mr. Handy - Lights added to Codsw...
35 min ago | 3.90 KB
KS Hairdos - Addon(s) with Physics.log
47 min ago | 0.19 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!