xsyviven 发表于 2005-11-26 19:00:18

谁来帮我啊!

小弟刚学linux,用的是fc3.在论坛上看到贴子说可以在linux里面用windows的分区,马上试验了一下。结果怎么都弄不成,各位大侠帮忙看看是什么原因。
我的机子装了windows2000,fat32格式,有两个硬盘其中第一块硬盘是c,e,f,g,h分区,第二块硬盘是d,i,j,k,l,m分区。在linux里面我用root登录,首先进入到mnt文件夹里面建立了一个目录b,然后打开终端,在根目录下打命令: mount -t vfat /dev/hda6 /mnt/b,回车后显示"段错误"。我以为是我不应该在根目录下打这个命令,又接连在~和mnt目录下打了这个命令,可是要么显示"段错误",要么回车后什么都不显示。后来还把我桌面上的图标全弄没了。这到底怎么回事啊,谁来救救我啊!

月下刀客 发表于 2005-11-26 19:04:57

用fdisk -l查一下分区信息。

xsyviven 发表于 2005-11-26 22:01:19

This is my configuration:(I can't use chinese in linux)

# mkdir 123
# mount -t vfat /dev/hdb6 /mnt/123
#
#
#
#
# ls
123bcmubuupyingpan
# cd 123
# ls
段错误
#


# fdisk -l

Disk /dev/hda: 41.1 GB, 41174138880 bytes
255 heads, 63 sectors/track, 5005 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   IdSystem
/dev/hda1               1         709   5695011    bW95 FAT32
/dev/hda2            1233      5005    30306622+   fW95 Ext'd (LBA)
/dev/hda3   *         743      1232   3935925   83Linux
/dev/hda4             710         742      265072+82Linux swap
/dev/hda5            1233      2507    10241406    bW95 FAT32
/dev/hda6            2508      3782    10241406    bW95 FAT32
/dev/hda7            3783      4575   6369741    bW95 FAT32
/dev/hda8            4576      5005   3453943+   bW95 FAT32

Partition table entries are not in disk order

Disk /dev/hdb: 80.0 GB, 80025280000 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   IdSystem
/dev/hdb1   *         1      1216   9767488+   cW95 FAT32 (LBA)
/dev/hdb2            1217      9729    68380672+   fW95 Ext'd (LBA)
/dev/hdb5            1217      2432   9767488+   bW95 FAT32
/dev/hdb6            2433      4256    14651248+   bW95 FAT32
/dev/hdb7            4257      6080    14651248+   bW95 FAT32
/dev/hdb8            6081      7904    14651248+   bW95 FAT32
/dev/hdb9            7905      9729    14659281    bW95 FAT32
#




"Partition table entries are not in disk order" what's meaning?

月下刀客 发表于 2005-11-26 22:37:27

mount -o iocharset=utf8 /dev/hda6 /mnt/b

xsyviven 发表于 2005-11-27 11:32:15

按你的方法搞定了,真是太感谢了。

binbindatou 发表于 2005-11-28 13:25:37

自己man mount看一下。你又不是初学的。
页: [1]
查看完整版本: 谁来帮我啊!