はじめての自宅サーバ構築 - Fedora/CentOS -
Last Update 2018/05/30
[ 更新履歴 ] [ サイト マップ ] [ 質問掲示板 ] [ 雑談掲示板 ] [ リンク ]
トップ >> 質問掲示板

 このスレッドはクローズされています。記事の閲覧のみとなります。

 CD-RWへの書込み(cdrecordコマンド)
日時: 2006/03/04 17:47
名前: ももんが   <momonganet@jcom.home.ne.jp>

①不明点・障害内容:cdrecordコマンドを使ってのCD-RWへの書込み方がわからない
②ログの有無   :
  (有:その内容):質問の本文中に適宜記載しました
③Distribution  :CentOS
      Version:4.2
④Service Name  :
      Version:
⑤ネットワーク構成:

いつも、お世話になっています。サーバーに内臓されているコンボドライブ(CD-RW、CD-R、DVD-ROM機能)にCD-RWメディアを入れ、cdrecordコマンドを使いデータをコピーしたいのですが、うまくいきません。

・GUI環境ですが、デスクトップには「CD-ROM Disc」というアイコンが表示されております。
・またWindowsの様にファイルをドラッグアンドドロップすることによりコピーすることは出来ます。
・OSはCentOS4.2でインストールした直後の状態で設定は一切変更していません。

>>>>以下、私が実行したことです。どなたか、参考情報などありましたら、ご教授お願いします。

(1)ドライブ情報の取得

[root@localhost ~]# cdrecord -scanbus ← ドライブ情報の取得コマンド実行

Cdrecord-Clone 2.01-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jorg Schilli ng
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 versio n.
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) 'SAMSUNG ' 'COMBO SM-304B  ' 'BS03' 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 ~]#


(2)書き込みしたいディレクトリのイメージファイルをISO9660形式で作成する。
   *書き込みしたいディレクトリは /etc
   

[root@localhost ~]# mkisofs -r -J -o /home/backup.img /etc
INFO:  UTF-8 character encoding detected by locale settings.
    Assuming UTF-8 encoded filenames on source filesystem,
    use -input-charset to override.
Using IM_PA000.PAL;1 for /im_palette-small.pal (im_palette.pal)
Using MODPR000.CON;1 for /modprobe.conf (modprobe.conf~)


(省略)


 23.46% done, estimate finish Sat Mar 4 14:49:05 2006
 46.91% done, estimate finish Sat Mar 4 14:49:20 2006
 70.32% done, estimate finish Sat Mar 4 14:49:25 2006
 93.67% done, estimate finish Sat Mar 4 14:49:27 2006
Total translation table size: 0
Total rockridge attributes bytes: 507914
Total directory bytes: 2486272
Path table size(bytes): 16254
Max brk space used 3d2000
21351 extents written (41 MB)
[root@localhost ~]# ls /home
backup.img                ←イメージファイルが出来た

(3)cdrecordコマンドにてメディアへ書き込みを行う。

[root@localhost ~]# cdrecord -eject dev=1,0,0 speed=1 -dao /home/backup.img
Cdrecord-Clone 2.01-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jorg 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: '1,0,0'
scsibus: 1 target: 0 lun: 0
cdrecord: Success. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
[root@localhost ~]#

  *CD-RWには何も書き込まれていない?なんで?
メンテ

Page:  [1] [2]

■ コンテンツ関連情報

 Re: CD-RWへの書込み(cdrecordコマンド) ( No.6 )
日時: 2006/03/07 23:40
名前: two
参照: http://www.two-wonderland.net/

 毎々お世話になっております、twoです。

ももんがサン >

 manで確認してみました。以下で、どうでしょう?

 # cdrecord -force dev=/dev/hdc blank=all


> このディレクトリだけを削除したい場合、どのようなコマンドを書けば良いのでしょか?

 確かディレクトリ指定やファイル指定での削除は無理だったような気がします。
削除する場合は、全データ削除となると思います。(誤っていましたらスイマセン。)
以上、宣しくお願い致します。
メンテ
 Re: CD-RWへの書込み(cdrecordコマンド) ( No.7 )
日時: 2006/03/19 01:17
名前: ももんが

> two 様

申し訳有りません。man見ながらやったのですが、私のレベル低さのためだと思うのですが、
CD-RWはいうことを聞いてくれませんでした。本格的なサーバーってテープとかにバックアップ
とるじゃないですか?そんなイメージでCD-RWにこだわったのですが、ダメでした。折角貴重な
アドバイスをいただいたのに、ものに出来なくて申し訳有りません。ウィンドウズなんかだと
簡単に出来てしまうのですが、Linuxはこの辺が大変みたいですね。また宜しくお願いします。
メンテ

Page:  [1] [2]

■ その他

ページ先頭へ

Copyright(©)2004-2018 First home server construction. All Right Reserved.