>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<

On 4/2/00, 3:32:41 AM, BILL <[EMAIL PROTECTED]> wrote regarding Re: 
[newbie] CD-ROM disappeared:

> OK.I have since reconfigured the CD'S bacvk to where they had 
started,...cd read only
> on hdb,cd r+w on hdb,
> my "dmesg reads fine with the exception of the last few lines which go 
as
> follows(can't seem to cut and paste for some reason)(bill @localhost 
bill)$ tepping 03
> bash: tepping:command not found
> (bill@localhost bill) $ Checking 386/387 coupling...OK,FPU 
usingexception 16 error
> reporting
> bash:Checking:command not found
> it repeats this last paragraph ,don't  know if this means anything but 
first time I
> got that one.

This output is not making a whole lot of sense. It looks like you fed 
dmesg to the shell.

Try this:

dmesg > dmesgout.txt

and attach dmesgout.txt to your next e-mail to the list.

> In regard to fstab ,thats another story now,is fstab supposed to make 
duplicate files
> everytime you make a change to it?I now have  four different fstab
> files,fstab,fstab-,fstab--,fsatb---

What editor are you using? The other fstabs are backups created by 
your editor. You can delete them if you don't need them anymore.

> fstab  reads: /dev/cdrom  /mnt/ cdrom supermount 
fs=iso9660,dev=/dev/cdrom 0 0
>                       /mnt/cdrom2 /mnt/cdrom2  supermount  
fs=iso9660,dev=/dev/cdrom2
> 0 0

Bill - please attach the actual file contents, this is really 
difficult to sift through -

> fstab  reads: /dev/cdrom  /mnt/ cdrom supermount 
fs=iso9660,dev=/dev/cdrom 0 0

Okay - is there REALLY a space between /mnt/ and cdrom, or did you 
transcribe this?

>                       /mnt/cdrom2 /mnt/cdrom2  supermount  
fs=iso9660,dev=/dev/cdrom2
> 0 0

If this is in fact what is in fstab... I'm concerned about the 
/mnt/cdrom2 /mnt/cdrom2 - this looks like a circular mount, and that 
won't work. It should read:

/dev/cdrom2 /mnt/cdrom2 supermount fs=iso9660,dev=/dev/cdrom2

Can you remind me - is your writer IDE or SCSI?

> fstab- reads : /dev/scd0 /mnt/cdrom supermount 
fs=iso9660,dev=/dev/scd0  0  0
>                          /mnt/cdrom2 /mnt/cdrom2 supermount
> fs=iso9660,dev=/dev/cdrom2  0 0
> fstab-- reads the same as fstab-
> and fstab--- reads:/mnt/cdrom /mnt/cdrom supermount 
fs=iso9660,dev=/dev/cdrom  0 0
>                                     /mnt/cdrom2 /mnt/cdrom2 supermount
> fs=iso9660,dev=/dev/cdrom2  0 0

> So right now I have use of cdrom read only,which is working 
normally,cdrom2 just gets
> a "can not list directory  contents file :/mntcdrom2"

> Also  mtab list as this:/mnt/cdrom supermount  
rw,fs=iso9660,dev=/dev/cdrom
>                                          /mnt/cdrom2 supermount
> rw,fs=iso9660,dev=/dev/cdrom2
> There is also this line just above these entries in mtab which reads 
as : none
> /dev/pts devpts  rw,mode 0620  0 0

Bill - I have to ask you to attach the actual files, because I don't 
feel like I can trust what you've written here. There seem to be 
contradictions in the output.

I want you to attach (as files) the output of:

dmesg

the contents of

fstab
mtab

And then I can have a proper look at this. There isn't anything 
seriously wrong with your system - it looks like you've made some 
major configuration errors which should be easy to fix.

-Stephen-

PS: learn to use command line redirection! It's critical for managing 
a Unix machine.



Reply via email to