Chinaunix

标题: linux用什么刻盘最简单? [打印本页]

作者: stormier    时间: 2012-07-31 20:34
标题: linux用什么刻盘最简单?
听说nautilus可以刻盘,本来想像win7资源管理器一样直接复制,发现不行不知道怎么用…我装了k3b,然后选了文件点burn发现失败,英文版的也不知道为啥出错
作者: ulovko    时间: 2012-07-31 20:44
本帖最后由 ulovko 于 2012-07-31 20:50 编辑
  1. growisofs
复制代码
  1. cdrecord
复制代码
http://linux.vbird.org/linux_basic/0240tarcompress.php#cdrecord
作者: stormier    时间: 2012-07-31 20:56
回复 2# ulovko

我是按下面说的方法做的,结果一张盘废了,在linux里面没法打开了,在win7里面看光盘以前的内容没有了

    制作iso文件  mkisofs -R -o /var/tmp/oracle.iso /home/oracle
cdrecord -scanbus 查看系统所有 CD-R(W) 设备。
用iso文件刻录
cdrecord -v -eject speed=4 dev=0,3,0 backup.iso

另外问一下,linux里是必须要先把文件做成iso文件才能刻吗?
作者: ulovko    时间: 2012-07-31 21:01
stormier 发表于 2012-07-31 20:56
回复 2# ulovko

linux里是必须要先把文件做成iso文件才能刻吗?

不需要 选择刻录数据就行 仔细看教程
作者: stormier    时间: 2012-07-31 21:27
回复 4# ulovko


    呃,我之前的做法是在别处查的,那个网页我暂时打不开…鸟哥的私房菜我电脑里有,不过没找到在哪一张…
作者: stormier    时间: 2012-07-31 21:28
回复 4# ulovko


    终于能打开了…
作者: ulovko    时间: 2012-07-31 21:28
回复 5# stormier


    第九章、檔案與檔案系統的壓縮與打包
作者: stormier    时间: 2012-07-31 21:48
回复 7# ulovko

这样失败的原因是什么呢…

lenovo@ubuntu:~$ cdrecord -scanbus
scsibus1:
        1,0,0        100) 'MATSHITA' 'DVD-RAM UJ8A0A  ' 'SB02' Removable CD-ROM
        1,1,0        101) *
        1,2,0        102) *
        1,3,0        103) *
        1,4,0        104) *
        1,5,0        105) *
        1,6,0        106) *
        1,7,0        107) *

lenovo@ubuntu:~$ cdrecord -v dev=1,1,0 fs=4m -data -sao driveropts=burnfree \
> ~/down/android\ tool/
TOC Type: 1 = CD-ROM
wodim: Operation not permitted. Warning: Cannot raise RLIMIT_MEMLOCK limits.
scsidev: '1,1,0'
scsibus: 1 target: 1 lun: 0
WARNING: the deprecated pseudo SCSI syntax found as device specification.
Support for that may cease in the future versions of wodim. For now,
the device will be mapped to a block device file where possible.
Run "wodim --devices" for details.
Linux sg driver version: 3.5.34
wodim: No such file or directory.
Cannot open SCSI driver!
For possible targets try 'wodim --devices' or 'wodim -scanbus'.
For possible transport specifiers try 'wodim dev=help'.
For IDE/ATAPI devices configuration, see the file README.ATAPI.setup from
the wodim documentation.





欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2