关于挂载ISO遇到的一个问题,郁闷中。请各位指教

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

关于挂载ISO遇到的一个问题,郁闷中。请各位指教

#1

帖子 waye_131 » 2009-05-01 22:03

挂载iso的两种命令:1.sudo mount -t iso9660 -o loop xxx.iso /cdrom
2.sudo mkdir /media/cdimage
sudo mount -o loop xxx.iso /media/cdimage
我都试了,结果很无情啊,终端就显示这么一堆(有图):
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
One can change the type of mount containing the directory dir:
mount --make-shared dir
mount --make-slave dir
mount --make-private dir
mount --make-unbindable dir
One can change the type of all the mounts in a mount subtree
containing the directory dir:
mount --make-rshared dir
mount --make-rslave dir
mount --make-rprivate dir
mount --make-runbindable dir
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 .

这已经是第二次了,上次还是7.10时代,直接重装了。这次不想啊,谁可以提供理性一点的方法,先谢了
附件
Screenshot-1.png
头像
waye_131
帖子: 14
注册时间: 2007-12-14 21:31

Re: 关于挂载ISO遇到的一个问题,郁闷中。请各位指教

#2

帖子 waye_131 » 2009-05-01 22:14

自己找了很久,实在不知道怎么办了,才发帖请教各位。题外:我用的ubuntu 8.10
争你自己的自由就是争国家的自由,争你自己的权利就是争国家的权利。因为自由平等的国家不是一群奴才建造得起来的!
头像
kelen
帖子: 734
注册时间: 2008-05-02 19:50

Re: 关于挂载ISO遇到的一个问题,郁闷中。请各位指教

#3

帖子 kelen » 2009-05-02 0:33

你是挂载哪个ISO文件啊?

代码: 全选

sudo mount /xxx/xxx/xxx.iso /xxx -x
##前面是ISO文件位址. 后面的'/xxx'是挂载的目的地. 再后面可以添加你需要的参数..
In a world without walls who needs Windows?
ryoohki
帖子: 3249
注册时间: 2008-10-28 20:18

Re: 关于挂载ISO遇到的一个问题,郁闷中。请各位指教

#4

帖子 ryoohki » 2009-05-02 1:11

你确定那个 xxx.iso 的路径写正确了吗?
头像
waye_131
帖子: 14
注册时间: 2007-12-14 21:31

Re: 关于挂载ISO遇到的一个问题,郁闷中。请各位指教

#5

帖子 waye_131 » 2009-05-02 23:25

谢谢各位,已解决。路径对的,我把ISO文件名改成1.iso就好了
HappyMan
帖子: 5
注册时间: 2009-03-13 20:54

Re: 关于挂载ISO遇到的一个问题,郁闷中。请各位指教

#6

帖子 HappyMan » 2009-05-03 11:59

waye_131 写了:谢谢各位,已解决。路径对的,我把ISO文件名改成1.iso就好了
:em20 就这么简单?我是想在8.10下用下载的iso升级到9.10,也是失败,现在正在用在线升级,那叫一个慢阿
头像
waye_131
帖子: 14
注册时间: 2007-12-14 21:31

Re: 关于挂载ISO遇到的一个问题,郁闷中。请各位指教

#7

帖子 waye_131 » 2009-05-04 7:42

HappyMan 写了:
waye_131 写了:谢谢各位,已解决。路径对的,我把ISO文件名改成1.iso就好了
:em20 就这么简单?我是想在8.10下用下载的iso升级到9.10,也是失败,现在正在用在线升级,那叫一个慢阿
我试了9.04,直接键鼠使用不能,放弃了,等9.10正式版出来吧
回复