
linux虚拟机下如何挂载windows分区
在E盘用vmware安装了redhat9.0想把C盘和D盘也挂载到linux中去,用一般的挂载方法根本就不行,挂载不上去。请问,还有没有其他的什么方法把他们给挂载上去。谢...
在E盘用vmware安装了red hat9.0想把C盘和D盘也挂载到linux 中去,
用一般的挂载方法根本就不行,挂载不上去。
请问,还有没有其他的什么方法把他们给挂载上去。
谢谢
!~ 展开
用一般的挂载方法根本就不行,挂载不上去。
请问,还有没有其他的什么方法把他们给挂载上去。
谢谢
!~ 展开
3个回答
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 .
有些内核编译时没有支持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 .
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
linux虚拟机和windows可以共享
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询