QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1249|回复: 6

如何挂载XP下的硬盘?

[复制链接]
发表于 2006-7-21 12:21:19 | 显示全部楼层 |阅读模式
在“硬件管理器”的“硬盘驱动器”中
我看见如下信息:

  设备     开始  结束  大小(MB)     类型
/dev/hda  
  hda3                 略                   扩展
    hda7             略                   ext3
      hda8             略                   ext3
      hda9             略                   linux-swap
      hda5             略                   ntfs
      hda6             略                   fat32
  hda1                 略                   fat16
  hda2                 略                   ntfs

我先在mnt下创建了目录hdd,
然后在shell下执行: mount -t vfat/dev/hda3/mnt/hdd
可是还是没有成功,怎么回事呢?
发表于 2006-7-21 13:12:02 | 显示全部楼层
[code:1]mount -t vfat /dev/hdaX   /mnt/X[/code:1]
hda3不能这样挂的,它是扩展分区的集合
回复

使用道具 举报

 楼主| 发表于 2006-7-21 14:33:47 | 显示全部楼层
执行mount -t vfat/dev/hda6/mnt/hdd
也没成功。
hdd里面还是空的
回复

使用道具 举报

发表于 2006-7-21 14:38:38 | 显示全部楼层
注意你的格式,按照斑竹的格式
不可能为空
回复

使用道具 举报

发表于 2006-7-21 15:58:27 | 显示全部楼层
注意中间的空格
回复

使用道具 举报

 楼主| 发表于 2006-7-21 21:00:05 | 显示全部楼层
没注意空格!
谢谢各位的帮忙!
特别是斑竹!
回复

使用道具 举报

发表于 2006-7-29 15:05:09 | 显示全部楼层
[quote:d7b86376ff="wattwang"]执行mount -t vfat/dev/hda6/mnt/hdd
也没成功。
hdd里面还是空的[/quote]
vfan指的是fat或是fat32格式的文件系统,要挂载ntfs要先确定你的内核是否支持ntfs文件系统,如果支持的话用mount -t ntfs /dev/hda6  /mnt/hdd;如果不支持ntfs的话,那你就要编译内核火时下载补丁包了,弄好以后再mount。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-9-22 17:32 , Processed in 0.089740 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表