May I ask: why there are two entries each for my dvd and cd rom drives
here is the output
//////////////////
[r...@pomlinux /dev]# dmesg | grep "hd"
ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:DMA
hda: LITE-ON CD-ROM LTN-4891S, ATAPI CD/DVD-ROM drive
hdb: PHILIPS DVD+/-RW DVD8801, ATAPI CD/DVD-ROM drive
hda: ATAPI 48X CD-ROM drive, 96kB Cache, UDMA(33)
hdb: ATAPI 48X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache, UDMA(33)
SCSI device sda: 488281250 512-byte hdwr sectors (250000 MB)
SCSI device sda: 488281250 512-byte hdwr sectors (250000 MB)
SCSI device sdb: 1562824368 512-byte hdwr sectors (800166 MB)
SCSI device sdb: 1562824368 512-byte hdwr sectors (800166 MB)
SCSI device sdc: 3907711 512-byte hdwr sectors (2001 MB)
SCSI device sdc: 3907711 512-byte hdwr sectors (2001 MB)
//////////////////////
I have /cdrom directory
but "mount -t /dev/hda /cdrom" or "mount -t /dev/cdrom /cdrom"
both failed.
this is what I added to fstab
/dev/cdrom /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0
Can anyone suggest how I can mount the cdrom.
thanks
On Fri, May 28, 2010 at 8:42 AM, Jon Peatfield <
[email protected]> wrote:
> On Mon, 24 May 2010, Pom Sailasuta wrote:
>
> ...
>
> I can not removed the old drive and just simply use this 800GB drive
>> because
>> my Dell Optiplex GX620 does not have option for boot from CD or DVD,
>> I have only two options either hard drive or USB CD ROM.
>>
> ...
>
> I've seen many Dell Optiplex GX620 machines and none which can't be set to
> boot from:
>
> PXE network-boot
> USB flash/disk
> internal-harddisk
> internal CD/DVD
> internal floppy
> USB CD/DVD
>
> are you sure it won't boot from the internal CD/DVD? ie is the drive
> missing or dead? If you have a working internal CD/DVD drive then booting
> from it probably just needs to be enabled in the BIOS...
>
> -- Jon
>