• 締切済み

cdrecordコマンドで焼く方法

cdrecordコマンドで焼くことができません。 下記エラーメッセージが出たのですがどう対処すればよいでしょうか? [root@localhost test]# ll te 合計 99592 -rw-r--r-- 1 root root 5 10月 13 13:52 a -rw-r--r-- 1 root root 119 10月 13 13:58 a.tar.gz drwxr-xr-x 2 root root 4096 11月 1 13:52 ab -rw-r--r-- 1 root root 50355835 10月 10 08:57 linux-2.6.27.tar.bz2 -rw-r--r-- 1 root root 50355835 10月 10 08:57 linux-2.6.27.tar.bz2.1 -rw-r--r-- 1 root root 1145028 10月 13 14:22 patch-2.6.27.bz2 [root@localhost test]# mkisofs testimg.iso te INFO: UTF-8 character encoding detected by locale settings. Assuming UTF-8 encoded filenames on source filesystem, use -input-charset to override. mkisofs: No such file or directory. Invalid node - testimg.iso [root@localhost test]# mkisofs -o testimg.iso te INFO: UTF-8 character encoding detected by locale settings. Assuming UTF-8 encoded filenames on source filesystem, use -input-charset to override. Unknown file type (unallocated) te/.. - ignoring and continuing. 10.02% done, estimate finish Tue Nov 18 17:42:13 2008 20.06% done, estimate finish Tue Nov 18 17:42:23 2008 30.06% done, estimate finish Tue Nov 18 17:42:37 2008 40.09% done, estimate finish Tue Nov 18 17:42:36 2008 50.12% done, estimate finish Tue Nov 18 17:42:35 2008 60.12% done, estimate finish Tue Nov 18 17:42:32 2008 70.15% done, estimate finish Tue Nov 18 17:42:33 2008 80.15% done, estimate finish Tue Nov 18 17:42:38 2008 90.19% done, estimate finish Tue Nov 18 17:42:37 2008 Total translation table size: 0 Total rockridge attributes bytes: 0 Total directory bytes: 2372 Path table size(bytes): 20 Max brk space used 0 49913 extents written (97 MB) [root@localhost test]# cdrecord -scanbus Cdrecord-Clone 2.01-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling Note: This version is an unofficial (modified) version with DVD support Note: and therefore may have bugs that are not present in the original. Note: Please send bug reports or support requests to http://bugzilla.redhat.com/bugzilla Note: The author of cdrecord should not be bothered with problems in this version. scsidev: 'ATA' devname: 'ATA' scsibus: -2 target: -2 lun: -2 Linux sg driver version: 3.5.27 Using libscg version 'schily-0.8'. cdrecord: Warning: using inofficial libscg transport code version (schily - Red Hat-scsi-linux-sg.c-1.83-RH '@(#)scsi-linux-sg.c 1.83 04/05/20 Copyright 1997 J. Schilling'). scsibus1: 1,0,0 100) 'NECVMWar' 'VMware IDE CDR10' '1.00' 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) * [root@localhost test]# cdrecord -v speed=16 dev=0,0,0 testimg.iso cdrecord: No write mode specified. cdrecord: Asuming -tao mode. cdrecord: Future versions of cdrecord may have different drive dependent defaults. cdrecord: Continuing in 5 seconds... Cdrecord-Clone 2.01-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling Note: This version is an unofficial (modified) version with DVD support Note: and therefore may have bugs that are not present in the original. Note: Please send bug reports or support requests to http://bugzilla.redhat.com/bugzilla Note: The author of cdrecord should not be bothered with problems in this version. TOC Type: 1 = CD-ROM scsidev: '0,0,0' scsibus: 0 target: 0 lun: 0 cdrecord: No such file or directory. Cannot open '/dev/pg0'. Cannot open SCSI driver. cdrecord: For possible targets try 'cdrecord -scanbus'. cdrecord: For possible transport specifiers try 'cdrecord dev=help'. [root@localhost test]#

みんなの回答

  • k_izumo
  • ベストアンサー率50% (68/134)
回答No.4

