QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

楼主: lilleo

Linux 挂载文件系统

[复制链接]
发表于 2004-5-11 16:42:21 | 显示全部楼层
/etc/fstab中的内容以空格为分隔符分成六个字段,后面的两个数字分别是第5和第6字段,其中第5地段表示文件系统是否需要作备份/转储,如果是0,则表示不需要备份,1表示一天备份一次,2表示两天备份一次,依此类推~,第6字段用来fsck检验文件系统完成性用的,0表示系统重启时候不作fsck,这里的数字表示是得到检测的优先级别~,数字越小级别越高~
回复

使用道具 举报

发表于 2004-5-11 17:36:12 | 显示全部楼层
嗯~~双系统一定要滴~
回复

使用道具 举报

发表于 2004-5-12 09:53:03 | 显示全部楼层
在fedora中的fstab的光驱的那句改成如下
/dev/cdrom /mnt/cdrom iso9660 noauto,codepage=936,iocharset=utf8 0 0
打开CDRom还是乱码,怎么回事,那位高手来解答下,谢谢!
回复

使用道具 举报

发表于 2004-8-7 13:37:10 | 显示全部楼层
shui
回复

使用道具 举报

发表于 2004-8-7 18:35:08 | 显示全部楼层
8C,3Q.
回复

使用道具 举报

发表于 2004-10-28 20:45:31 | 显示全部楼层
我已经搞定了!呵呵
回复

使用道具 举报

发表于 2004-10-31 15:29:00 | 显示全部楼层
usb 设备怎么挂呢?默认的设备名字叫什么呢?
回复

使用道具 举报

发表于 2004-11-3 16:08:42 | 显示全部楼层
How to  load NTFS?
回复

使用道具 举报

发表于 2004-11-3 18:25:31 | 显示全部楼层
9494 我也想知道NTFS怎么挂的
回复

使用道具 举报

发表于 2004-11-3 19:51:24 | 显示全部楼层
现在的很多发行版都直接支持NTFS的挂载的了,但若版本不支持,可能要自己编译内核才行。
回复

使用道具 举报

发表于 2004-11-4 09:42:53 | 显示全部楼层
感谢啊兄弟,忠于让俺给挂上了,费老劲了,不过还是很高兴!
回复

使用道具 举报

发表于 2004-11-4 11:10:19 | 显示全部楼层
ISO镜像文件怎么挂呀?
回复

使用道具 举报

发表于 2004-11-11 17:21:58 | 显示全部楼层
请问 下 ,我现在 是双硬盘的 ,其中 一个 和 光驱接在 一齐 .
现在 我 用 上面的 命令 无法 访问 windows啊 ~!
[root@redhat root]# mount -t vfat/dev /hda1/mnt/windows
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 .
到底 是什么 回事 爱?
回复

使用道具 举报

发表于 2004-11-11 17:46:02 | 显示全部楼层
mount -t vfat/dev /hda1/mnt/windows

/dev/hda1    /mnt/windows
有空格的。。。
回复

使用道具 举报

发表于 2004-11-11 22:34:20 | 显示全部楼层
dev/hda1  /mnt/windows
好像也不行啊~?
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-16 16:56 , Processed in 0.036348 second(s), 12 queries .

© 2021 Powered by Discuz! X3.5.

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