Received: (from majordomo@localhost) by oss.sgi.com (8.11.3/8.11.3) id f3JGDWY15886 for linux-xfs-outgoing; Thu, 19 Apr 2001 09:13:32 -0700 Received: from deepthought.granfalloon.com (roc-24-161-81-88.rochester.rr.com [24.161.81.88]) by oss.sgi.com (8.11.3/8.11.3) with ESMTP id f3JGDUM15883 for ; Thu, 19 Apr 2001 09:13:31 -0700 Received: (from caleb@localhost) by deepthought.granfalloon.com (8.9.3/8.8.7) id MAA23835 for linux-xfs@oss.sgi.com; Thu, 19 Apr 2001 12:13:19 -0400 Date: Thu, 19 Apr 2001 12:13:19 -0400 From: Caleb Land To: linux-xfs@oss.sgi.com Subject: /dev/cdrom problems (ide-cd being unloaded by cron) Message-ID: <20010419121319.B23527@deepthought.granfalloon.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="9amGYk9869ThD9tj" Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk --9amGYk9869ThD9tj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello, Recently I installed Red Hat 7.1 from the SGI XFS disc (very nice work BTW) and when I first used the system, I had problems with ide-cd not loading (as others have), but after running `depmod -a ` everything seemed to be solved, but then as I used the computer past 10 minutes, I noticed that if I didn't have any CDROM drives in use/mounted during that time, I would lose my /dev/hd[ac] entries, and the cdrom entries (those are my cdrom devices). I found that cron was unloading unused modules every 10 minutes. Now, if I put something like: alias /dev/ide* /dev/ide (/dev/ide is a probeall module in modules.devfsd)=20 alias /dev/cdroms* /dev/ide and=20 alias /dev/hd* /dev/ide in my modules.conf, the ide-cd module is loaded whenever these devices are accessed, but for some reason, the entries in /dev/cdroms keep incrementing the cdromX number (IE the second time the module is loaded, I have cdrom2 and cdrom3) I can fix this by either including the above lines, and referencing the cdroms with their original or new device names (IE /dev/hdX or /dev/ide/* but NOT /dev/cdroms as those devices always change) OR I can disable automatic module unloading. I just wanted to bring this up, and ask if there was a better solution. --=20 Sincerely, Caleb Land --- Email: bokonon@rochester.rr.com Jabber: caleb@jabber.granfalloon.com AIM: RedHatDude ICQ: 8358400 GnuPG/PGP Public Key: finger me at "caleb@deepthought.granfalloon.com" and read my .plan. --- --9amGYk9869ThD9tj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE63w6fBPu4o6ReG9sRAoJ3AJ4rWicDVs+T5MzpwPAz0pu3YPTSGgCfZXp5 os8Hj9oPiUGJVRMUxVW1KJA= =gHDm -----END PGP SIGNATURE----- --9amGYk9869ThD9tj--