网上说的是:
挂载iso文件,先把文件选上,然后在工具里打开终端,键入“mount -oloop 文件名.iso /mnt/cdrom”后回车
可是我按照上面的说法终端里出现了:
[root@ljs2002 ljs2002]# mount -oloopRedFlag-dt5-tools-disc1.iso/mnt/cdrom
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@ljs2002 ljs2002]#
这是什么意思?下面该怎样做????
hbyczyc 于 2007-09-25 18:23:24发表:
看了一下你的输出 ,发现你输入的命令没有空格。mount -o loop .......注意空格。
ljs2002 于 2007-09-23 20:39:44发表:
我下载的是iso文件,我按照你说的方法试了,不行,我把它刻了,光盘放进去以后,还是打不开!@!!
ljs2002 于 2007-09-23 20:36:01发表:
网上说的是:
挂载iso文件,先把文件选上,然后在工具里打开终端,键入“mount -oloop 文件名.iso /mnt/cdrom”后回车
可是我按照上面的说法终端里出现了:
[root@ljs2002 ljs2002]# mount -oloopRedFlag-dt5-tools-disc1.iso/mnt/cdrom
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@ljs2002 ljs2002]#
这是什么意思?下面该怎样做????
Memory 于 2007-09-23 20:34:53发表:
如果你有光盘的话直接放进去就可以运行了,安装很简单,上面介绍的是ISO的安装方法
Memory 于 2007-09-23 20:33:56发表:
不用解压,保持原有的iso格式。用mount -o loop /mnt/*****1.iso /mnt/cdrom 命令,其中****是你工具盘放置的路径。输入命令后,打开我的电脑----〉打开CD-ROM就能看到里面的文件了。运行install或者autorun。当提示charudi二张光盘时,键入命令umount /mnt/cdrom 。然后再键入mount -o loop /mnt/****2.iso /mnt/cdrom(把第一条命令的文件名的1改成2,就是第二张光盘的名字了)。这样在确定。等待就可以了。