LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   k3b help (https://www.linuxquestions.org/questions/linux-software-2/k3b-help-293437/)

magus0216 02-22-2005 11:13 AM

k3b help
 
Trying to create an iso from a cd.

fstab
Code:

/dev/hda1 / ext3 defaults 1 1
/dev/hda6 /home ext3 defaults 1 2
/dev/hdc /mnt/cdrom auto umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec,users 0 0
/dev/hdd /mnt/cdrom2 auto umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec,users 0 0
none /proc proc defaults 0 0
/dev/hda5 swap swap defaults 0 0

k3b debugging output
Code:

System
-----------------------
K3b Version:0.11.16
KDE Version: 3.2.3
QT Version: 3.3.3

readcd
-----------------------
scsidev: '/dev/hdd'
devname: '/dev/hdd'
scsibus: -2 target: -2 lun: -2
Warning: Open by 'devname' is unintentional and not supported.
Linux sg driver version: 3.5.27
Error trying to open /dev/hdd exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hdd exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hdd exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hdd exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hdd exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hdd exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hdd exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hdd exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hdd exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hdd exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hdd exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hdd exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hdd exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hdd exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hdd exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hdd exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hdd exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hdd exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hdd exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hdd exclusively (Device or resource busy)... retrying in 1 second.
/usr/bin/readcd: Device or resource busy. Cannot open '/dev/hdd'. Cannot open SCSI driver.
/usr/bin/readcd: For possible targets try 'readcd -scanbus'.
/usr/bin/readcd: For possible transport specifiers try 'readcd dev=help'.

readcd comand:
-----------------------
/usr/bin/readcd -v dev=/dev/hdd f=/home/ness/k3b/k3b_0.img -clone retries=128

Any ideas? Both drives are IDE so I dont know why its trying to open the SCSI driver?

magus0216 02-22-2005 11:16 AM

Hm heres the output from running those two commands it asked.

readcd -scanbus
Code:

readcd: No such file or directory. Cannot open SCSI driver.
readcd dev=help
Code:

Supported SCSI transports for this platform:

Transport name:        sg
Transport descr.:      Generic transport independent SCSI
Transp. layer ind.:
Target specifier:      bus,target,lun
Target example:        1,2,0
SCSI Bus scanning:      supported
Open via UNIX device:  not supported

Transport name:        pg
Transport descr.:      SCSI transport for ATAPI over Parallel Port
Transp. layer ind.:
Target specifier:      bus,target,lun
Target example:        1,2,0
SCSI Bus scanning:      supported
Open via UNIX device:  not supported

Transport name:        ATA
Transport descr.:      ATA Packet specific SCSI transport
Transp. layer ind.:    ATAPI:
Target specifier:      bus,target,lun
Target example:        ATAPI:1,2,0
SCSI Bus scanning:      supported
Open via UNIX device:  not supported

Transport name:        ATA
Transport descr.:      ATA Packet specific SCSI transport using sg interface
Transp. layer ind.:    ATA:
Target specifier:      bus,target,lun
Target example:        1,2,0
SCSI Bus scanning:      supported
Open via UNIX device:  not supported

Transport name:        RSCSI
Transport descr.:      Remote SCSI
Transp. layer ind.:    REMOTE:

Target specifier:      rscsi@host:bus,target,lun
Target example:        REMOTE:rscsi@host:1,2,0
SCSI Bus scanning:      supported
Open via UNIX device:  not supported


magus0216 02-23-2005 11:00 AM

*bump, anybody?


All times are GMT -5. The time now is 04:50 AM.