장치 확인하기

    localhost ~ # cdrecord -scanbus
    Cdrecord-ProDVD-Clone 2.01.01a11 (i686-pc-linux-gnu) Copyright (C) 1995-2006 Jörg Schilling
    Linux sg driver version: 3.5.33
    Using libscg version 'schily-0.8'.
    scsibus0:
            0,0,0     0) 'ATA     ' 'FUJITSU MHV2080A' '0000' Disk
            0,1,0     1) *
            0,2,0     2) *
            0,3,0     3) *
            0,4,0     4) *
            0,5,0     5) *
            0,6,0     6) *
            0,7,0     7) *

    하드 디스크만 잡혔다..  이럴 경우에는

    localhost ~ # cdrecord dev=ATAPI -scanbus
    Cdrecord-ProDVD-Clone 2.01.01a11 (i686-pc-linux-gnu) Copyright (C) 1995-2006 Jörg Schilling
    scsidev: 'ATAPI'
    devname: 'ATAPI'
    scsibus: -2 target: -2 lun: -2
    Warning: Using ATA Packet interface.
    Warning: The related Linux kernel interface code seems to be unmaintained.
    Warning: There is absolutely NO DMA, operations thus are slow.
    Using libscg version 'schily-0.8'.
    scsibus0:
            0,0,0     0) 'TEAC    ' 'DW-224E-C       ' '4.8A' Removable CD-ROM
            0,1,0     1) *
            0,2,0     2) *
            0,3,0     3) *
            0,4,0     4) *
            0,5,0     5) *
            0,6,0     6) *
            0,7,0     7) *
    localhost ~ #

    음.. 잡힌것 같다..

    이미지로 구워봐야지...~~~.


    localhost ~ # cdrecord dev=ATAPI:0,0,0 install-x86-minimal-2006.0.iso
    cdrecord: No write mode specified.
    cdrecord: Asuming -tao mode.
    cdrecord: Future versions of cdrecord may have different drive dependent defaults.
    Cdrecord-ProDVD-Clone 2.01.01a11 (i686-pc-linux-gnu) Copyright (C) 1995-2006 Jörg Schilling
    scsidev: 'ATAPI:0,0,0'
    devname: 'ATAPI'
    scsibus: 0 target: 0 lun: 0
    Warning: Using ATA Packet interface.
    Warning: The related Linux kernel interface code seems to be unmaintained.
    Warning: There is absolutely NO DMA, operations thus are slow.
    Using libscg version 'schily-0.8'.
    Device type    : Removable CD-ROM
    Version        : 0
    Response Format: 2
    Capabilities   :
    Vendor_info    : 'TEAC    '
    Identifikation : 'DW-224E-C       '
    Revision       : '4.8A'
    Device seems to be: Generic mmc2 DVD-ROM.
    Using generic SCSI-3/mmc   CD-R/CD-RW driver (mmc_cdr).
    Driver flags   : MMC-3 SWABAUDIO BURNFREE
    Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R
    Starting to write CD/DVD at speed 24 in real TAO mode for single session.
    Last chance to quit, starting real write    0 seconds. Operation starts.
    Turning BURN-Free off
    Track 01: Total bytes read/written: 50862080/50862080 (24835 sectors).

    잘 구웠는지 확인을...

    localhost ~ # mount /dev/cdrom /mnt/
    .keep   cdrom/  floppy/ win/

    localhost ~ # mount /dev/cdrom /mnt/cdrom
    mount: block device /dev/cdrom is write-protected, mounting read-only

    localhost ~ # ls /mnt/cdrom
    Getting_Online.txt  README.txt  image.squashfs  isolinux  livecd

    이상 없이 잘됨~~

    반응형
    • 네이버 블러그 공유하기
    • 네이버 밴드에 공유하기
    • 페이스북 공유하기
    • 카카오스토리 공유하기