Re: [gentoo-user] mount: special device /dev/croms/crom0 does not exist

2003-08-26 Thread Redmond Militante
hi

this is strange.  i just did the exact same install process, same fstab
etc. - but this time on a new world blue and white ibook.

/dev/cdroms/cdrom0 shows up and is mountable.

it must be the drive on the black powerbook.  but i was able to use the cdrom drive on 
the black powerbook to install with the livecd!

redmond


[Mon, Aug 25, 2003 at 10:13:45PM -0400]
This one time, at band camp, Ernie Schroder said:

> On Monday 25 August 2003 09:39 pm, Redmond Militante wrote:
> > hi
> >
> > when i do
> >
> > [Mon, Aug 25, 2003 at 09:30:52PM -0400]
> >
> > This one time, at band camp, Ernie Schroder said:
> > > Assuming your cdrom device is IDE and not SCSI, hopefully you know
> > > where on the bus it is.
> > > As root do:
> > > dmesg | grep hd
> > > On my machine I get:
> > > Kernel command line: root=/dev/hda5
> > > ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
> > > ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
> > > hda: Maxtor 6Y080P0, ATA DISK drive
> > > hdc: ATAPI 50X CDROM, ATAPI CD/DVD-ROM drive
> > > hdd: LITE-ON LTR-32123S, ATAPI CD/DVD-ROM drive
> > > hda: 160086528 sectors (81964 MB) w/7936KiB Cache, CHS=9964/255/63
> > >
> > > Note that I have a cdrom drive at /dev/hdc and a CR-RW at /dev/hdd
> > >
> > > Let's say, for instance your CD-ROM is at /dev/hdc or master on the
> > > secondary channel. Put a data cd in the drive and, as root do:
> > >
> > > # mount /dev/hdc /mnt/cdrom
> > > No output means that the drive is mounted if you get errors,
> > > probably not depending on the disk you may need to specify a file
> > > system. At any rate, post your /etc/fsab and we can probably fix
> > > you up
> > > --
> > > Regards, Ernie
> > > 100% Microsoft and Intel free
> >
> > dmesg | grep hd gives me
> > Kernel command line: root=/dev/hda12 ro
> > hda: IBM-DARA-206000, ATA disk ddrive
> > hda: enabling Ultra DMA 4
> > hda: attached ide-disk driver
> > hda: host protected area=>1
> > hda: 11733120 sectors (6007 mb) w/418KiB Cache, CHS=12416/15/63
> >
> > my /etc/fstab looks like
> >
> > ...
> > #NOTE: if your BOOT partition is ReiserFS, add the notail option to
> > opts. #/dev/BOOT /boot ext2 noauto,noatime 1 1
> > /dev/hda12 / ext3 noatime 0 0
> > /dev/hda11 none swap sw 0 0
> > /dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
> > proc /proc proc defaults 0 0
> >
> > thanks
> > redmond
> >
> > > --
> > > [EMAIL PROTECTED] mailing list
> 
> 
> It seems strange to me that dmesg is not showing any cd-rom device. Make 
> sure that it is indeed plugged in and determine where on the bus it is. 
> hda = primary channel master
> hdb = primary channel slave
> hdc = secondary channel master and
> hdd = secondary channel slave.
> Then try changing your /etc/fstab line for the cdrom to:
> /dev/hdx  /mnt/cdrom  iso9660 noauto,users,ro 0 0
> where x = the letter b,c,or d from above.
> If you can't mount the cdrom device afer rebooting, check dmesg for 
> messages re: the hdx. If none of this helps, your kernel is probably 
> missing cdrom support. check your kernel config again and get back to 
> the list. Sorry I can't be of more help but the "/dev/crom/crom0" from 
> your orriginal post smacked of a typo. Beyond this, I'm lost. Anyone 
> else have some help for Redmond? 
> -- 
> Regards, Ernie
> 100% Microsoft and Intel free
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 

-- 
FreeBSD 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #0: Mon Aug 11 13:00:11 CDT 2003
 9:00PM  up 11 days, 20:44, 1 user, load averages: 0.00, 0.00, 0.00
 
This sentence contradicts itself -- no actually it doesn't.
-- Hofstadter
 


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] mount: special device /dev/croms/crom0 does not exist

