baslinux AT lists.ibiblio.org
Subject: Baslinux mailing list
List archive
- From: 3aoo-cvfd AT dea.spamcon.org
- To: baslinux AT lists.ibiblio.org
- Subject: Re: [BL] mounting CD drive
- Date: Sun, 31 Oct 2004 09:17:52 +1300
shel wrote:
>
> /etc/fstab below can't find the CD-ROM drive to mount it,
> even though it has a disc in it.
Linux mounts the filesystems in /etc/fstab *before*
it runs the startup file (/etc/rc). Until it does
the CDrom insmods in /etc/rc, the CDrom does not exist.
> I even put a line just for that in rc
> ==========
> mount -t iso9660 -o ro /dev/hdd /cd/top
> insmod cdrom
> insmod ide-cd
> insmod isofs
> ==========
Here, too, you are trying to mount the CDrom before
the drive exists. First do the insmods; then do
the mount
---------------------------------------
insmod cdrom
insmod ide-cd
insmod isofs
mount -t iso9660 -o ro /dev/hdd /cd/top
---------------------------------------
Cheers,
Steven
____________________________
http://www.basiclinux.com.ru
-
[BL] Re: BL2 and ADSL,
Nomdo Jansonius, 10/30/2004
-
[BL] mounting CD drive,
shel, 10/30/2004
-
Re: [BL] mounting CD drive,
3aoo-cvfd, 10/30/2004
-
Re: [BL] mounting CD drive,
shel, 10/30/2004
- Re: [BL] mounting CD drive, 3aoo-cvfd, 10/30/2004
-
Re: [BL] mounting CD drive,
shel, 10/30/2004
-
Re: [BL] mounting CD drive,
3aoo-cvfd, 10/30/2004
- Re: [BL] Re: BL2 and ADSL, 3aoo-cvfd, 10/30/2004
- <Possible follow-up(s)>
- [BL] Re: BL2 and ADSL, Nomdo Jansonius, 10/30/2004
-
[BL] mounting CD drive,
shel, 10/30/2004
Archive powered by MHonArc 2.6.24.