TechExhibeo

aogp tmp fix

May 19th, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. dd if=/dev/zero of=/home/images/temp-disk bs=2M count=10240
  2. mke2fs -j /home/images/temp-disk
  3. umount /tmp
  4. mount -t ext3 -o rw,noexec,nosuid,loop /home/images/temp-disk /tmp
  5. chmod 1777 /tmp
Add Comment
Please, Sign In to add comment