hihi110 发表于 2005-4-23 17:25:16

弱弱的问:AS4中,怎样在图形模式加载fa t 32的分区?

我是一个新手.
想问一下,怎样在图形模式下解决这个问题?

希望大家给予答复

月下刀客 发表于 2005-4-23 17:25:56

看置顶贴

hihi110 发表于 2005-4-23 17:59:48

挂载不上.是不是我写的命令不对呀??

# mount -t vfat/dev/hdb9 -o iocharset=utf8/mnt/doc
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 labelor by uuid, using-U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, sayman 8 mount .

月下刀客 发表于 2005-4-23 18:40:28

mount -o iocharset=utf8 /dev/hdb9 /mnt/doc

hihi110 发表于 2005-4-23 18:50:27

为什么每次都是你.
版主真敬业呀!
佩服佩服!!

月下刀客 发表于 2005-4-23 18:51:23

你不喜欢我回答你的问题吗? :?

hihi110 发表于 2005-4-23 19:07:24

我是惊讶和佩服.
我在别的地方也看到许多你的回贴.

版主要是每次都能看我的贴子,那是在好不过了!
页: [1]
查看完整版本: 弱弱的问:AS4中,怎样在图形模式加载fa t 32的分区?