LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 886|回复: 10

求助:关于mount的问题!!!!!!!!!!!!!!!!!!!!

[复制链接]
发表于 2007-9-21 19:31:12 | 显示全部楼层 |阅读模式
linux装在第一个IDE硬盘,mount第二个IDE硬盘的第一个分区,挂不上
[root@Follow ~]# mount -t vfat /dev/hdb1  /mnt/vfat
mount: wrong fs type, bad option, bad superblock on /dev/hdb1,
       missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so
怎么回事?大虾们帮帮忙!!!!!!!!!!!!!!!!!!!!!!
发表于 2007-9-21 20:53:03 | 显示全部楼层
  1. fdisk -l
复制代码

结果打印出来
回复 支持 反对

使用道具 举报

发表于 2007-9-21 21:40:35 | 显示全部楼层
/mnt下有vfat?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-9-21 22:41:55 | 显示全部楼层
[root@Follow ~]# fdisk -l

Disk /dev/hda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hda1   *           1        1520    12209368+   c  W95 FAT32 (LBA)
/dev/hda2            1521       12769    90357592+   f  W95 Ext'd (LBA)
/dev/hda3           12770       14593    14651280   a5  FreeBSD
/dev/hda5            3042        5473    19535008+   b  W95 FAT32
/dev/hda6            5474        7905    19535008+   b  W95 FAT32
/dev/hda7            7906       10337    19535008+   b  W95 FAT32
/dev/hda8           10338       12769    19535008+   b  W95 FAT32
/dev/hda9            1521        1533      104359+  83  Linux
/dev/hda10           1534        3041    12112978+  8e  Linux LVM

Partition table entries are not in disk order

Disk /dev/hdb: 250.0 GB, 250059350016 bytes
16 heads, 63 sectors/track, 484521 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hdb1   *           1       65534    33029131+  54  OnTrackDM6
[root@Follow ~]#
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-9-21 22:42:49 | 显示全部楼层
我在/mnt下建了vfat
回复 支持 反对

使用道具 举报

发表于 2007-9-22 00:14:53 | 显示全部楼层
!!!好大的硬盘
120G+250G,恐怖。。。
回复 支持 反对

使用道具 举报

发表于 2007-9-22 15:08:24 | 显示全部楼层
  1. dev/hdb1 * 1 65534 33029131+ 54 OnTrackDM6
复制代码
  1. OnTrackDM6 in Linux
  2. Use the following instruction to mount an type OnTrackDM6 partition in Linux.
  3. /dev/hdc1   *           1        1653      833111+  54  OnTrackDM6
  4. Adapt your bootloader and add the option hd<x>=remap63 for your kernel where x is your disk.
  5. Now reboot your system and the partition is visibale as (for example)
  6. /dev/hdc1   *           1         826      832576+   6  FAT16
  7. Mount this partition as read-only and copy your data from it
  8. Copyright 1997 - 2005
复制代码
在你的bootloader(大家基本是grub吧)的kernel选项后面
  1.         kernel /vmlinuz-2.6.22.5-76.fc7 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
复制代码
添加 hdb=remap63
应该就可以了
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-9-23 14:48:02 | 显示全部楼层
大虾,我加了 hdb=remap63,还是不

[root@Follow ~]# mount  -t vfat /dev/hdb1 /mnt/vfat
mount: wrong fs type, bad option, bad superblock on /dev/hdb1,
       missing codepage or other error
       (aren't you trying to mount an extended partition,
       instead of some logical partition inside?)
       In some cases useful info is found in syslog - try
       dmesg | tail  or so
回复 支持 反对

使用道具 举报

发表于 2007-9-23 18:22:57 | 显示全部楼层
  1. fdisk -l
复制代码
again
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-9-23 21:27:49 | 显示全部楼层
大虾们,my god,fdisk -l看到hdb的分区了,也挂上了,可以前看不到,也挂不上,郁闷了
回复 支持 反对

使用道具 举报

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

本版积分规则

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