Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/linux/28.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
RHEL Linux中缺少/root目录_Linux_Redhat_Mount - Fatal编程技术网

RHEL Linux中缺少/root目录

RHEL Linux中缺少/root目录,linux,redhat,mount,Linux,Redhat,Mount,不知何故,my rhel Linux box中的/root目录丢失(未装入)。 有人能建议如何重新装载/root bash-3.1# cat /etc/redhat-release Red Hat Enterprise Linux Server release 5.1 (Tikanga). 通常/root将只是的一个子目录/ 查看一下df/root的最后一列,我的机器上的输出表明/root是/ 如果缺少/root,解决方案可能很简单,如第一次以root身份登录或运行mkdir/root将/ro

不知何故,my rhel Linux box中的
/root
目录丢失(未装入)。 有人能建议如何重新装载
/root

bash-3.1# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.1 (Tikanga).

通常/root将只是的一个子目录/

查看一下df/root的最后一列,我的机器上的输出表明/root是/


如果缺少/root,解决方案可能很简单,如第一次以root身份登录或运行
mkdir/root

/root
安装在远程共享上是不常见的;请发布
grep'/root'/etc/fstab的输出
fstab,-bash-3.1#grep'/root'/etc/fstab-bash-3.1中没有/root这样的条目#