Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
DeePin如何把CD制作成iso?
Apps Section
609
views ·
9
replies ·
To
floor
Go
lw397082374
deepin
2018-07-22 06:25
Author
dd if=/dev/cdrom of=/home/sunky/mydisk.iso
这命令不能制作iso。
提示:
“dd读取/dev/cdrom时出错:
输入、输出错误;
记录了+的读入;
记录了+的写出。”
我认为是挂载方面出了问题。
光盘内容能找到,在图形界面,挂载、卸载光盘能正常操作,命令行也能进入光盘。
有大神知道具体怎么操作吗?
Reply
Like 0
Favorite
View the author
All Replies
cuixiaofei
deepin
2018-07-22 06:46
#1
深度商店有这样的软件,何不试用一下
Reply
Like 0
View the author
老陌
deepin
2018-07-22 06:56
#2
本帖最后由 myccloves 于 2018-7-22 08:24 编辑
你先把光盘挂载上,在本地可以访问,比如在:/media/cdrom
之后 less -f /dev/cdrom > 1.iso
Reply
Like 0
View the author
老陌
deepin
2018-07-22 06:57
#3
如果你想把一些文件包打到光盘里,可以用mkisofs命令。
Reply
Like 0
View the author
lw397082374
deepin
2018-07-22 07:24
#4
我是在图形界面挂载的光盘,但不知道图形界面挂载在哪里的
Reply
Like 0
View the author
deepinuser17
deepin
2018-07-22 10:30
#5
CDROM光盘机的硬件设置名一般是/dev/sr0.
[ 0.802803] sr 0:0:0:0: [sr0] scsi3-mmc drive: 32x/32x xa/form2 tray
[ 0.802903] sr 0:0:0:0: Attached scsi CD-ROM sr0
试试这个命令:
dd if=/dev/sr0 of=/home/sunky/mydisk.iso
Reply
Like 0
View the author
billy123456
deepin
2018-07-22 14:46
#6
楼上正解
Reply
Like 0
View the author
老陌
deepin
2018-07-22 15:32
#7
你mount查一下就知道挂载到哪儿了
Reply
Like 0
View the author
老陌
deepin
2018-07-22 16:33
#8
这个问题很好,我去做一下实验……
Reply
Like 0
View the author
老陌
deepin
2018-07-22 17:47
#9
我已经测试完,你可以参见:
https://bbs.deepin.org/post/166440
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
【Enhanced Repo】Better Deepin Repo is released
Popular Events
More
这命令不能制作iso。
提示:
“dd读取/dev/cdrom时出错:
输入、输出错误;
记录了+的读入;
记录了+的写出。”
我认为是挂载方面出了问题。
光盘内容能找到,在图形界面,挂载、卸载光盘能正常操作,命令行也能进入光盘。
有大神知道具体怎么操作吗?