linux虚拟机下如何挂载windows分区

在E盘用vmware安装了redhat9.0想把C盘和D盘也挂载到linux中去,用一般的挂载方法根本就不行,挂载不上去。请问,还有没有其他的什么方法把他们给挂载上去。谢... 在E盘用vmware安装了red hat9.0想把C盘和D盘也挂载到linux 中去,
用一般的挂载方法根本就不行,挂载不上去。
请问,还有没有其他的什么方法把他们给挂载上去。
谢谢
!~
展开
 我来答
百元新
电脑发烧友

2016-01-03 · 不会修电脑,但是你问我的我都知道
知道大有可为答主
回答量:3万
采纳率:87%
帮助的人:6247万
展开全部

Linux自动挂载Windows分区

当Linux需要挂载Windows分区的时候,可以修改./etc下的fstab文件实现电脑在启动的时候自动挂载ntfs分区和fat32分区,比如分区格式如下:

[root@localhost ~]# fdisk -l

如果需要挂载:

就只需要在fstab文件里面加上:

就可以了。不过在此之前得先在./mnt文件夹下面新建两个文件夹“E_Driver”和“F_Driver”!

匿名用户
2006-12-03
展开全部
mount /dev/hda* /mnt
有些内核编译时没有支持NTFS,需要patch或者重新编译
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友ac5b271
2015-12-14 · TA获得超过127个赞
知道小有建树答主
回答量:282
采纳率:40%
帮助的人:98.4万
展开全部
linux虚拟机和windows可以共享
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式