Re: unable to find the cdrom
From: nirlep (nirlepedu_at_yahoo.com)
Date: 03/22/04
- Next message: Sagaert Johan: "Re: Capture console output to file ?"
- Previous message: nirlep: "Re: unable to find the cdrom"
- In reply to: Jul: "unable to find the cdrom"
- Next in thread: Tommy Reynolds: "Re: unable to find the cdrom"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 21 Mar 2004 23:49:55 -0800
log in as a root (not advisable but you have to) and use this command
root@localhost# cd mnt
check if cdrom folder is there or not? if not use following command
mkdir cdrom
and then use the command as below
mount -t iso9660 -r /dev/cdrom /mnt/cdrom
then go in to cdrom floder useing cd cdrom
and check your cdrom contents must be in your cdrom folder.
it would be work.
thanks
nirlep patel
nirlepedu@yahoo.com
mmjulian@my-deja.com (Jul) wrote in message news:<8efdb721.0403201245.1253f03d@posting.google.com>...
> I increased my ram and I was no longer able to mount the cdrom, I
> checked the comp to find that the ide cable had been displaced, I
> replaced it still was uanble to mount the cdrom I changed the cdrom
> thinking it was the problem I was still unable to mount thte cdrom,
> the cdrom was set as the secondary master (hdc), and the hard disk
> primary master (hda), I replaced the ide cable for the cdrom still no
> difference, I swopped ide buses between the hard disk and the cdrom,
> the hard disk was recognised as (hdc) but the cdrom (now hda) was not
> recognised, here is my dmesg log can someone tell me what I am doing
> wrong, or if the hda which was allocated to the hard disk initially
> has interferred with this new allocation for the cdrom, I am able to
> detect the cdrom as ide0 but it doesn't tell if a cdrom is on the
> system,
>
> /etc/fstab file and the dmesg atb startup
> [root@localhost proc]# dmesg
> Linux version 2.4.20-8 (bhcompile@porky.devel.redhat.com) (gcc version
> 3.2.2
> 20030222 (Red Hat Linux 3.2.2-5)) #1 Thu Mar 13 17:54:28 EST 2003
> BIOS-provided physical RAM map:
> BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
> BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
> BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
> BIOS-e820: 0000000000100000 - 000000000fff0000 (usable)
> BIOS-e820: 000000000fff0000 - 000000000fff8000 (ACPI data)
> BIOS-e820: 000000000fff8000 - 0000000010000000 (ACPI NVS)
> BIOS-e820: 00000000ffff0000 - 0000
> 255MB LOWMEM available.
> On node 0 totalpages: 65520
> zone(0): 4096 pages.
> zone(1): 61424 pages.
> zone(2): 0 pages.
> Kernel command line: ro root=LABEL=/
> Initializing CPU#0
> Detected 400.012 MHz processor.
> Console: colour VGA+ 80x25
> Calibrating delay loop... 797.90 BogoMIPS
> Memory: 252940k/262080k available (1347k kernel code, 6708k reserved,
> 999k
> data, 132k init, 0k highmem)
> Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)
> Inode cache hash table entries: 16384 (order: 5, 131072 bytes)
> Mount cache hash table entries: 512 (order: 0, 4096 bytes)
> Buffer-cache hash table entries: 16384 (order: 4, 65536 bytes)
> Page-cache hash table entries: 65536 (order: 6, 262144 bytes)
> CPU: L1 I cache: 16K, L1 D cache: 16K
> CPU: L2 cache: 128K
> Intel machine check architecture supported.
> Intel machine check reporting enabled on CPU#0.
> CPU: After generic, caps: 0183f9ff 00000000 00000000 00000000
> CPU: Common caps: 0183f9ff 00000000 00000000 00000000
> CPU: Intel Celeron (Mendocino) stepping 05
> Enabling fast FPU save and restore... done.
> Checking 'hlt' instruction... OK.
> POSIX conformance testing by UNIFIX
> mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
> mtrr: detected mtrr type: Intel
> PCI: PCI BIOS revision 2.10 entry at 0xf0200, last bus=1
> PCI: Using configuration type 1
> PCI: Probing PCI hardware
> PCI: Using IRQ router SIS [1039/0008] at 00:01.0
> PCI: Failed to allocate resource 0(0-7fffff) for 01:00.0
> PCI: Failed to allocate resource 1(0-ffff) for 01:00.0
> isapnp: Scanning for PnP cards...
> isapnp: No Plug & Play device found
> Linux NET4.0 for Linux 2.4
> Based upon Swansea University Computer Society NET3.039
> Initializing RT netlink socket
> apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16)
> Starting kswapd
> VFS: Disk quotas vdquot_6.5.1
> pty: 2048 Unix98 ptys configured
> Serial driver version 5.05c (2001-07-08) with MANY_PORTS MULTIPORT
> SHARE_IRQ
> SERIAL_PCI ISAPNP enabled
> ttyS0 at 0x03f8 (irq = 4) is a 16550A
> ttyS1 at 0x02f8 (irq = 3) is a 16550A
> Real Time Clock Driver v1.10e
> Floppy drive(s): fd0 is 1.44M
> FDC 0 is a post-1991 82077
> NET4: Frame Diverter 0.46
> RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
> Uniform Multi-Platform E-IDE driver Revision: 7.00beta-2.4
> ide: Assuming 33MHz system bus speed for PIO modes; override with
> idebus=xx
> SIS5513: IDE controller at PCI slot 00:00.1
> SIS5513: chipset revision 208
> SIS5513: not 100% native mode: will probe irqs later
> SiS620 ATA 66 controller
> ide0: BM-DMA at 0x7cd0-0x7cd7, BIOS settings: hda:pio, hdb:pio
> ide1: BM-DMA at 0x7cd8-0x7cdf, BIOS settings: hdc:DMA, hdd:pio
> hdc: Maxtor 91303D6, ATA DISK drive
> blk: queue c03ca3a0, I/O limit 4095Mb (mask 0xffffffff)
> ide1 at 0x170-0x177,0x376 on irq 15
> hdc: host protected area => 1
> hdc: 25450992 sectors (13031 MB) w/512KiB Cache, CHS=25249/16/63,
> UDMA(33)
> ide-floppy driver 0.99.newide
> Partition check:
> hdc: [PTBL] [1584/255/63] hdc1 hdc2 hdc3
> ide-floppy driver 0.99.newide
> md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
> md: Autodetecting RAID arrays.
> md: autorun ...
> md: ... autorun DONE.
> NET4: Linux TCP/IP 1.0 for NET4.0
> IP Protocols: ICMP, UDP, TCP, IGMP
> IP: routing cache hash table of 2048 buckets, 16Kbytes
> TCP: Hash tables configured (established 16384 bind 32768)
> Linux IP multicast router 0.06 plus PIM-SM
> NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
> RAMDISK: Compressed image found at block 0
> Freeing initrd memory: 146k freed
> VFS: Mounted root (ext2 filesystem).
> Journalled Block Device driver loaded
> EXT3-fs: INFO: recovery required on readonly filesystem.
> EXT3-fs: write access will be enabled during recovery.
> kjournald starting. Commit interval 5 seconds
> EXT3-fs: ide1(22,2): orphan cleanup on readonly fs
> ext3_orphan_cleanup: deleting unreferenced inode 212739
> ext3_orphan_cleanup: deleting unreferenced inode 212660
> ext3_orphan_cleanup: deleting unreferenced inode 212659
> EXT3-fs: ide1(22,2): 3 orphan inodes deleted
> EXT3-fs: recovery complete.
> EXT3-fs: mounted filesystem with ordered data mode.
> Freeing unused kernel memory: 132k freed
> usb.c: registered new driver usbdevfs
> usb.c: registered new driver hub
> PCI: Found IRQ 11 for device 00:01.2
> usb-ohci.c: USB OHCI at membase 0xd084a000, IRQ 11
> usb-ohci.c: usb-00:01.2, Silicon Integrated Systems [SiS] 7001
> usb.c: new USB bus registered, assigned bus number 1
> hub.c: USB hub found
> hub.c: 2 ports detected
> usb.c: registered new driver hiddev
> usb.c: registered new driver hid
> hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik <vojtech@suse.cz>
> hid-core.c: USB HID support drivers
> mice: PS/2 mouse device common for all mice
> EXT3 FS 2.4-0.9.19, 19 August 2002 on ide1(22,2), internal journal
> kjournald starting. Commit interval 5 seconds
> EXT3 FS 2.4-0.9.19, 19 August 2002 on ide1(22,1), internal journal
> EXT3-fs: mounted filesystem with ordered data mode.
> parport0: PC-style at 0x378 [PCSPP,TRISTATE]
> ip_tables: (C) 2000-2002 Netfilter core team
> parport0: PC-style at 0x378 [PCSPP,TRISTATE]
> lp0: using parport0 (polling).
> lp0: console ready
> SCSI subsystem driver Revision: 1.00Linux version 2.4.20-8
> (bhcompile@porky.devel.redhat.com) (gcc version 3.2.2 20030222 (Red
> Hat
> Linux 3.2.2-5)) #1 Thu Mar 13 17:54:28 EST 2003
> BIOS-provided physical RAM map:
> BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
> BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
> BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
> BIOS-e820: 0000000000100000 - 000000000fff0000 (usable)
> BIOS-e820: 000000000fff0000 - 000000000fff8000 (ACPI data)
> BIOS-e820: 000000000fff8000 - 0000000010000000 (ACPI NVS)
> BIOS-e820: 00000000ffff0000 - 0000
> 255MB LOWMEM available.
> On node 0 totalpages: 65520
> zone(0): 4096 pages.
> zone(1): 61424 pages.
> zone(2): 0 pages.
> Kernel command line: ro root=LABEL=/
> Initializing CPU#0
> Detected 400.012 MHz processor.
> Console: colour VGA+ 80x25
> Calibrating delay loop... 797.90 BogoMIPS
> Memory: 252940k/262080k available (1347k kernel code, 6708k reserved,
> 999k
> data, 132k init, 0k highmem)
> Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)
> Inode cache hash table entries: 16384 (order: 5, 131072 bytes)
> Mount cache hash table entries: 512 (order: 0, 4096 bytes)
> Buffer-cache hash table entries: 16384 (order: 4, 65536 bytes)
> Page-cache hash table entries: 65536 (order: 6, 262144 bytes)
> CPU: L1 I cache: 16K, L1 D cache: 16K
> CPU: L2 cache: 128K
> Intel machine check architecture supported.
> Intel machine check reporting enabled on CPU#0.
> CPU: After generic, caps: 0183f9ff 00000000 00000000 00000000
> CPU: Common caps: 0183f9ff 00000000 00000000 00000000
> CPU: Intel Celeron (Mendocino) stepping 05
> Enabling fast FPU save and restore... done.
> Checking 'hlt' instruction... OK.
> POSIX conformance testing by UNIFIX
> mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
> mtrr: detected mtrr type: Intel
> PCI: PCI BIOS revision 2.10 entry at 0xf0200, last bus=1
> PCI: Using configuration type 1
> PCI: Probing PCI hardware
> PCI: Using IRQ router SIS [1039/0008] at 00:01.0
> PCI: Failed to allocate resource 0(0-7fffff) for 01:00.0
> PCI: Failed to allocate resource 1(0-ffff) for 01:00.0
> isapnp: Scanning for PnP cards...
> isapnp: No Plug & Play device found
> Linux NET4.0 for Linux 2.4
> Based upon Swansea University Computer Society NET3.039
> Initializing RT netlink socket
> apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16)
> Starting kswapd
> VFS: Disk quotas vdquot_6.5.1
> pty: 2048 Unix98 ptys configured
> Serial driver version 5.05c (2001-07-08) with MANY_PORTS MULTIPORT
> SHARE_IRQ
> SERIAL_PCI ISAPNP enabled
> ttyS0 at 0x03f8 (irq = 4) is a 16550A
> ttyS1 at 0x02f8 (irq = 3) is a 16550A
> Real Time Clock Driver v1.10e
> Floppy drive(s): fd0 is 1.44M
> FDC 0 is a post-1991 82077
> NET4: Frame Diverter 0.46
> RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
> Uniform Multi-Platform E-IDE driver Revision: 7.00beta-2.4
> ide: Assuming 33MHz system bus speed for PIO modes; override with
> idebus=xx
> SIS5513: IDE controller at PCI slot 00:00.1
> SIS5513: chipset revision 208
> SIS5513: not 100% native mode: will probe irqs later
> SiS620 ATA 66 controller
> ide0: BM-DMA at 0x7cd0-0x7cd7, BIOS settings: hda:pio, hdb:pio
> ide1: BM-DMA at 0x7cd8-0x7cdf, BIOS settings: hdc:DMA, hdd:pio
> hdc: Maxtor 91303D6, ATA DISK drive
> blk: queue c03ca3a0, I/O limit 4095Mb (mask 0xffffffff)
> ide1 at 0x170-0x177,0x376 on irq 15
> hdc: host protected area => 1
> hdc: 25450992 sectors (13031 MB) w/512KiB Cache, CHS=25249/16/63,
> UDMA(33)
> ide-floppy driver 0.99.newide
> Partition check:
> hdc: [PTBL] [1584/255/63] hdc1 hdc2 hdc3
> ide-floppy driver 0.99.newide
> md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
> md: Autodetecting RAID arrays.
> md: autorun ...
> md: ... autorun DONE.
> NET4: Linux TCP/IP 1.0 for NET4.0
> IP Protocols: ICMP, UDP, TCP, IGMP
> IP: routing cache hash table of 2048 buckets, 16Kbytes
> TCP: Hash tables configured (established 16384 bind 32768)
> Linux IP multicast router 0.06 plus PIM-SM
> NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
> RAMDISK: Compressed image found at block 0
> Freeing initrd memory: 146k freed
> VFS: Mounted root (ext2 filesystem).
> Journalled Block Device driver loaded
> EXT3-fs: INFO: recovery required on readonly filesystem.
> EXT3-fs: write access will be enabled during recovery.
> kjournald starting. Commit interval 5 seconds
> EXT3-fs: ide1(22,2): orphan cleanup on readonly fs
> ext3_orphan_cleanup: deleting unreferenced inode 212739
> ext3_orphan_cleanup: deleting unreferenced inode 212660
> ext3_orphan_cleanup: deleting unreferenced inode 212659
> EXT3-fs: ide1(22,2): 3 orphan inodes deleted
> EXT3-fs: recovery complete.
> EXT3-fs: mounted filesystem with ordered data mode.
> Freeing unused kernel memory: 132k freed
> usb.c: registered new driver usbdevfs
> usb.c: registered new driver hub
> PCI: Found IRQ 11 for device 00:01.2
> usb-ohci.c: USB OHCI at membase 0xd084a000, IRQ 11
> usb-ohci.c: usb-00:01.2, Silicon Integrated Systems [SiS] 7001
> usb.c: new USB bus registered, assigned bus number 1
> hub.c: USB hub found
> hub.c: 2 ports detected
> usb.c: registered new driver hiddev
> usb.c: registered new driver hid
> hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik <vojtech@suse.cz>
> hid-core.c: USB HID support drivers
> mice: PS/2 mouse device common for all mice
> EXT3 FS 2.4-0.9.19, 19 August 2002 on ide1(22,2), internal journal
> kjournald starting. Commit interval 5 seconds
> EXT3 FS 2.4-0.9.19, 19 August 2002 on ide1(22,1), internal journal
> EXT3-fs: mounted filesystem with ordered data mode.
> parport0: PC-style at 0x378 [PCSPP,TRISTATE]
> ip_tables: (C) 2000-2002 Netfilter core team
> parport0: PC-style at 0x378 [PCSPP,TRISTATE]
> lp0: using parport0 (polling).
> lp0: console ready
> SCSI subsystem driver Revision: 1.00
>
>
> /etc/fstab:
>
> LABEL=/ / ext3 defaults
> 1 1
> LABEL=/boot /boot ext3 defaults
> 1 2
> none /dev/pts devpts gid=5,mode=620
> 0 0
> none /proc proc defaults
> 0 0
> none /dev/shm tmpfs defaults
> 0 0
> /dev/hda3 swap swap defaults
> 0 0
> /dev/fd0 /mnt/floppy auto
> noauto,owner,kudzu 0
> 0
> /dev/hda /mnt/cdrom iso9660 ro,user,noauto 0 0
- Next message: Sagaert Johan: "Re: Capture console output to file ?"
- Previous message: nirlep: "Re: unable to find the cdrom"
- In reply to: Jul: "unable to find the cdrom"
- Next in thread: Tommy Reynolds: "Re: unable to find the cdrom"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|