有下面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?)