cd 切换目录问题

时间:2022-11-21 16:59:37
cd 切换目录问题
如上图所示,我在本机共享了个文件夹share供虚拟机中的linux系统共享文件,那么我怎么用命令
cd切到这个文件夹中呢,我只能进去文件系统里的文件夹下面。(新手勿喷……)

7 个解决方案

#1


if you do:

#df -h

on the VM, can you tell there is one more mounting point? that's the location of this share

#2


引用 1 楼 micropentium6 的回复:
if you do:

#df -h

on the VM, can you tell there is one more mounting point? that's the location of this share

This is the outcome after i do #df -h.how is next?
cd 切换目录问题

#3


mount 

应该会显示自动加载在/media下面

#4


把那个共享文件夹  mount 到虚拟机的某个目录下 
然后cd该目录 就到共享文件夹了

#5


cd /mnt    这下面有没有

#6


点进去,开个ternimal,pwd一下,不知道可不可以。 cd 切换目录问题
一般就是/mnt和/media下面,找找看。

#7


df或者mount看看挂载的路径

#1


if you do:

#df -h

on the VM, can you tell there is one more mounting point? that's the location of this share

#2


引用 1 楼 micropentium6 的回复:
if you do:

#df -h

on the VM, can you tell there is one more mounting point? that's the location of this share

This is the outcome after i do #df -h.how is next?
cd 切换目录问题

#3


mount 

应该会显示自动加载在/media下面

#4


把那个共享文件夹  mount 到虚拟机的某个目录下 
然后cd该目录 就到共享文件夹了

#5


cd /mnt    这下面有没有

#6


点进去,开个ternimal,pwd一下,不知道可不可以。 cd 切换目录问题
一般就是/mnt和/media下面,找找看。

#7


df或者mount看看挂载的路径