Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- dd if=/dev/zero of=/home/images/temp-disk bs=2M count=10240
- mke2fs -j /home/images/temp-disk
- umount /tmp
- mount -t ext3 -o rw,noexec,nosuid,loop /home/images/temp-disk /tmp
- chmod 1777 /tmp
Add Comment
Please, Sign In to add comment