2003-08-26 Thread Ernie Schroder
On Monday 25 August 2003 09:39 pm, Redmond Militante wrote:
> hi
>
> when i do
>
> [Mon, Aug 25, 2003 at 09:30:52PM -0400]
>
> This one time, at band camp, Ernie Schroder said:
> > Assuming your cdrom device is IDE and not SCSI, hopefully you know
> > where on the bus it is.
> > As root do:
> > dmesg | grep hd
> > On my machine I get:
> > Kernel command line: root=/dev/hda5
> > ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
> > ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
> > hda: Maxtor 6Y080P0, ATA DISK drive
> > hdc: ATAPI 50X CDROM, ATAPI CD/DVD-ROM drive
> > hdd: LITE-ON LTR-32123S, ATAPI CD/DVD-ROM drive
> > hda: 160086528 sectors (81964 MB) w/7936KiB Cache, CHS=9964/255/63
> >
> > Note that I have a cdrom drive at /dev/hdc and a CR-RW at /dev/hdd
> >
> > Let's say, for instance your CD-ROM is at /dev/hdc or master on the
> > secondary channel. Put a data cd in the drive and, as root do:
> >
> > # mount /dev/hdc /mnt/cdrom
> > No output means that the drive is mounted if you get errors,
> > probably not depending on the disk you may need to specify a file
> > system. At any rate, post your /etc/fsab and we can probably fix
> > you up
> > --
> > Regards, Ernie
> > 100% Microsoft and Intel free
>
> dmesg | grep hd gives me
> Kernel command line: root=/dev/hda12 ro
> hda: IBM-DARA-206000, ATA disk ddrive
> hda: enabling Ultra DMA 4
> hda: attached ide-disk driver
> hda: host protected area=>1
> hda: 11733120 sectors (6007 mb) w/418KiB Cache, CHS=12416/15/63
>
> my /etc/fstab looks like
>
> ...
> #NOTE: if your BOOT partition is ReiserFS, add the notail option to
> opts. #/dev/BOOT /boot ext2 noauto,noatime 1 1
> /dev/hda12 / ext3 noatime 0 0
> /dev/hda11 none swap sw 0 0
> /dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
> proc /proc proc defaults 0 0
>
> thanks
> redmond
>
> > --
> > [EMAIL PROTECTED] mailing list


It seems strange to me that dmesg is not showing any cd-rom device. Make 
sure that it is indeed plugged in and determine where on the bus it is. 
hda = primary channel master
hdb = primary channel slave
hdc = secondary channel master and
hdd = secondary channel slave.
Then try changing your /etc/fstab line for the cdrom to:
/dev/hdx/mnt/cdrom  iso9660 noauto,users,ro 0 0
where x = the letter b,c,or d from above.
If you can't mount the cdrom device afer rebooting, check dmesg for 
messages re: the hdx. If none of this helps, your kernel is probably 
missing cdrom support. check your kernel config again and get back to 
the list. Sorry I can't be of more help but the "/dev/crom/crom0" from 
your orriginal post smacked of a typo. Beyond this, I'm lost. Anyone 
else have some help for Redmond? 
-- 
Regards, Ernie
100% Microsoft and Intel free


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] mount: special device /dev/croms/crom0 does not exist

2003-08-26 Thread Redmond Militante
hi

when i do 

[Mon, Aug 25, 2003 at 09:30:52PM -0400]
This one time, at band camp, Ernie Schroder said:

> 
> Assuming your cdrom device is IDE and not SCSI, hopefully you know where 
> on the bus it is.
> As root do:
> dmesg | grep hd
> On my machine I get:
> Kernel command line: root=/dev/hda5
> ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
> ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
> hda: Maxtor 6Y080P0, ATA DISK drive
> hdc: ATAPI 50X CDROM, ATAPI CD/DVD-ROM drive
> hdd: LITE-ON LTR-32123S, ATAPI CD/DVD-ROM drive
> hda: 160086528 sectors (81964 MB) w/7936KiB Cache, CHS=9964/255/63
> 
> Note that I have a cdrom drive at /dev/hdc and a CR-RW at /dev/hdd
> 
> Let's say, for instance your CD-ROM is at /dev/hdc or master on the 
> secondary channel. Put a data cd in the drive and, as root do:
> 
> # mount /dev/hdc /mnt/cdrom
> No output means that the drive is mounted if you get errors, probably 
> not depending on the disk you may need to specify a file system. At any 
> rate, post your /etc/fsab and we can probably fix you up
> -- 
> Regards, Ernie
> 100% Microsoft and Intel free
> 

