[PlanetCCRMA] Almost Perfect System

Brad Kligerman bkliger@club-internet.fr
Sun Nov 9 23:33:01 2003


Fernando/

> Is this a Sony laptop? 
Yes. Sony Vaio w/a memory stick slot. Good call.

> If so, then that is the
> difference. The cdrom under Planet is scsi1, under RH9 (kernel) is
> scsi0. Most probably under the Planet kernel scsi0 is the memory stick.
> As the cdrom fstab and /dev entries were created while booting into a
> redhat kernel they do not match. Tell us where /dev/cdrom is pointing,
> and what do you have in /etc/fstab. 

$ ls -l /dev/cdrom
lrwxrwxrwx    1 root  root  9 Nov 10 07:36 /dev/cdrom -> /dev/scd0

$ cat /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/hda5          swap          swap    defaults        0 0
none               /var/lib/jack/tmp    tmpfs   defaults         0 0
/dev/cdrom         /mnt/cdrom     udf,iso9660 noauto,owner,kudzu,ro 0 0

/brad.