Fix : The disk drive for /tmp is not ready yet or not present

I newly installed Backbox (http://www.backbox.org/). It is a Linux distribution based on ubuntu. It has been developed for penetration tests and more. It has less number of tools so I can install only required tools. I am having good experience with Backbox but every time getting error message during booting that is “The disk drive for /tmp is not ready yet or not present”.
Reason for error is that files in /tmp folder may have been corrupted .
I searched some blog and came up with solution which worked for me.

Error Message : The disk drive for /tmp is not ready yet or not present

Solution :
Step 1: Move /tmp directory with all files to another directory (tmp_del)
#sudo mv /tmp /tmp_del
Step 2: Make new directory with name “tmp”
#sudo mkdir /tmp
Step 3: Give all the permissions (read, write and execute) to /tmp directory
#sudo chmod -R 777 /tmp
Step 4: Now old /tmp (means tmp_del) is not required, we can remove it
#sudo rm -Rf /tmp_del

    Step 5: Add /tmp to fstab file which is a system configuration file.
                        fstab is  file system table.Path for file is : /etc/fstab
                        Add following line to fstab file:
     tmpfs             /tmp               tmpfs       defaults          0         0

http://jit6ndrakumar.blogspot.hk/2014/09/fix-disk-drive-for-tmp-is-not-ready-yet.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值