dmesg | grep hd gives me
Kernel command line: root=/dev/hda12 ro
hda: IBM-DARA-206000, ATA disk ddrive
hda: enabling Ultra DMA 4
hda: attached ide-disk driver
hda: host protected area=>1
hda: 11733120 sectors (6007 mb) w/418KiB Cache, CHS=12416/15/63

my /etc/fstab looks like

...
#NOTE: if your BOOT partition is ReiserFS, add the notail option to opts.
#/dev/BOOT /boot ext2 noauto,noatime 1 1
/dev/hda12 / ext3 noatime 0 0
/dev/hda11 none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
proc /proc proc defaults 0 0

thanks
redmond



> 
> --
> [EMAIL PROTECTED] mailing list
> 

-- 
FreeBSD 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #0: Mon Aug 11 13:00:11 CDT 2003
 8:30PM  up 11 days, 20:14, 1 user, load averages: 0.00, 0.00, 0.00
 
Genderplex, n.:
The predicament of a person in a restaurant who is unable to
determine his or her designated restroom (e.g., turtles and
tortoises).
-- Rich Hall, "Sniglets"
 


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] mount: special device /dev/croms/crom0 does not exist

2003-08-26 Thread Ernie Schroder
On Monday 25 August 2003 08:49 pm, Redmond Militante wrote:
> hi
>
> thanks for responding.
>
> my /etc/fstab looks like
> /dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
>
> ls /mnt gives me
> cdrom
>
> it might be very likely i have a typo somewhere - any other places to
> check?
>
> thanks
> redmond
>
> [Mon, Aug 25, 2003 at 08:40:59PM -0400]
>
> This one time, at band camp, Ernie Schroder said:
> > A quick look makes me think that you have a typo in /etc/fstab or
> > /mnt/[CDROM_MOUNT_POINT]
> > Check the entry for your cdrom device  then check the name of the
> > mount point in /mnt.
> > --
> > Regards, Ernie
> > 100% Microsoft and Intel free
> >
> >
> > --
> > [EMAIL PROTECTED] mailing list


Assuming your cdrom device is IDE and not SCSI, hopefully you know where 
on the bus it is.
As root do:
dmesg | grep hd
On my machine I get:
Kernel command line: root=/dev/hda5
ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
hda: Maxtor 6Y080P0, ATA DISK drive
hdc: ATAPI 50X CDROM, ATAPI CD/DVD-ROM drive
hdd: LITE-ON LTR-32123S, ATAPI CD/DVD-ROM drive
hda: 160086528 sectors (81964 MB) w/7936KiB Cache, CHS=9964/255/63

Note that I have a cdrom drive at /dev/hdc and a CR-RW at /dev/hdd

Let's say, for instance your CD-ROM is at /dev/hdc or master on the 
secondary channel. Put a data cd in the drive and, as root do:

# mount /dev/hdc /mnt/cdrom
No output means that the drive is mounted if you get errors, probably 
not depending on the disk you may need to specify a file system. At any 
rate, post your /etc/fsab and we can probably fix you up
-- 
Regards, Ernie
100% Microsoft and Intel free


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] mount: special device /dev/croms/crom0 does not exist

2003-08-26 Thread Redmond Militante
hi

thanks for responding.

my /etc/fstab looks like
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0

ls /mnt gives me
cdrom

it might be very likely i have a typo somewhere - any other places to check?

thanks
redmond

[Mon, Aug 25, 2003 at 08:40:59PM -0400]
This one time, at band camp, Ernie Schroder said:
> 
> 
> A quick look makes me think that you have a typo in /etc/fstab or 
> /mnt/[CDROM_MOUNT_POINT]
> Check the entry for your cdrom device  then check the name of the mount 
> point in /mnt.
> -- 
> Regards, Ernie
> 100% Microsoft and Intel free
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 

-- 
FreeBSD 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #0: Mon Aug 11 13:00:11 CDT 2003
 7:45PM  up 11 days, 19:29, 1 user, load averages: 0.07, 0.02, 0.01
 
