Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- dd if=/dev/zero of=/home/images/tmp-dir bs=4096M count=2
- mke2fs -j /home/images/tmp-dir
- mount -t ext3 -o loop /home/images/tmp-dir /tmp
- add this is /etc/fstab
- /home/images/tmp-dir /tmp ext3 defaults,loop 0 0
- chmod 1777 /tmp
- chown root.root /tmp
Add Comment
Please, Sign In to add comment