what says:
cat /proc/sys/dev/cdrom/lock

if theres a 1 then the lock at mount is enabled. if there is a 0 then lock
at mount is disabled.
you can enable this with:
echo 1 > /proc/sys/dev/cdrom/lock
or disable with:
echo 0 > /proc/sys/dev/cdrom/lock

i dont know if this is related to your behavior, but could be..

yours
stephan

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Jeremy
Huntwork
Sent: Tuesday, September 13, 2005 7:10 PM
To: LFS Developers Mailinglist
Subject: Re: Bug in LFS?


Jeremy Huntwork wrote:
> Jeremy Huntwork wrote:
>
>>
>> Like Archaic, I'll test the LiveCD on a few other PC's here at work
>> and report...
>
>
> Here's a clip of the dmesg output on a PC that locked properly at work,
> I'll try to do the same for the ones at home that showed the problem (or
> if I find another one here at work that does...)
>

Here's a clip of dmesg from one that exhibits the behavior - the CD
ejects while the LiveCD is mounted and in use.

Using the same driver, so must be a hardware specific thing. It's not a
very old machine either...

--
JH

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to