加载windows分区求助?

sparl 2002-12-10 05:25:05
我是用vmware装的linux,要加载windows分区,
mount -t vfat /dev/hdax /mnt/temp 时总说找不到a valid block device
(我是了很多x的值) c:(ntfs) d(fat32) e:(ntfs)
...全文
20 8 打赏 收藏 转发到动态 举报
写回复
用AI写文章
8 条回复
切换为时间正序
请发表友善的回复…
发表回复
luhao 2002-12-15
  • 打赏
  • 举报
回复
显示中文的方法

mount -t vfat -o iocharset=cp936 /dev/hda1 /mnt/winc(类似,你根据你自己的分区情况而定)
如果你想将它加入到/etc/fstab自动加载,则按如下修改(也是类似,具体根据你自己的情况而定)
/dev/hda1 /mnt/Win-C: vfat exec,dev,suid,ro,uid=0,gid=0,iocharset=cp936 0 0

关键是iocharset=cp936这个参数
billquick 2002-12-13
  • 打赏
  • 举报
回复
I wanna study
我来看看CB 2002-12-11
  • 打赏
  • 举报
回复
Windows分区在VMWare建立的新计算机中还是原来的计算机中。
如果是前者,普通的用法就行。
如果是后者,你只能通过网络连接。
AliasKavin 2002-12-11
  • 打赏
  • 举报
回复
首先,你的linux内核要是配置了NTFS支持,你可以加载winndows分区,
命令是
mount /dev/hda1 /mnt/win_c (你先在mnt上建立win_c,win_d等目录,挂接windows分区)
其中hda1代表磁盘分区1,挂接其它分区也是如此,只将hda1换成对应分区
将win_c换成你想要挂接的磁盘标示(win_*)即刻。
Enjoy !!!!
ac669 2002-12-11
  • 打赏
  • 举报
回复
我用下列命令成功挂装windows分区(FAT32):
mount -t msdos /dev/hdax /mnt/temp
x取要挂装的windows分区号:主分区c为1 从扩展分区(D)开始取5,6,7...
我的硬盘分区为:主(c),扩展(d,e,f,g,h),Linux装在最末
x取:1 5,6,7,8,9

baisha178 2002-12-11
  • 打赏
  • 举报
回复
如果是经常进行文件交换,希望一进入Linux就加载特定的分区而且又想把这一分区挂接到固定的目录的话,你可以使用这种方式。
用任一文本编辑器打开/ect目录下的fstab文件,把“/dev/hda8 /mnt/g vfat defaults,iocharset=cp936 0 0”添加到最后一行后面,保存后退出。
以后每次重新启动系统时都会自动加载G盘。说明:“vfat”表示加载的是FAT32文件系统,如果是“msdos”则是FAT16文件系统,“ntfs”是NT的NTFS文件系统。
jiangxue888 2002-12-10
  • 打赏
  • 举报
回复
Linux加载Windows的NTFS格式分区首先你的内核必须支持,如果不支持请重新编译内核。fat32格式一般可以识辨。
lqbn 2002-12-10
  • 打赏
  • 举报
回复
There is probably a file in /etc/sysconfig that you could edit to correct this, but I normally just create symbolic links to the appropriate device files on my own, by using "ln -s /dev/devicefromHB /dev/cdrom#" where devicefromHB is the device listed in the hardware browser and cdrom# is the cdrom number.

Now for the potentially bad news. Depending on the installation type you chose, the installation may have repartitioned the hard drive removing the windows partitons. You can view the remaining partitions under the Hard Drive settings in the Hardware Browser. If you don't see any Fat or NTFS partitions, then they were probably removed. If they do still exist, then you can edit the /etc/fstab file to add an entry like:

19,612

社区成员

发帖
与我相关
我的任务
社区描述
系统使用、管理、维护问题。可以是Ubuntu, Fedora, Unix等等
社区管理员
  • 系统维护与使用区社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