Although written many years ago, Lady Chatterley's Lover has just been
reissued by the Grove Press, and this pictorial account of the
day-to-day life of an English gamekeeper is full of considerable
interest to outdoor minded readers, as it contains many passages on
pheasant-raising, the apprehending of poachers, ways to control vermin,
and other chores and duties of the professional gamekeeper.
Unfortunately, one is obliged to wade through many pages of extraneous
material in order to discover and savour those sidelights on the
management of a midland shooting estate, and in this reviewer's opinion
the book cannot take the place of J. R. Miller's "Practical
Gamekeeping."
-- Ed Zern, "Field and Stream" (Nov. 1959)
 


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] mount: special device /dev/croms/crom0 does not exist

2003-08-26 Thread Ernie Schroder
On Monday 25 August 2003 06:16 pm, Collins Richey wrote:
> On Mon, 25 Aug 2003 15:31:51 -0500
>
> Redmond Militante <[EMAIL PROTECTED]> wrote:
> > hi
> >
> > i tried modprobe ide-scsi, turned up nothing...
> >
> > i checked my kernel config
> >
> > i have
> >
> > "ATA/IDE/MFM/RLL support" ---> "IDE, ATA and ATAPI Block devices"
> > ---> "SCSI emulation support" and"SCSI support" enable "SCSI
> > support", "SCSI CD-ROM support" and "SCSI generic support" enabled.
> >  am i missing something in the kernel config?
> >
> > thanks
> >
> > redmond
> >
> >
> > [Mon, Aug 25, 2003 at 02:01:18PM -0500]
> >
> > This one time, at band camp, James A. Cox said:
> > > Redmond Militante wrote:
> > > >hi all
> > > >
> > > >after installing 1.4 on a black newworld g3
> > > > powerbook/400mhz/128mb ram/6 gb hdd using livecd-g3-grp-1.4-cd1
> > > > iso image burned to a cdrom, i am able to reboot into gentoo
> > > > successfully, but i am having trouble mounting
> > > > livecd-ppc-grp-1.4-cd2 disk. i enter 'mount /dev/cdroms/cdrom0
> > > > /mnt/cdrom -o ro -t iso9660', and receive the error msg 'ount:
> > > > special device /dev/croms/crom0 does not exist'. this is my
> > > > first install - i've been following the gentoo-ppc installation
> > > > instructions on this website. i've gone back and tried to
> > > > recompile extra file system-related features into my kernel. i
> > > > still receive the error message.
> > > >any advice would be appreciated
> > > >thanks
> > >
> > > When I got this error, I found that the system wasn't loading the
> > > ide-scsi module.  Fixed by modprobe ide-scsi.
>
> In the kernel config, I have (builtin for me, you may choose
> modules):
>
> CONFIG_BLK_DEV_IDESCSI=y
> CONFIG_SCSI=y
> CONFIG_BLK_DEV_SD=y
> CONFIG_BLK_DEV_SR=y
> CONFIG_BLK_DEV_SR_VENDOR=y
> CONFIG_CHR_DEV_SG=y


A quick look makes me think that you have a typo in /etc/fstab or 
/mnt/[CDROM_MOUNT_POINT]
Check the entry for your cdrom device  then check the name of the mount 
point in /mnt.
-- 
Regards, Ernie
100% Microsoft and Intel free


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] mount: special device /dev/croms/crom0 does not exist

2003-08-25 Thread Redmond Militante
hi

i tried modprobe ide-scsi, turned up nothing...

i checked my kernel config

i have

"ATA/IDE/MFM/RLL support" ---> "IDE, ATA and ATAPI Block devices" ---> "SCSI emulation 
support" and
"SCSI support" enable "SCSI support", "SCSI CD-ROM support" and "SCSI generic support"
enabled.  am i missing something in the kernel config?

thanks

redmond


[Mon, Aug 25, 2003 at 02:01:18PM -0500]
This one time, at band camp, James A. Cox said:

> Redmond Militante wrote:
> 
> >hi all
> >
> >after installing 1.4 on a black newworld g3 powerbook/400mhz/128mb ram/6 
> >gb hdd using livecd-g3-grp-1.4-cd1 iso image burned to a cdrom, i am able 
> >to reboot into gentoo successfully, but i am having trouble mounting 
> >livecd-ppc-grp-1.4-cd2 disk. i enter 'mount /dev/cdroms/cdrom0 /mnt/cdrom 
> >-o ro -t iso9660', and receive the error msg 'ount: special device 
> >/dev/croms/crom0 does not exist'. 
> >this is my first install - i've been following the gentoo-ppc installation 
> >instructions on this website. i've gone back and tried to recompile extra 
> >file system-related features into my kernel. i still receive the error 
> >message. 
> >any advice would be appreciated 
> >thanks
> >
> >
> > 
> >
> When I got this error, I found that the system wasn't loading the 
> ide-scsi module.  Fixed by modprobe ide-scsi.
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 

