how can I mount my dvd burner using SCSI emulation?
Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Make sure Ide-scsi emulation module is up by "lsmod"
If this module is buuilt in try "dmesg".... at some point you should find something like
ide-scsi emulation for attached device, bla..bla..bla...
sr0......(scd0)....
sr0 (scd0) will be the name of the device when ide-scsi emulation is active.
Hope this helps
Ciao
Re: how can I mount my dvd burner using SCSI emulation?
Quote:
Originally posted by Xavius just like the subject
I should use the scsi emulation for my ide dvd burner. How can I do this?
I read you should use, at boot time, as kernel parameter
<hdX>=ide-scsi
where instead of X you should put the correct letter according to your system
but this doesn't seems work
thanks a lot in advance!
Hello,
I'm having a similar problem, though the scsi emulation does work for me. But it is a pain to do at boot time, isn't there a way to automate the emulation. I'm quessing I have to edit grub.conf?
Yes, that's how I've done it in the past. Just write another line in grub.conf underneath
where your Linux booting section is, making it identical except to skip the hdx=ide-scsi
parameter.
But make sure you update your /etc/fstab for the mount points (They will be IDE mount
points now.), e.g.,/mnt/hdx, and create the mount point directories.
But as you can see, there are no processes using this module. I've already edited my fstab and my lilo.conf to include the startup code (append= hdc=ide-scsi), but it doesn't seem to work right.
Check the occourences of
/sbin/modprobe sr_mod
/sbin/modprobe sg
in the scsi section of your /etc/rc.d/rc.modules are uncommented.
This will load the scsi removable and generic modules at boot.
Once you have those modules loaded scsi emulation should work.
Where is your DVD drive on your system (primary master ..... secondary slave ????)
Hope this helps
Ciao
my drives aren't configured as master/slave. The jumpers are in the third slot on both drives ("cables select" i think it's called).
But I don't think it will matter at this point. I just upgraded last night to the 2.6.10 kernel, and I hear that scsi emulation is obsolete in this kernel version.
I have a similar issue with this in my Slackware 10.1 install. I decided, for now, to stick with 2.4.
I see that my cd burner is listed as /dev/sr0 according to K3b, what should I add for a line in my fstab file?
Should I be adding a line for /dev/sr0, or replacing it for the /dev/cdrom line?
Here is the line for /dev/cdrom:
/dev/cdrom /mnt/cdrom iso9660 noauto,users,ro 0 0
anything else I need to do? Permissions for the /mnt/whatever/ dir?
Just double checking for any "gotchas".
When I had it working I remember adding an fstab line for /dev/sg0 as well (sg0 and sr0 both represent the scsi emulated device), but I don't know if it's necessary since you're only mounting sr0 when you want to use the drive.
yeah, fstab will have to be modded for you're scsi device, so it'll have to be
/dev/sr0 /mnt/cdrom auto **users**,ro 0 0
Give those a shot, it worked for me the first time around, so I know it's possible. Post back here if you have any problems.
right? if not, that's your problem. Run "lsmod" to make sure ide-scsi is running.
The two entries in fstab shouldn't make a difference since you're only going to mount one of them (which one you choose is up to you)
**edit**
By the way, if the cdrom=ide-scsi is what's missing and you want it to run at boot, edit your lilo.conf (or whichever bootloader you have) so that it contains
yeah, looks like you are in the same boat that I was in too . I was only able to get out of it by updating to 2.6.10 where the scsi emulation is deprecated (dvds burn at 8x in normal dma mode). I might just have to do a little reading up myself
LOL yea tell me about it. Dont really have time right now, but unless I can figure out what is wrong and how to correct it, I might have to mess around with another kernel compile. Then Im sure I will be back again with another no sound no net problem like every other time I tried 2.6.* Dang nforce2.
LOL yea tell me about it. Dont really have time right now, but unless I can figure out what is wrong and how to correct it, I might have to mess around with another kernel compile. Thanks for the help.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.