当前位置: 技术问答>linux和unix
大侠,关于virtualbox下的CentOS挂载Windows分区的问题请指教,急。
来源: 互联网 发布时间:2017-05-14
本文导语: 以前我用的Fedora14,当然也是在虚拟机下的,挂载windows xp中的D,E,F盘完全没问题。 mount -t vboxsf D_DRIVE /mnt/shared 毫无压力。 可现在用CentOS 6.2进行同样的操作却丝毫不起作用,且反复提示错误。 mount:wrong fs type,ba...
以前我用的Fedora14,当然也是在虚拟机下的,挂载windows xp中的D,E,F盘完全没问题。
mount -t vboxsf D_DRIVE /mnt/shared 毫无压力。
可现在用CentOS 6.2进行同样的操作却丝毫不起作用,且反复提示错误。
mount:wrong fs type,bad option,bad superblock on D_DRIVE,
missing codepage or helper program,or other error
(for several filesystems (e.g. nfs,cifs) you might
need a /sbin/mount. helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so
GOOGLE百度无果,所有方法都无法解决问题。哎。
所谓的yum install nfs-common也毫无帮助。请大侠指一条明路,谢谢。
mount -t vboxsf D_DRIVE /mnt/shared 毫无压力。
可现在用CentOS 6.2进行同样的操作却丝毫不起作用,且反复提示错误。
mount:wrong fs type,bad option,bad superblock on D_DRIVE,
missing codepage or helper program,or other error
(for several filesystems (e.g. nfs,cifs) you might
need a /sbin/mount. helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so
GOOGLE百度无果,所有方法都无法解决问题。哎。
所谓的yum install nfs-common也毫无帮助。请大侠指一条明路,谢谢。
|
virtualbox没用过,CentOS也只用过5.5,不过mount xp的ntfs分区的话,2.6的内核默认是不支持的,要么编译内核,要么装个ntfs-3g,然后mount -t ntfs-3g 就可以了