デバイスの指定間違えてません? dev=0,0,0とdev=1,0,0で cdrecordでターゲットのdev番号と scanbusのターゲットが違うような。。。 cdrecord -prcap dev=0,0,0 cdrecord -prcap dev=1,0,0 を実行してみればわかるかもです。

  • anmochi
  • ベストアンサー率65% (1332/2045)
回答No.3

 もしVMWareゲスト上だったら質問の前提条件として質問文に書くだろうと思っていたので(コマンドの結果からVMWareゲスト上だというのは明らかなのを)あえて無視したのだが、VMWareのゲストOSでやろうとしているんじゃないよね? VMWareではホスト上の物理CD-RWドライブは論理CD-ROMドライブとして認識される。なので当然焼くことはできません。  一応それでもVMWareゲストOS上で焼きたいという場合は、まずホストOS上でSCSI CD-RWドライブを用意し、ゲストOSにはこれをSCSIパススルー(Raw Accessとも言う)でSCSIデバイスとして認識させれば良いですな。

  • Tacosan
  • ベストアンサー率23% (3656/15482)
回答No.2

全然解決にはなりませんが, VMware 上で書きこめるものなんでしょうか? VMware の方で何か設定をしなきゃならないとか, そういうことはありませんか?

  • anmochi
  • ベストアンサー率65% (1332/2045)
回答No.1

[root@localhost test]# cdrecord -v speed=16 dev=0,0,0 testimg.iso  ↓ [root@localhost test]# cdrecord -v speed=16 dev=ATA:0,0,0 testimg.iso とすれば幸せになれるかも知れません。

absinthe-h
質問者

お礼

以下メッセージが出てエラーとなりました。 また、GUIのxcdroastで試しましたが、書き込みcdドライブのプルダウンで何も選択できません。(読み込みCDドライブには出てきました) どうやらCD-ROMとしては認識しているが、CD-RWとしては認識してくれていないようです。 うーむ。どうしたらよいでしょうか? [root@localhost ~]# cdrecord -v speed=16 dev=ATA:0,0,0 ・・・ Note: This version is an unofficial (modified) version with DVD support Note: and therefore may have bugs that are not present in the original. Note: Please send bug reports or support requests to http://bugzilla.redhat.com/bugzilla Note: The author of cdrecord should not be bothered with problems in this version. TOC Type: 1 = CD-ROM scsidev: 'ATA:0,0,0' devname: 'ATA' scsibus: 0 target: 0 lun: 0 Linux sg driver version: 3.5.27 cdrecord: Invalid argument. SCSI unsupported with '/dev/hd*'. Cannot open SCSI driver. cdrecord: For possible targets try 'cdrecord -scanbus'. cdrecord: For possible transport specifiers try 'cdrecord dev=help'.

absinthe-h
質問者

補足

ちなみにこちらも試しました。 [root@localhost ~]# cdrecord -v speed=16 dev=/dev/hdc testimg.iso ・・・ Note: This version is an unofficial (modified) version with DVD support Note: and therefore may have bugs that are not present in the original. Note: Please send bug reports or support requests to http://bugzilla.redhat.com/bugzilla Note: The author of cdrecord should not be bothered with problems in this version. TOC Type: 1 = CD-ROM scsidev: '/dev/hdc' devname: '/dev/hdc' scsibus: -2 target: -2 lun: -2 Linux sg driver version: 3.5.27 Using libscg version 'schily-0.8'. cdrecord: Warning: using inofficial libscg transport code version (schily - Red Hat-scsi-linux-sg.c-1.83-RH '@(#)scsi-linux-sg.c 1.83 04/05/20 Copyright 1997 J. Schilling'). SCSI buffer size: 64512 atapi: 1 Device type : Removable CD-ROM Version : 0 Response Format: 1 Vendor_info : 'NECVMWar' Identifikation : 'VMware IDE CDR10' Revision : '1.00' Device seems to be: Generic mmc CD-ROM. Current: 0x0000 Profile: 0x0010 cdrecord: Sorry, no CD/DVD-Recorder or unsupported CD/DVD-Recorder found on this target.

