Sponsored Content
Full Discussion: cd/dvd burner
Special Forums Hardware Filesystems, Disks and Memory cd/dvd burner Post 36891 by Tux on Friday 6th of June 2003 10:34:59 AM
Old 06-06-2003
All you need to do for your CD burner is turn on SCSI emulation for it. Do this by passing the option hdX=ide-scsi to the kernel with the GRUB or LILO, obviously using the proper device location. It is likely this has already been done for you though, type 'cat /proc/cmdline' in a console window to check.
In that case you would just have to use your CD burning software of choice and point it to device 0,0,0 (that is how SCSI is addressed)

As for the dvdburner, some tomfoolery/black magic is probably be required to get that to work. I suggest you hit google (search engine, not forum member Smilie )
 

6 More Discussions You Might Find Interesting

1. Linux

how to allow everyone access to burner

How can I set it up so everyone can burn, using xcdroast, the burner. Right now it only allows root to run this program and burn cds. It's red hat 6.2 Thanks! (1 Reply)
Discussion started by: kymberm
1 Replies

2. Programming

Need Linux GUI based DVD burner

Hi, Need a linux gui based DVD burner. I am supposed to backup 10GB every day and so need an application, where if i drag and drop 10 gb of parent folder. then it should prompt for next cd, once 4.7gb of DVD is burnt.is there any way or any script that i can convert to GUI. Thanks in advance ... (2 Replies)
Discussion started by: karthikn7974
2 Replies

3. Solaris

cd burner for solaris

Hi all, I wanted to know of any good cd burners for solaris... I tried with nautilus burner, but i did not find a pre compiled version so didnt download it:).. May i have the details on this Thanks (1 Reply)
Discussion started by: wrapster
1 Replies

4. Solaris

How to install dvd/cd burner

Good morning I have a Sun Ultra_60 with Solaris_8 station, you can guide me as I have to install a DVD burner? that need to record programs? A Greeting :D (5 Replies)
Discussion started by: grymorum
5 Replies

5. Hardware

inability to use cd rom or dvd burner

Here is my conundrum . I am unable to access my cd or dvd after I supposedly alter the BIOS setting to enable a "Live" CD or DVD to be used. Would ,changing the Hard Drive or Motherboard remedy the situation. Thanking you, katosan:wall::wall: (2 Replies)
Discussion started by: katosan
2 Replies

6. AIX

Using mkdvd to create bootable mksysb on dvd reports success but nothing on dvd?

Hello, Running AIX 7.1 7100-00-03-1115, trying to make a mksysb image to a dvd drive using mkdvd. My final command looks like this.. mkdvd -e -V rootvg -R -C /usr1/AIXADMIN/mkcd/cd_fs -I /usr1/AIXADMIN/mkcd/cd_images -M /usr1/AIXADMIN/mkcd/mksysbimage -d /dev/cd0 -Y When i run this... (3 Replies)
Discussion started by: c3rb3rus
3 Replies
TGTIMG(8)																 TGTIMG(8)

NAME
tgtimg - Linux SCSI Target Framework Image File Utility SYNOPSIS
tgtimg [-o --op <operation>] [-Y --device-type <device-type>] [-b --barcode <barcode>] [-s --size <size>] [-t --type <media-type>] [-f --file <path>] tgtimg --help DESCRIPTION
Tgtimg is a utility to create and manage the image files used by the TGTD device emulation. This command is used to initialize device image files with the additional metadata, such as barcode, list of blocks, total size, etc that the TGTD emulation needs. OPTIONS
-h, --help Show a help screen and exit. -o, --op {new|show} Operation. Is either new to create a new image file or show to show the content of an existing image file. -Y, --device-type <type> This specifies the type of image file. Supported device types are : cd : to create media for a dvd device disk : to create media for a disk device tape : to create media for a tape device -t, --type <media-type> When creating a new image, this specifies the type of media to emulate. The available mediatypes depend on the type of the device. Supported media types for cd devices are : dvd+r : create a blank writeable DVD+R disk Supported media types for disk devices are : disk : create an empty disk Supported media types for tape devices are : data : create a normal data tape clean : create a cleaning tape worm : create a worm -b, --barcode <barcode> When creating a new image, this argument specifies the barcode to use with this image file. Backup application software often uses barcodes to identify specific tapes. When emulating a VTL, make sure that all tape images use unique barcodes. -s, --size <size> When creating a new image, this specifies the size in megabytes for the virtual tape image. -f, --file <path> The filename of the image file. EXAMPLES
To create a new 100MByte disk tgtimg --op new --device-type disk --type disk --size 100 --file /data/hd001.raw To create a new tape image tgtimg --op new --device-type tape --barcode 12345 --size 100 --type data --file /data/tape001.img To view the content of an existing image tgtimg --op show --device-type tape --file /data/tape001.img To create a new blank DVD+R image tgtimg --op new --device-type cd --type dvd+r --file /data/dvd001.iso SEE ALSO
tgtd(8), tgtadm(8), tgt-admin(8), tgt-setup-lun(8). http://stgt.sourceforge.net/ REPORTING BUGS
Report bugs to <stgt@vger.kernel.org> 04/04/2010 TGTIMG(8)
All times are GMT -4. The time now is 09:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy