HELP为什么 我一直都MOUNT不了

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
cately
帖子: 51
注册时间: 2005-07-19 11:23
来自: 广州

HELP为什么 我一直都MOUNT不了

#1

帖子 cately » 2005-09-30 0:14

试了很久了都没成功 是在没办法了 我是用SERVER+XFCE4的

root@CA312:~ # mount -t /dev/sdg1 /mnt/mobile vfat umask=0,iocharset=utf8,codepage=936 0 0


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] [-p passwdfd].
For many more details, say man 8 mount .

如果这样就正常 但是这样就乱码不能带参数
root@CA312:~ # mount -t vfat /dev/sdg1 /mnt/mobile
afire
帖子: 73
注册时间: 2005-07-26 8:40

#2

帖子 afire » 2005-09-30 0:29

用法不对啊

mount -t 这里要说明块文件顾类型 比如 fat32的 sda5 我要挂到我的一个目录下

mount -t vfat /dev/sda5 /mnt/gentoo/usr/win5

还有其它参数 自己去翻资料了
头像
gnix_oag
帖子: 1994
注册时间: 2005-05-19 18:38
来自: 湖南永州
联系:

#3

帖子 gnix_oag » 2005-09-30 1:00

楼主应这样:

mount -t vfat /dev/sdg1 /mnt/mobile -o umask=0000,iocharset=utf8,codepage=936
cately
帖子: 51
注册时间: 2005-07-19 11:23
来自: 广州

#4

帖子 cately » 2005-09-30 1:49

谢谢两位的解析 终于可以了 :)
回复