Re: [newbie] CDROM troubles

2002-12-16 Thread John Richard Smith
Brandon Vanderberg wrote:


Hi folks, sorry for the FAQ. But, I've read lots of howto's and tons of
threads on the subject in various boards, and am more confused than when
I started. 

The trouble is with my IDE CD-ROM burner. I'm not trying to burn at this
point, just read data CDs reliably. Right now it's hit and miss. An
example:

	ls /mnt/cdrom - I see the files.
	cp /mnt/cdrom/*.jpg  /home/me/documents/ - Some files make it, some
don't

The ones that don't do they have long file names with gap's ?


	ls /mnt/cdrom - I see a list of files, but each says it's an invalid
file or directory.

I believe I need to switch to ide-scsi from ide-cd, but I'm not sure. Is
there a simple way to get this working? The howto's I've read seem to
require a mastery of Linux I just don't have.

Info:
Mandrake 9.0

cdrecord -scanbus
Cdrecord 1.11a32 (i586-mandrake-linux-gnu) Copyright (C) 1995-2002 Jörg
Schilling
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.6'
scsibus0:
   0,0,0 0) *
   0,1,0 1) *
   0,2,0 2) 'LITE-ON ' 'LTR-32123S  ' 'XS0R' Removable
CD-ROM
   0,3,0 3) *
   0,4,0 4) *
   0,5,0 5) *
   0,6,0 6) *
   0,7,0 7) *


This is the same cdrw as one I have in a linux box and it works ok.



more /etc/fstab
/dev/hda1 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hda6 /home ext3 defaults 1 2
/dev/scd0   /mnt/cdrom  auto 
codepage=850,iocharset=iso8859-1,noauto,nosuid,ro,user,nodev 0 0
none /proc proc defaults 0 0
none /tmp tmpfs defaults 0 0
/dev/hda5 swap swap defaults 0 0

 

Looks ok to me.except that,mine reads,

/dev/scd0 /mnt/cdrom auto user,iocharset=iso8859-15,umask=0,exec,codepage=850,ro,noauto 0 0

why not try this, and see if it makes any difference



What about /etc/lilo.conf
append= hdc=ide-scsi 
I guess you have it since it would not show up on the bus if it didn't,
but is it exactly right.

John


--
John Richard Smith
[EMAIL PROTECTED] 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] CDROM troubles

2002-12-16 Thread John Richard Smith
Brandon Vanderberg wrote:


On Mon, 2002-12-16 at 03:25, John Richard Smith wrote:
 

Brandon Vanderberg wrote:

   

Hi folks, sorry for the FAQ. But, I've read lots of howto's and tons of
threads on the subject in various boards, and am more confused than when
I started. 
 


 

The ones that don't do they have long file names with gap's ?
   


I wish. No, in this case, it was a bunch of jpgs with short names. No
directories. Now you see em, now you don't.

 

Looks ok to me.except that,mine reads,

/dev/scd0 /mnt/cdrom auto user,iocharset=iso8859-15,umask=0,exec,codepage=850,ro,noauto 0 0

why not try this, and see if it makes any difference
   


/dev/scd0 /mnt/cdrom auto user,iocharset=iso8859-1,umask=0,exec,codepage=850,ro,noauto 0 0
I changed it to this shortly after I posted, and am able to copy now. I
was told this disabled supermount. ??? I dunno, but it's been working so
I've been doing the mount/umount thing and copying like crazy. I'll have
to burn a cd and see if that works too.


yes , that is correct , no supermount, not with scsi-emulation, don't 
work, at least
not for me and many others, maybe you are lucky, but it's not much less 
to use
auto mount , if on the command line you will have to mount /umount, if
on desktop icon just leftmouseclick icon it automatically mounts, to unmount
rightmouseclick down to either unmount or eject if eject it automatically
unmounts before ejecting media.

 


What about /etc/lilo.conf
append= hdc=ide-scsi 
I guess you have it since it would not show up on the bus if it didn't,
but is it exactly right.
   

It's there. But thanks, didn't know where that was. 
 

John


--
John Richard Smith
[EMAIL PROTECTED] 

   

Thanks, this was driving me crazy. 

 

John

--
John Richard Smith
[EMAIL PROTECTED] 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] CDROM troubles

2002-12-15 Thread Brandon Vanderberg
Hi folks, sorry for the FAQ. But, I've read lots of howto's and tons of
threads on the subject in various boards, and am more confused than when
I started. 

The trouble is with my IDE CD-ROM burner. I'm not trying to burn at this
point, just read data CDs reliably. Right now it's hit and miss. An
example:

ls /mnt/cdrom - I see the files.
cp /mnt/cdrom/*.jpg  /home/me/documents/ - Some files make it, some
don't
ls /mnt/cdrom - I see a list of files, but each says it's an invalid
file or directory.

I believe I need to switch to ide-scsi from ide-cd, but I'm not sure. Is
there a simple way to get this working? The howto's I've read seem to
require a mastery of Linux I just don't have.

Info:
Mandrake 9.0

cdrecord -scanbus
Cdrecord 1.11a32 (i586-mandrake-linux-gnu) Copyright (C) 1995-2002 Jörg
Schilling
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.6'
scsibus0:
0,0,0 0) *
0,1,0 1) *
0,2,0 2) 'LITE-ON ' 'LTR-32123S  ' 'XS0R' Removable
CD-ROM
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *

more /etc/fstab
/dev/hda1 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hda6 /home ext3 defaults 1 2
/dev/scd0   /mnt/cdrom  auto 
codepage=850,iocharset=iso8859-1,noauto,nosuid,ro,user,nodev 0 0
none /proc proc defaults 0 0
none /tmp tmpfs defaults 0 0
/dev/hda5 swap swap defaults 0 0


-- 
~Brandon
[EMAIL PROTECTED]



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] CDROM troubles

2002-12-15 Thread Dennis Myers
On Sunday 15 December 2002 03:35 pm, Brandon Vanderberg wrote:
 Hi folks, sorry for the FAQ. But, I've read lots of howto's and tons of
 threads on the subject in various boards, and am more confused than when
 I started.

 The trouble is with my IDE CD-ROM burner. I'm not trying to burn at this
 point, just read data CDs reliably. Right now it's hit and miss. An
 example:

   ls /mnt/cdrom - I see the files.
   cp /mnt/cdrom/*.jpg  /home/me/documents/ - Some files make it, some
 don't
   ls /mnt/cdrom - I see a list of files, but each says it's an invalid
 file or directory.

 I believe I need to switch to ide-scsi from ide-cd, but I'm not sure. Is
 there a simple way to get this working? The howto's I've read seem to
 require a mastery of Linux I just don't have.

 Info:
 Mandrake 9.0

 cdrecord -scanbus
 Cdrecord 1.11a32 (i586-mandrake-linux-gnu) Copyright (C) 1995-2002 Jörg
 Schilling
 Linux sg driver version: 3.1.24
 Using libscg version 'schily-0.6'
 scsibus0:
 0,0,0 0) *
 0,1,0 1) *
 0,2,0 2) 'LITE-ON ' 'LTR-32123S  ' 'XS0R' Removable
 CD-ROM
 0,3,0 3) *
 0,4,0 4) *
 0,5,0 5) *
 0,6,0 6) *
 0,7,0 7) *

 more /etc/fstab
 /dev/hda1 / ext3 defaults 1 1
 none /dev/pts devpts mode=0620 0 0
 /dev/hda6 /home ext3 defaults 1 2
 /dev/scd0   /mnt/cdrom  auto
 codepage=850,iocharset=iso8859-1,noauto,nosuid,ro,user,nodev 0 0
 none /proc proc defaults 0 0
 none /tmp tmpfs defaults 0 0
 /dev/hda5 swap swap defaults 0 0

not sure, but with some folks having problems with supermount, you may have to 
tell it   umount /mnt/cdrom and then mount /mnt/cdrom  to look at the 
next disk.  Taking the disk out without umount command may be giving you the 
grief. HTH
-- 
Dennis M.  linux user # 180842


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] CDROM troubles

2002-12-15 Thread Technoslick
It appears that you do not have supermount runnning. It would show up in
your fstab like this:

none /mnt/cdrom  supermount
/dev/scd0,fs=auto,ro,--,codepage=850,iocharset=iso8859-1,umask 0 0 0

So, you do need to unmount before switching CDs, then mount again.

T

- Original Message -
From: Brandon Vanderberg [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, December 15, 2002 4:35 PM
Subject: [newbie] CDROM troubles


Hi folks, sorry for the FAQ. But, I've read lots of howto's and tons of
threads on the subject in various boards, and am more confused than when
I started.

The trouble is with my IDE CD-ROM burner. I'm not trying to burn at this
point, just read data CDs reliably. Right now it's hit and miss. An
example:

ls /mnt/cdrom - I see the files.
cp /mnt/cdrom/*.jpg  /home/me/documents/ - Some files make it, some
don't
ls /mnt/cdrom - I see a list of files, but each says it's an invalid
file or directory.

I believe I need to switch to ide-scsi from ide-cd, but I'm not sure. Is
there a simple way to get this working? The howto's I've read seem to
require a mastery of Linux I just don't have.

Info:
Mandrake 9.0

cdrecord -scanbus
Cdrecord 1.11a32 (i586-mandrake-linux-gnu) Copyright (C) 1995-2002 Jörg
Schilling
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.6'
scsibus0:
0,0,0 0) *
0,1,0 1) *
0,2,0 2) 'LITE-ON ' 'LTR-32123S  ' 'XS0R' Removable
CD-ROM
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *

more /etc/fstab
/dev/hda1 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hda6 /home ext3 defaults 1 2
/dev/scd0   /mnt/cdrom  auto
codepage=850,iocharset=iso8859-1,noauto,nosuid,ro,user,nodev 0 0
none /proc proc defaults 0 0
none /tmp tmpfs defaults 0 0
/dev/hda5 swap swap defaults 0 0


--
~Brandon
[EMAIL PROTECTED]









Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com