how to make a iso file?

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

how to make a iso file?

#1

帖子 tbam » 2009-10-06 7:51

I searched the internet and got 4 answers.
first two commands has been test successfully indeed,however told

:em20 "dd: reading `/dev/cdrom': 输入/输出错误",
:em20 "cat: /dev/cdrom: 输入/输出错误".

I don't know why!

if the 3th 4th right?

代码: 全选

#dd if=/dev/cdrom of=/root/rh1.iso 	
#cat /dev/cdrom > /root/1.iso 
#cp -r /home/user name.iso
#mkisofs -a -l -J -L -r -o filename.iso /directory
头像
fejich
帖子: 706
注册时间: 2009-04-24 4:07
系统: win8
来自: 广东肇庆

Re: how to make a iso file?

#2

帖子 fejich » 2009-10-06 8:42

外国人⊙_⊙

有图形软件用来生成和编辑iso的,不过我忘了名字……

楼下接着上
头像
tbam
帖子: 77
注册时间: 2008-10-04 15:19
联系:

Re: how to make a iso file?

#3

帖子 tbam » 2009-10-06 9:02

我不过是当时不方便打中文,我绝对是中国人!
头像
allarem
帖子: 1025
注册时间: 2008-05-31 17:27
来自: SUES
联系:

Re: how to make a iso file?

#4

帖子 allarem » 2009-10-06 9:20

1."dd: reading `/dev/cdrom': 输入/输出错误",
it means there is no such device on your pc named "/dev/cdrom" , try type "Tab" , or "/dev/cdrom0"

2.same error like above

my suggestion is try to understand what pc tring to tell you , not scared when showing some error (error is very common).

the 4th one , change "/directory" into "/dev/cdrom0"

wish u have a good time in Ubuntu , lol
liangliang
帖子: 410
注册时间: 2008-10-01 19:49

Re: how to make a iso file?

#5

帖子 liangliang » 2009-10-06 10:43

有个叫mkisofs的工具,挺方便的。 :em02
头像
tbam
帖子: 77
注册时间: 2008-10-04 15:19
联系:

Re: how to make a iso file?

#6

帖子 tbam » 2009-10-06 12:24

我郁闷的是 :em20
明明他告诉我
输入输出错误 :em06
但还是成功的保存成iso了 :em09
(我的目的是把cd-rom的几张光盘保存成iso便于读取……)

allarem 写了:1."dd: reading `/dev/cdrom': 输入/输出错误",
it means there is no such device on your pc named "/dev/cdrom" , try type "Tab" , or "/dev/cdrom0"

2.same error like above

my suggestion is try to understand what pc tring to tell you , not scared when showing some error (error is very common).

the 4th one , change "/directory" into "/dev/cdrom0"

wish u have a good time in Ubuntu , lol
delectate
帖子: 18311
注册时间: 2008-01-09 22:41

Re: how to make a iso file?

#7

帖子 delectate » 2009-10-06 12:25

dd if /dev/cdrom of cdrom.iso
头像
tenzu
论坛版主
帖子: 36924
注册时间: 2008-11-21 20:26

Re: how to make a iso file?

#8

帖子 tenzu » 2009-10-06 13:31

语法错误太多,我就不列举了
头像
tbam
帖子: 77
注册时间: 2008-10-04 15:19
联系:

Re: how to make a iso file?

#9

帖子 tbam » 2009-10-06 18:17

举举,举举啦 :em11
tenzu 写了:语法错误太多,我就不列举了
回复