Chinaunix

标题: 菜鸟求助,在linux下怎样挂载fat分区,试了多次挂不上 [打印本页]

作者: yuxiyilin    时间: 2004-03-15 14:45
标题: 菜鸟求助,在linux下怎样挂载fat分区,试了多次挂不上
书上试了几次没成功,特来请教.

有下面2种提示
我输入 mount -t /dev/hda1 /mnt/c 提示如下
[root@localhost root]# mount -t /dev/hda1 /mnt/c
Usage: mount -V                 : print version
       mount -h                 : print this help
       mount                    : list mounted filesystems
       mount -l                 : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
       mount -a [-t|-O] ...     : mount all stuff from /etc/fstab
       mount device             : mount device at the known place
       mount directory          : mount known device here
       mount -t type dev dir    : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
       mount --bind olddir newdir
or move a subtree:
       mount --move olddir newdir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using  -L label  or by uuid, using  -U uuid .
Other options: [-nfFrsvw] [-o options].
For many more details, say  man 8 mount .


输入 mount -o codepage=936,iocharset=cp936 /dev/hda2 /mnt/d
提示 dev/hda2 输入/输出错误
作者: sunny~tea    时间: 2004-03-15 14:49
标题: 菜鸟求助,在linux下怎样挂载fat分区,试了多次挂不上
mount -t vfat /dev/hda1 /mnt/c
作者: yuxiyilin    时间: 2004-03-15 18:51
标题: 菜鸟求助,在linux下怎样挂载fat分区,试了多次挂不上
输入 mount -t vfat /dev/hda1 /mnt/c 出现下面提示
mount: wrong fs type, bad option, bad superblock on /dev/hda2,
       or too many mounted file systems
       (could this be the IDE device where you in fact use
       ide-scsi so that sr0 or sda or so is needed?)

怎么办?请指教
作者: zoujinhe    时间: 2004-03-15 18:58
标题: 菜鸟求助,在linux下怎样挂载fat分区,试了多次挂不上
/dev/hda2是扩展分区,你应该指定一个/dev/hda5及以后的分区吧?

我初学的哈,如果错了请指正.
作者: 一个小人物    时间: 2004-03-16 09:47
标题: 菜鸟求助,在linux下怎样挂载fat分区,试了多次挂不上
mount -t msdos /dev/hda1  /mnt/c




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2