Gönderen Konu: Expand Your Tmp Directory  (Okunma sayısı 4307 defa)

HS-Hamza

  • Administrator
  • Newbie
  • *****
  • İleti: 22
    • Profili Görüntüle
    • E-Posta
Expand Your Tmp Directory
« : Mayıs 28, 2009, 07:46:17 ÖS »
Hello,


I Have Seen Many Problems About exceeding tmp's quota and its harmful results such as database problems, error codes in phpMyAdmin etc.

So I want to express expanding Tmp Directory



To Expand Your Tmp Directory Please Copy And Paste the following Codes to Your ssh respectively



Kod: [Seç]
umount -l /tmp
Kod: [Seç]
dd if=/dev/zero of=/usr/tmpDSK bs=1024 count=2048000
Kod: [Seç]
mkfs.ext3 /usr/tmpDSK
Kod: [Seç]
mount -o loop,rw,noexec,nosuid /usr/tmpDSK /tmp
Kod: [Seç]
chmod 1777 /tmp
Now,Our Tmp Directory's quota is 2 gigabayt.



You Can Change After " Count= " to expand tmp's quota more than 2 gigabayt


Yours Sincerely
Hamza AĞIRAKÇA


Backlink :
http://forum.whmdestek.com/site-server-administration/3443-expand-your-tmp-directory.html


in Turkish
http://hostingsiteniz.com/genel/tmp-dizininin-alanini-genisletmek-t9.0.html
« Son Düzenleme: Mart 12, 2015, 02:21:59 ÖÖ Gönderen: HS-Hamza »