虚拟机上安装了linux opt 文件夹下容量不足但是系统还有空间,不知道该如何解决

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了虚拟机上安装了linux opt 文件夹下容量不足但是系统还有空间,不知道该如何解决相关的知识,希望对你有一定的参考价值。

我在查看容量是提示我:
Current size:3.7GB
System size:46.4GB
Maximum size:20GB
但是opt文件的剩余容量提示(见图)

请问我该如何扩大opt的容量
[root@localhost opt]# mount -l
/dev/sda2 on / type ext3 (rw) [/]
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/sda3 on /home type ext3 (rw) [/home]
/dev/sda1 on /boot type ext3 (rw) [/boot]
tmpfs on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
none on /proc/fs/vmblock/mountPoint type vmblock (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
找不到你提到的opt的mount 呀

用mount -l查看下opt文件夹mount在哪里,然后复制该文件夹下的,重新mount到新的磁盘上 参考技术A opt 没挂载,那就是 / 空间不足。
你看的容量看的是什么地方?

如何实现在虚拟机上的Linux系统上安装vmware tools

如何实现在虚拟机上的Linux系统上安装vmware tools工具

作者:何扬   时间:2017923  上午8:29:16

 

【安装目的】Linux下需要安装VMware Tools工具来实现主机和虚拟机直接文件复制粘贴功能。

【基本流程】

1、首先,打开虚拟机,进入Linux系统登录界面,请以以root用户登入系统。

2、点击虚拟机VM菜单栏--虚拟机--安装VMware Tools,如图A-1所示(作者这里显示的是重新安装VMware Tools”,是因为作者之前已经安装过了;如果你是完全没安装过的话,则会显示安装VMware Tools”字样)。

技术分享 

A-1

 

3、点击了安装VMware Tools”选项后,之后你的桌面会出现一个光盘(就是红框框住的那个)。

   而我们现在最需要做的事情是要把蓝色框内的压缩文件解压缩。如图A-2所示。    

技术分享

 

A-2

 

4、如上图A-2所示,现在我们对蓝框中的文件进行解压缩。先选择解压缩到,如图B-1所示。之后,在如图B-2所示,选择你要解压到的路径/目录。

技术分享

                             图B-1     

技术分享

                    B-2

 

5、这里我选择/home目录,之后您也可以手动打开/home目录,发现里面就有解压好的文件包。如下图B-3所示。

技术分享 

B-3

 

6、之后,通过终端界面进入vmware-tools-distrib目录下,列出文件目录。可以看到文件vmware-install.pl 输入 cd /home/vmware-tools-distrib 或者先cd /home,再输入cd vmware-tools-distrib进入目录,如图B-4所示。然后输入 ./vmware-install.pl 进行安装

技术分享 

                                                                               B-4


7. 在终端上进行vmware tools的安装,如下图C-1所示。

                         技术分享

            图C-1

 

8下面就是根据提示,yes之类的了,最后安装结束后,重启即可。

(关于此步骤,作者本人忘记做记录了,该步骤下面的安装提示摘抄参考360回答

 

# 安装过程的画面,全部使用默认值,一直按 Enter 就对了   

In which directory do you want to install the binary files?  

[/usr/bin]  

 

What is the directory that contains the init directories (rc0.d/ to rc6.d/)?  

[/etc/rc.d]  

 

What is the directory that contains the init scripts?  

[/etc/rc.d/init.d]  

 

In which directory do you want to install the daemon files?  

[/usr/sbin]  

 

In which directory do you want to install the library files?  

[/usr/lib/vmware-tools]  

 

Thepath "/usr/lib/vmware-tools" does not exist currently. This programisgoingto create it, including needed parent directories. Is thiswhatyou want?  

[yes]  

 

In which directory do you want to install the documentation files?  

[/usr/share/doc/vmware-tools]  

 

Thepath "/usr/share/doc/vmware-tools" does not exist currently.Thisprogram isgoing to create it, including needed parent directories.Isthis what you want?  

[yes]  

 

The installation of VMware Tools 5.5.1 build-19175 for Linux completed  

successfully. You can decide to remove this software from your system at any  

time by invoking the following command: "/usr/bin/vmware-uninstall-tools.pl".  

 

Before running VMware Tools for the first time, you need to configure it by  

invoking the following command: "/usr/bin/vmware-config-tools.pl". Do you want  

this program to invoke the command for you now? [yes]  

..................

(以下省略一大堆安装提示和确认步骤,总之一直按Enter就是回车键),就ok)

 

 

9. 检验是否安装成功。先从真机上随便找几个文档复制即可。如图D-1所示。

技术分享 

D-1

 

10. 之后在虚拟机上进行复制。如图D-2所示。

技术分享 

D-2


本文出自 “12602579” 博客,请务必保留此出处http://12612579.blog.51cto.com/12602579/1967944

以上是关于虚拟机上安装了linux opt 文件夹下容量不足但是系统还有空间,不知道该如何解决的主要内容,如果未能解决你的问题,请参考以下文章

虚拟机上装好系统与软件,发现容量有点小还能扩充吗?

虚拟机上的Tomcat无法访问

通过虚拟机增加Linux的磁盘(分区容量)

在virtualbox虚拟机上的centos7系统上部署禅道

虚拟机linux中opt目录下的/dev/sdb1已满。在不影响原文件下如何扩充? 急用啊

虚拟机LInux系统磁盘扩容