-- 
FreeBSD 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #0: Mon Aug 11 13:00:11 CDT 2003
 3:30PM  up 11 days, 15:14, 2 users, load averages: 0.00, 0.00, 0.00
 
Fats Loves Madelyn
 


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] mount: special device /dev/croms/crom0 does not exist

2003-08-25 Thread Redmond Militante
hi

thanks for responding
mount /dev/cdrom /mnt/cdrom doesn't work. same error

ps aux | grep devfs gives me
root 36 0.0 0.7 1988 952  /sbin/devfsd /dev
so, devfs is running...

i've tried reinstalling a couple of times, and enabling a bunch of kernel options.  
which kernel options do i need to enable to get cd's to mount?

thanks
redmond

[Mon, Aug 25, 2003 at 08:10:24PM +0200]
This one time, at band camp, Kenneth Macdonald Karlsen said:

> Redmond Militante wrote:
> >hi all
> >
> >after installing 1.4 on a black newworld g3 powerbook/400mhz/128mb ram/6 
> >gb hdd using livecd-g3-grp-1.4-cd1 iso image burned to a cdrom, i am able 
> >to reboot into gentoo successfully, but i am having trouble mounting 
> >livecd-ppc-grp-1.4-cd2 disk. i enter 'mount /dev/cdroms/cdrom0 /mnt/cdrom 
> >-o ro -t iso9660', and receive the error msg 'ount: special device 
> >/dev/croms/crom0 does not exist'. 
> >this is my first install - i've been following the gentoo-ppc installation 
> >instructions on this website. i've gone back and tried to recompile extra 
> >file system-related features into my kernel. i still receive the error 
> >message. 
> >any advice would be appreciated 
> >thanks
> >
> >
> try "mount /dev/cdrom /mnt/cdrom" if this doesnt sucess then check if 
> devfs is running: "ps aux | grep devfs" this will show you where it is 
> mounted if running, check if your drivers is loaded for the cdrom, scsi 
>  or ide-scsi etc.
> Im no expert but you can try this.
> Kenneth
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 

-- 
FreeBSD 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #0: Mon Aug 11 13:00:11 CDT 2003
 2:15PM  up 11 days, 13:59, 1 user, load averages: 0.00, 0.00, 0.00
 
Gimmie That Old Time Religion
We will follow Zarathustra, We will worship like the Druids,
Zarathustra like we use to, Dancing naked in the woods,
I'm a Zarathustra booster,  Drinking strange fermented fluids,
And he's good enough for me!And it's good enough for me!
(chorus)(chorus)

In the church of Aphrodite,
The priestess wears a see-through nightie,
She's a mighty righteous sightie,
And she's good enough for me!
(chorus)

CHORUS: Give me that old time religion,
Give me that old time religion,
Give me that old time religion,
'Cause it's good enough for me!
 


pgp0.pgp
Description: PGP signature


[gentoo-user] mount: special device /dev/croms/crom0 does not exist

2003-08-25 Thread Redmond Militante
hi all

after installing 1.4 on a black newworld g3 powerbook/400mhz/128mb ram/6 gb hdd using 
livecd-g3-grp-1.4-cd1 iso image burned to a cdrom, i am able to reboot into gentoo 
successfully, but i am having trouble mounting livecd-ppc-grp-1.4-cd2 disk. i enter 
'mount /dev/cdroms/cdrom0 /mnt/cdrom -o ro -t iso9660', and receive the error msg 
'ount: special device /dev/croms/crom0 does not exist'. 

this is my first install - i've been following the gentoo-ppc installation 
instructions on this website. i've gone back and tried to recompile extra file 
system-related features into my kernel. i still receive the error message. 

any advice would be appreciated 
thanks


-- 
FreeBSD 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #0: Mon Aug 11 13:00:11 CDT 2003
12:00PM  up 11 days, 11:44, 2 users, load averages: 0.01, 0.01, 0.00
 
Bride, n.:
A woman with a fine prospect of happiness behind her.
-- Ambrose Bierce, "The Devil's Dictionary"
 


pgp0.pgp
Description: PGP signature