QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 833|回复: 9

菜鸟问题:怎么加载FAT的分区

[复制链接]
发表于 2003-10-9 16:33:34 | 显示全部楼层 |阅读模式
我用了mount -t vfat/dev/h** mnt/c
为什么没有成功呀???
要不要先在mnt下面建一个c的文件夹??
发表于 2003-10-9 17:41:50 | 显示全部楼层
是的。
mount -t vfat /dev/h**(要指面主题的分区) /mnt/c
回复

使用道具 举报

发表于 2003-10-10 19:33:01 | 显示全部楼层
-t 是什么参数阿?
[root@luyiyin root]# mount -t vfat/deve/e** 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 .
[root@luyiyin root]# mount -t vfat/dev/h** mnt/c

这是怎么回事?
偶是新手,大家教教我阿!
谢谢
回复

使用道具 举报

发表于 2003-10-11 08:31:25 | 显示全部楼层
$root
#mkdir /mnt/c
#mount /dev/hda1 /mnt/c
#cd /mnt/c
#ls
回复

使用道具 举报

发表于 2003-10-11 10:29:32 | 显示全部楼层
直接mount,不用加类型了,Linux自动识别,

mount /dev/hda /mnt/c
回复

使用道具 举报

发表于 2003-10-11 14:12:37 | 显示全部楼层
:-)  :-)
可以分区载入吗?
怎么办呢?
回复

使用道具 举报

发表于 2003-10-12 00:44:56 | 显示全部楼层
[root@luyiyin mnt]# mount /dev/hda1 /mnt/c
mount: mount point /mnt/c does not exist
[root@luyiyin mnt]# mount /dev/hda /mnt/c
mount: you must specify the filesystem type
[root@luyiyin mnt]#
还是不行啊!
回复

使用道具 举报

发表于 2003-10-12 00:48:59 | 显示全部楼层
[root@luyiyin mnt]# mount /dev/hda1 /mnt/e
mount: fs type ntfs not supported by kernel
[root@luyiyin mnt]# mount /dev/hda2 /mnt/e
mount: error while guessing filesystem type
mount: you must specify the filesystem type
[root@luyiyin mnt]# mount /dev/hda3  /mnt/e
/dev/hda3: 无效的参数
mount: you must specify the filesystem type
[root@luyiyin mnt]# mount /dev/hda4 /mnt/e
/dev/hda4: 无效的参数
mount: you must specify the filesystem type
[root@luyiyin mnt]# mount /dev/hda /mnt/e
mount: you must specify the filesystem type
[root@luyiyin mnt]# mount /dev/hda /mnt/e
mount: you must specify the filesystem type
[root@luyiyin mnt]# mount /dev/hda1 /mnt/e
mount: fs type ntfs not supported by kernel
[root@luyiyin mnt]# mount /dev/hda2 /mnt/e
mount: error while guessing filesystem type
mount: you must specify the filesystem type
[root@luyiyin mnt]# mount /dev/hda /mnt/e
mount: you must specify the filesystem type
[root@luyiyin mnt]# mount /dev/hda /mnt/e
喷死!
回复

使用道具 举报

发表于 2003-10-14 18:07:43 | 显示全部楼层
谢谢各位老大,我的分区加入了~~但是只加入一个FAT32
要加NTFS应怎么做?
回复

使用道具 举报

发表于 2003-11-3 17:11:28 | 显示全部楼层
不少发行版都没有把装载ntfs的功能编译成模块,也就是说要再编译一次内核,把相关的功能加进去.去找找编译内核的文章看看.
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-9-20 15:44 , Processed in 0.050146 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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