cizi 发表于 2003-6-2 14:42:23

我怎么在linux下访问win2k的c盘???

在linux下我可以访问win2k的e盘,但是不知道为什么总是访问不到c盘

我用fdisk -l /dev/hda显示如下

Disk /dev/hda: 40.0 GB, 40016019456 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot    Start       End    Blocks   IdSystem
/dev/hda1   *         1      1107   8891946    7HPFS/NTFS
/dev/hda2          4752      4865    915705   1cHidden Win95 FAT32             (LBA)
/dev/hda3          1108      238210241437+83Linux
/dev/hda4          3658      4751   8787555    fWin95 Ext'd (LBA)
/dev/hda5          3658      3728    570276   82Linux swap
/dev/hda6          3729      4751   8217216    bWin95 FAT32

Partition table entries are not in disk order
我用 mount -t ntfs /dev/hda1 /mnt/winc
提示为:mount: fs type ntfa not supported by kernel

我访问e盘是这样的:mount -t vfat /dev/hda6 /mnt/wine
于是我又用:mount -t vfat /dev/hda6 /mnt/winc
提示为:mount: wrong fs type, bad option, bad superblock on /dev/hda,
       or too many mounted file systems
能告诉我为什么吗??
谢谢!

myocean 发表于 2003-6-2 14:48:10

不能挂ntfs的分区是因为你的内核不支持,要升级内核.
下面的错误是因为你把一个分区挂到了两个挂载点下.

cizi 发表于 2003-6-2 22:30:27

谢谢你!!
有时间我就试试升级内核(现在我对这个还一窍不通,呵呵)

我用: mount -t vfat /dev/hda1 /mnt/winc
提示为:mount: wrong fs type, bad option, bad superblock on /dev/hda,
or too many mounted file systems
能告诉我为什么吗??
谢谢!

Bluedata 发表于 2003-6-2 22:48:28

你的hda1明明是ntfs的啊。
如果你不是安装的很老的版本的linux,
你只用编译一下内核,让内核支持ntfs就行了。

JinnTer 发表于 2003-6-4 12:07:39

请问RH9可以直接支持NTFS格式吗?

cizi 发表于 2003-6-4 13:51:19

谢谢,我知道怎么样做了!

谢谢你们!

JinnTer 发表于 2003-6-5 10:52:08

怎样支持NTFS在RH9下?
怎样编译才行?
新手讨教!
页: [1]
查看完整版本: 我怎么在linux下访问win2k的c盘???