関連するQ&A

  • CentOSがi386、x86_64のどちらか調べる方法

    CentOS4.3がi386、x86_64どちらのバージョンか調べる方法はありますでしょうか? レンタルサーバーですがroot権限は持っています。 yumはインストールされていませんでした。 下記の2ファイルの出力結果です。 # cat /etc/redhat-release CentOS release 4.6 (Final) # cat /proc/version Linux version 2.6.18-028stab059.6 (root@rhel5-64-build) (gcc version 4.1.2 20070626 (Red Hat 4.1.2-14)) #1 SMP Fri Nov 14 14:01:22 MSK 2008

  • scpコマンドの-pオプションについて

    scpコマンドの-pオプションについて scpコマンド、(-p)オプションを付加しても ファイルのオーナ、グループが引き継がれません。 仕様なのでしょうか? ディストリビューションはRed Hat Enterprise Linux ESです。 よろしくお願いします。 ●コピー元 [root@moto tmp]# touch scp-test [root@moto tmp]# chown dbmgr:dba scp-test [root@moto tmp]# ls -l scp-test -rw-r--r-- 1 dbmgr dba 0 2月 16 15:01 scp-test [root@moto tmp]# chmod 777 scp-test [root@moto tmp]# ls -l scp-test -rwxrwxrwx 1 dbmgr dba 0 2月 16 15:01 scp-test [root@moto tmp]# [root@moto tmp]# scp -p scp-test saki:/tmp/ scp-test 100% 0 0.0KB/s --:-- ETA [root@moto tmp]# ●コピー先 [root@saki tmp]# ls -l scp-test -rwxrwxrwx 1 root root 0 2月 16 2005 scp-test [root@saki tmp]#

  • /var/mailのディレクトリにあるrootファイルについて

    Linuxの学習に励んでおります、初心者です。 var/mailに移動し、mail コマンドを実行したところ、下記のように表示され ail version 8.1 6/6/93. Type ? for help. "/var/spool/mail/root": 13 messages 13 new >N 1 root@localhost.local Fri Jan 27 11:15 29/1128 "SMART error (CurrentPendingSect"  ~ 省略 N 12 root@localhost.local Tue Jan 31 08:04 29/1128 "SMART error (CurrentPendingSect" N 13 root@localhost.local Tue Jan 31 09:10 152/5677 "LogWatch for hp" & Message 1: From root@localhost.localdomain Fri Jan 27 11:15:12 2006 Date: Fri, 27 Jan 2006 11:15:00 +0900 From: root <root@localhost.localdomain>  ~ 省略 No additional email messages about this problem will be sent. そして、エンターを押すと、Message 2: Message 3:と続いて表示され q を押して終了させ ようとした所… & q Saved 3 messages in mbox Held 10 messages in /var/spool/mail/root [root@hp mail]# [root@hp mail]# [root@hp mail]# **********。 -bash: *******************。: command not found [root@hp mail]# と表示され、終了しました。 ***の部分は私が利用しているYahoo無料メールで、一番最後に受信したメール文章です。 私はLinuxではメールもネットも使用しておりません。 それなのになぜ、メールの内容がサーバのrootファイルに記録されているのでしょうか? ApacheとTomcatをインストールしており、TeraTermを使用してSSH通信しています。 不正アクセスの可能性もあるのでしょうか? どなたかご存知の方がいらっしゃいましたら、お手数ですが、アドバイスお願いいたします。

  • エラーログの意味ご存知でしたら御教え下さいませ。

    毎度御世話になっております。 今朝、始めてこのファイルを見たら、 下記のようなログが記録されてました。 これはどういうエラーログなのか?? どなたかご存知の方いらっしゃいましたら 御願いします。 [root@11:52:39 logs]# tail -n 15 error_log [Mon Aug 25 13:10:49 2003] [notice] Apache/2.0.40 (Red Hat Linux) configured -- resuming normal operations [Mon Aug 25 20:06:03 2003] [notice] Digest: generating secret for digest authentication ... [Mon Aug 25 20:06:03 2003] [notice] Digest: done [Mon Aug 25 20:06:04 2003] [notice] Apache/2.0.40 (Red Hat Linux) configured -- resuming normal operations [Mon Aug 25 21:00:00 2003] [notice] caught SIGTERM, shutting down [Tue Aug 26 08:40:59 2003] [notice] Digest: generating secret for digest authentication ... [Tue Aug 26 08:40:59 2003] [notice] Digest: done [Tue Aug 26 08:41:10 2003] [notice] Apache/2.0.40 (Red Hat Linux) configured -- resuming normal operations [Tue Aug 26 22:31:27 2003] [notice] Digest: generating secret for digest authentication ... [Tue Aug 26 22:31:27 2003] [notice] Digest: done [Tue Aug 26 22:31:28 2003] [notice] Apache/2.0.40 (Red Hat Linux) configured -- resuming normal operations [Tue Aug 26 23:28:30 2003] [notice] caught SIGTERM, shutting down [Thu Aug 28 08:25:46 2003] [notice] Digest: generating secret for digest authentication ... [Thu Aug 28 08:25:46 2003] [notice] Digest: done [Thu Aug 28 08:25:47 2003] [notice] Apache/2.0.40 (Red Hat Linux) configured -- resuming normal operations

  • CentOSでcupsdの自動起動が停止できない

    CentOS 5.5 を VMゲストとして使っています. プリンタ関連は使わないのでcupsdの自動起動を停止したいのですが chkconfigにてcupsをoffにし,またcupsdサービスを停止(service cupsd stop)しても, OSを再起動するとcupsdがまた起動してしまうため,とても気持ち悪いです. どのようにしたら自動起動をとめられるか知りたいです. 足りない情報がありましたら提供させて頂きますので,何卒よろしくおねがいいたします. ■参考情報 [root@localhost] ~ $ uname -a Linux localhost.localdomain 2.6.18-194.26.1.el5.centos.plus #1 SMP Wed Nov 10 12:06:47 EST 2010 i686 i686 i386 GNU/Linux [root@localhost] ~ $ cat /etc/redhat-release CentOS release 5.5 (Final) [root@localhost] ~ $ chkconfig --list |grep cups cups 0:off 1:off 2:off 3:off 4:off 5:off 6:off [root@localhost] ~ $ ps -ef|grep cups root 2908 1 0 04:29 ? 00:00:00 cupsd root 3713 3387 0 04:39 pts/0 00:00:00 grep -E --color=auto cups [root@localhost] ~ $ netstat -anptu |grep cupsd tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 2908/cupsd udp 0 0 0.0.0.0:631 0.0.0.0:* 2908/cupsd [root@localhost] ~ $ ll /etc/rc3.d/*cups* lrwxrwxrwx 1 root root 14 12月 16 04:26 /etc/rc3.d/K10cups -> ../init.d/cups* [root@localhost] ~ $ runlevel N 3 [root@localhost] ~ $ ll /proc/2908/exe lrwxrwxrwx 1 root root 0 12月 16 04:32 /proc/2908/exe -> /usr/sbin/cupsd* [root@localhost] ~ $ which cupsd /usr/sbin/cupsd [root@localhost] ~ $ cat /etc/cups/cupsd.conf |egrep -v "^$|^ *#" MaxLogSize 2000000000 LogLevel info SystemGroup sys root Listen localhost:631 Listen /var/run/cups/cups.sock Browsing On BrowseOrder allow,deny BrowseAllow @LOCAL DefaultAuthType Basic (投稿の文字数制限上,以下略)

  • Linuxのファイルのタイムスタンプに年はない?

    私はWindowsしか知らないのですが、Linuxのlsコマンドでは例えば -rwxr--r-- 1 user group 256 NOV 14 23:49 test.txt のように月日時分は有りますが年の情報が有りません。 ネットで調べたのですが、この件について説明したものは見つかりませんでした。 Linuxに詳しい方どうか教えて下さい。

  • スペシャルファイルのグループについて

    スペシャルファイルをlsで見た際、グループ名にカンマが含まれています。(disk 3, 0) /etc/groupファイルを見てもdiskというグループはあるがdisk 3, 0というグループはありません。 これはいったい何を意味しているのでしょうか? <例:スペシャルファイルのls> [root@localhost test]# ls -l /dev/hda brw-rw---- 1 root disk 3, 0 Oct 14 15:21 /dev/hda <例:通常ファイルのls> [root@localhost test]# ls -l ./sc -rw-r--r-- 1 hoge hoge4 34 Oct 9 17:28 ./sc

  • アンインストーラーのないソフトでの

    先日、Fan Control 1.2 というソフトをインストールしました。やっぱり必要ないと思い、これをアンインストールをしようとしたのですが、このソフトにはアンインストーラーが付属していませんでした。 アンインストールの方法はないかといろいろみていたのですが、とりあえずインストールログだけがみつかりました。内容は下記の通りです。 Nov 15 14:55:35 pino-nokonpyuta : @(#)PROGRAM:Install PROJECT:Install-143 DEVELOPER:root BUILT:Apr 25 2007 02:13:49\n Nov 15 14:55:35 pino-nokonpyuta : @(#)PROGRAM:Installer PROJECT:Installer-95 DEVELOPER:root BUILT:Jun 13 2007 16:30:22\n Nov 15 14:55:35 pino-nokonpyuta : Hardware: Macmini1,1 @ 1660 MHz (x2), 2048 MB Nov 15 14:55:35 pino-nokonpyuta : Running OS Build: 8R2232 Nov 15 14:55:35 pino-nokonpyuta : Fan Control Installation Log Nov 15 14:55:35 pino-nokonpyuta : Opened from: /Volumes/Fan Control 1.2/Fan Control 1.2.pkg Nov 15 14:55:36 pino-nokonpyuta : It took 1.187542 seconds to finish launching. Nov 15 14:55:37 pino-nokonpyuta : Distribution: Fan Control Nov 15 14:55:37 pino-nokonpyuta : Installation checks completed successfully. このソフトをアンインストールするにはどのように行えばよいでしょうか。 ご指導いただけたらと思います。 よろしくお願いします。

    • 締切済み
    • Mac
  • 条件にあったレンタルサーバ探しています

    今まで使用していたレンタルサーバが今後使用できなくなります。 プログラムで動かすサイトでしたので同一の条件のレンタルサーバを探しています。 条件は以上の通りです。 1)動作可能なOS Linux version 2.6.9-1.667(gcc version3.4.2 20041017(Red Hat3.4.2-6.fc3)#1 Tue Nov 2 14:41:25 EST2004) 2)必要なソフト perl,v5.8.5built for i386-linux-thread-multi DBI,Jcode,POSIX,MyQuoteなどのperlモジュール PostgreSQL 8.1.0cronが動くことが必須。 他のバージョンでも動くかもしれませんが、動作保障は致しませんと言われています。 非常に困っていますので皆様の知恵を借りたく質問させて頂いております。宜しくお願いします。

  • Makefile.inとMakefile.am

    回路設計をするためにsystemCをlinux(centOS)にインストールしました。サンプルプログラムの入ったディレクトリがあってそのサンプルプログラムをコンパイルして実行したいです。ところがコンパイルの仕方がわかりません。 例)rsaというディレクトリの内容 [root@localhost rsa]#ls -l -rw-r--r--. 1 root root 2023 11月 27 21:24 2012 Makefile.am -rw-r--r--. 1 root root 16276 11月 27 21:24 2012 Makefile.in -rw-r--r--. 1 root root 2072 11月 27 21:24 2012 README -rw-r--r--. 1 root root 14137 11月 27 21:24 2012 rsa.cpp -rw-r--r--. 1 root root 4644 11月 27 21:24 2012 rsa.vcproj 予想するに、systemCをインストールするときに $./configure $make $make install と打ったので、Makefile.inとMakefile.amがあやしいと思うのですが、これをどのように使ったらよいのやらわかりません。 教えてください。もしくは、参考文献などを教えてください。 すみません。