Re: cannot mount cdrom - not a newbie problem

2004-12-15 Thread Nathan Kinkade
On Wed, Dec 15, 2004 at 01:25:39PM +1000, Timothy Smith wrote:
 
 yes, the hardware is perfect.

You mention in your original post that you feel like somehow the ata
just went bad in some way or another.  Just to isolate this to a FreeBSD
software issue have you tried booting to, say, a Knoppix live-cd and
mounting the CD.  Seems to me that if it works under one of the Linux
live-cds that you can pretty much narrow it down to something with
FreeBSD and/or it's interaction with your particular hardware.

Nathan


pgpkcVb2uE5aa.pgp
Description: PGP signature


Re: cannot mount cdrom - not a newbie problem

2004-12-15 Thread Timothy Smith
ok i deleted the devices and ran sh MAKEDEV acd0 and still no joy
i'll pre-empt the it must be hardware by assuming you it's not, it's 
does it on 2 different drives which work in other machines just fine.
one is an lg dvdrw the other a cdrw

my only possible thought now is it's something to do with dma
Timothy Smith wrote:
Peter Harmsen wrote:
Giorgos Keramidas wrote:
On 2004-12-15 09:43, Timothy Smith [EMAIL PROTECTED] wrote:
 

titan# mount -t cd9660 /dev/cd0a /mount
cd9660: /dev/cd0a: Invalid argument
  

Try without *any* partition name:
titan# mount -t cd9660 /dev/cd0 /mount
Since /mount is a non-standard name, you _did_ check that /mount exists
as a directory right?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

 

Have you checked the acl rights of /dev/acd0 ?
On my PC i just installed FreeBSD 5.3  Issuing chgrp user /dev/acd0
+ chmod 770 /dev/acd0 solved the problem.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


i'm su'd to root..
it's not a permission problem.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cannot mount cdrom - not a newbie problem

2004-12-14 Thread Giorgos Keramidas
On 2004-12-15 09:43, Timothy Smith [EMAIL PROTECTED] wrote:
 titan# mount -t cd9660 /dev/cd0a /mount
 cd9660: /dev/cd0a: Invalid argument

Try without *any* partition name:

titan# mount -t cd9660 /dev/cd0 /mount

Since /mount is a non-standard name, you _did_ check that /mount exists
as a directory right?

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cannot mount cdrom - not a newbie problem

2004-12-14 Thread Adam Fabian
On Wed, Dec 15, 2004 at 09:43:49AM +1000, Timothy Smith wrote:

 is there a way i can delete /dev/acd0* and remake the device, could
 this be a fix?

I believe that mknod would be used to do such a thing; but don't ask
me how, I've never had to do it.
-- 
Adam Fabian ([EMAIL PROTECTED])
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cannot mount cdrom - not a newbie problem

2004-12-14 Thread Timothy Smith
Subhro wrote:
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:owner-freebsd-
[EMAIL PROTECTED] On Behalf Of Timothy Smith
Sent: Wednesday, December 15, 2004 5:14
To: James; [EMAIL PROTECTED]
Subject: Re: cannot mount cdrom - not a newbie problem
titan# mount -t cd9660 /dev/cd0a /mount
cd9660: /dev/cd0a: Invalid argument
the exact same issue.
reinstalling etc is not an option since this is a development machine
and i need to work on it all the time, can't afford for it to be down.
fyi i am using freebsd 4.10 release
is there a way i can delete /dev/acd0* and remake the device, could this
be a fix?
   

As far as remaking the devices are concerned, you can use the MAKEDEV script
for remaking all devices. Are you sure that you drive is jumpered properly
and the data cables connected to the drives are in good condition?
Regards
S. 

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India
 

yes, the hardware is perfect.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cannot mount cdrom - not a newbie problem

2004-12-14 Thread Peter Harmsen
Giorgos Keramidas wrote:
On 2004-12-15 09:43, Timothy Smith [EMAIL PROTECTED] wrote:
 

titan# mount -t cd9660 /dev/cd0a /mount
cd9660: /dev/cd0a: Invalid argument
   

Try without *any* partition name:
titan# mount -t cd9660 /dev/cd0 /mount
Since /mount is a non-standard name, you _did_ check that /mount exists
as a directory right?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 

Have you checked the acl rights of /dev/acd0 ?
On my PC i just installed FreeBSD 5.3  Issuing chgrp user /dev/acd0
+ chmod 770 /dev/acd0 solved the problem.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cannot mount cdrom - not a newbie problem

2004-12-14 Thread Timothy Smith
Peter Harmsen wrote:
Giorgos Keramidas wrote:
On 2004-12-15 09:43, Timothy Smith [EMAIL PROTECTED] wrote:
 

titan# mount -t cd9660 /dev/cd0a /mount
cd9660: /dev/cd0a: Invalid argument
  

Try without *any* partition name:
titan# mount -t cd9660 /dev/cd0 /mount
Since /mount is a non-standard name, you _did_ check that /mount exists
as a directory right?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

 

Have you checked the acl rights of /dev/acd0 ?
On my PC i just installed FreeBSD 5.3  Issuing chgrp user /dev/acd0
+ chmod 770 /dev/acd0 solved the problem.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


i'm su'd to root..
it's not a permission problem.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


cannot mount cdrom - not a newbie problem

2004-12-14 Thread Timothy Smith
i have a genuine problem here.
i noticed my backup cdrw's had stopped working at some point. upon 
furthur investigation i find i cannot mount cd's full stop.

titan# mount -t cd9660 /dev/acd0c /mount
cd9660: /dev/acd0c: Invalid argument
the above command makes the drive light flicker for 3 seconds then the 
error.

this is NOT a hardware problem. i get the exact same issue with my brand 
new dvd drive.

here is what dmesg gas to say:
acd0: DVD-R HL-DT-ST DVDRAM GSA-4160B at ata1-slave WDMA2
da0 at hpt3740 bus 0 target 0 lun 0
da0: HPT3xx RAID 1 Array 3.00 Fixed Direct Access SCSI-0 device
da0: 190782MB (390721957 512 byte sectors: 255H 63S/T 24321C)
Mounting root from ufs:/dev/da0s1a
cd0 at ata1 bus 0 target 1 lun 0
cd0: HL-DT-ST DVDRAM GSA-4160B A301 Removable CD-ROM SCSI-0 device
cd0: 16.000MB/s transfers
cd0: cd present [1 x 2048 byte records]
note this was working perfectly.
i suspect that some how my ata device has gone bad some how.
let me get the obvious replys out of the way:
yes i have googled nothing i can find has even touched on a fix.
yes there is a disc in the drive
no it is not an audio disk.
there is nothing else connected to the ide ports.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cannot mount cdrom - not a newbie problem

2004-12-14 Thread James
Hi,

Have you tried:

# mount -t cd9660 /dev/cd0 /mntpnt

Seeing as how you said its a cdrw, I remember reading somewhere to 
use /dev/cd0 and not /dev/acd0

On Tuesday 14 December 2004 07:16 am, Timothy Smith wrote:
 i have a genuine problem here.
 i noticed my backup cdrw's had stopped working at some point. upon
 furthur investigation i find i cannot mount cd's full stop.

 titan# mount -t cd9660 /dev/acd0c /mount
 cd9660: /dev/acd0c: Invalid argument

 the above command makes the drive light flicker for 3 seconds then the
 error.

 this is NOT a hardware problem. i get the exact same issue with my brand
 new dvd drive.

 here is what dmesg gas to say:
 acd0: DVD-R HL-DT-ST DVDRAM GSA-4160B at ata1-slave WDMA2
 da0 at hpt3740 bus 0 target 0 lun 0
 da0: HPT3xx RAID 1 Array 3.00 Fixed Direct Access SCSI-0 device
 da0: 190782MB (390721957 512 byte sectors: 255H 63S/T 24321C)
 Mounting root from ufs:/dev/da0s1a
 cd0 at ata1 bus 0 target 1 lun 0
 cd0: HL-DT-ST DVDRAM GSA-4160B A301 Removable CD-ROM SCSI-0 device
 cd0: 16.000MB/s transfers
 cd0: cd present [1 x 2048 byte records]

 note this was working perfectly.
 i suspect that some how my ata device has gone bad some how.

 let me get the obvious replys out of the way:
 yes i have googled nothing i can find has even touched on a fix.
 yes there is a disc in the drive
 no it is not an audio disk.
 there is nothing else connected to the ide ports.
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cannot mount cdrom - not a newbie problem

2004-12-14 Thread Timothy Smith
titan# mount -t cd9660 /dev/cd0a /mount
cd9660: /dev/cd0a: Invalid argument
the exact same issue.
reinstalling etc is not an option since this is a development machine 
and i need to work on it all the time, can't afford for it to be down.

fyi i am using freebsd 4.10 release
is there a way i can delete /dev/acd0* and remake the device, could this 
be a fix?

James wrote:
Hi,
Have you tried:
# mount -t cd9660 /dev/cd0 /mntpnt
Seeing as how you said its a cdrw, I remember reading somewhere to 
use /dev/cd0 and not /dev/acd0

On Tuesday 14 December 2004 07:16 am, Timothy Smith wrote:
 

i have a genuine problem here.
i noticed my backup cdrw's had stopped working at some point. upon
furthur investigation i find i cannot mount cd's full stop.
titan# mount -t cd9660 /dev/acd0c /mount
cd9660: /dev/acd0c: Invalid argument
the above command makes the drive light flicker for 3 seconds then the
error.
this is NOT a hardware problem. i get the exact same issue with my brand
new dvd drive.
here is what dmesg gas to say:
acd0: DVD-R HL-DT-ST DVDRAM GSA-4160B at ata1-slave WDMA2
da0 at hpt3740 bus 0 target 0 lun 0
da0: HPT3xx RAID 1 Array 3.00 Fixed Direct Access SCSI-0 device
da0: 190782MB (390721957 512 byte sectors: 255H 63S/T 24321C)
Mounting root from ufs:/dev/da0s1a
cd0 at ata1 bus 0 target 1 lun 0
cd0: HL-DT-ST DVDRAM GSA-4160B A301 Removable CD-ROM SCSI-0 device
cd0: 16.000MB/s transfers
cd0: cd present [1 x 2048 byte records]
note this was working perfectly.
i suspect that some how my ata device has gone bad some how.
let me get the obvious replys out of the way:
yes i have googled nothing i can find has even touched on a fix.
yes there is a disc in the drive
no it is not an audio disk.
there is nothing else connected to the ide ports.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]
   

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cannot mount cdrom - not a newbie problem

2004-12-14 Thread Timothy Smith
what your suggesting is for 5.x
mount -t cd9660 /dev/cd0 /mount
cd9660: /dev/cd0: No such file or directory
and yes /mount does exist and yes i do have permission to use it.
note how earlier i posted the problem with /cdrom
Giorgos Keramidas wrote:
On 2004-12-15 09:43, Timothy Smith [EMAIL PROTECTED] wrote:
 

titan# mount -t cd9660 /dev/cd0a /mount
cd9660: /dev/cd0a: Invalid argument
   

Try without *any* partition name:
titan# mount -t cd9660 /dev/cd0 /mount
Since /mount is a non-standard name, you _did_ check that /mount exists
as a directory right?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: cannot mount cdrom - not a newbie problem

2004-12-14 Thread Subhro


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Timothy Smith
 Sent: Wednesday, December 15, 2004 5:14
 To: James; [EMAIL PROTECTED]
 Subject: Re: cannot mount cdrom - not a newbie problem
 
 titan# mount -t cd9660 /dev/cd0a /mount
 cd9660: /dev/cd0a: Invalid argument
 
 the exact same issue.
 reinstalling etc is not an option since this is a development machine
 and i need to work on it all the time, can't afford for it to be down.
 
 fyi i am using freebsd 4.10 release
 
 is there a way i can delete /dev/acd0* and remake the device, could this
 be a fix?

As far as remaking the devices are concerned, you can use the MAKEDEV script
for remaking all devices. Are you sure that you drive is jumpered properly
and the data cables connected to the drives are in good condition?

Regards
S. 

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


RE: cannot mount cdrom - not a newbie problem

2004-12-13 Thread Haulmark, Chris
Someone broke the silence: 

 i have a genuine problem here.
 i noticed my backup cdrw's had stopped working at some point. upon
 furthur investigation i find i cannot mount cd's full stop.
 
 titan# mount -t cd9660 /dev/acd0c /mount
 cd9660: /dev/acd0c: Invalid argument
 

Is this a typo of acd0c with the c?

Chris

 the above command makes the drive light flicker for 3 seconds
 then the
 error.
 
 this is NOT a hardware problem. i get the exact same issue
 with my brand
 new dvd drive.
 
 here is what dmesg gas to say:
 acd0: DVD-R HL-DT-ST DVDRAM GSA-4160B at ata1-slave WDMA2
 da0 at hpt3740 bus 0 target 0 lun 0
 da0: HPT3xx RAID 1 Array 3.00 Fixed Direct Access SCSI-0 device
 da0: 190782MB (390721957 512 byte sectors: 255H 63S/T 24321C)
 Mounting root from ufs:/dev/da0s1a
 cd0 at ata1 bus 0 target 1 lun 0
 cd0: HL-DT-ST DVDRAM GSA-4160B A301 Removable CD-ROM SCSI-0 device
 cd0: 16.000MB/s transfers cd0: cd present [1 x 2048 byte records]
 
 note this was working perfectly.
 i suspect that some how my ata device has gone bad some how.
 
 let me get the obvious replys out of the way:
 yes i have googled nothing i can find has even touched on a fix.
 yes there is a disc in the drive
 no it is not an audio disk.
 there is nothing else connected to the ide ports.
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cannot mount cdrom - not a newbie problem

2004-12-13 Thread Malcolm Kay
On Wed, 15 Dec 2004 12:49 am, Haulmark, Chris wrote:
 Someone broke the silence:
  i have a genuine problem here.
  i noticed my backup cdrw's had stopped working at some point. upon
  furthur investigation i find i cannot mount cd's full stop.
 
  titan# mount -t cd9660 /dev/acd0c /mount
  cd9660: /dev/acd0c: Invalid argument

 Is this a typo of acd0c with the c?

Prior to RELEASE 5.x default CD devices carried a 'partition' suffix
of 'a' or 'c' but as of 4.x acd0a and acd0c were/are equivalent and
correspond (I believe) to acd0 in 5.x. Man pages and other documentation 
in 4.x is not entirely consistent sometimes using /dev/acd0 and elsewhere
/dev/acd0c. 

Malcolm


 Chris

  the above command makes the drive light flicker for 3 seconds
  then the
  error.
 
  this is NOT a hardware problem. i get the exact same issue
  with my brand
  new dvd drive.
 
  here is what dmesg gas to say:
  acd0: DVD-R HL-DT-ST DVDRAM GSA-4160B at ata1-slave WDMA2
  da0 at hpt3740 bus 0 target 0 lun 0
  da0: HPT3xx RAID 1 Array 3.00 Fixed Direct Access SCSI-0 device
  da0: 190782MB (390721957 512 byte sectors: 255H 63S/T 24321C)
  Mounting root from ufs:/dev/da0s1a
  cd0 at ata1 bus 0 target 1 lun 0
  cd0: HL-DT-ST DVDRAM GSA-4160B A301 Removable CD-ROM SCSI-0 device
  cd0: 16.000MB/s transfers cd0: cd present [1 x 2048 byte records]
 
  note this was working perfectly.
  i suspect that some how my ata device has gone bad some how.
 
  let me get the obvious replys out of the way:
  yes i have googled nothing i can find has even touched on a fix.
  yes there is a disc in the drive
  no it is not an audio disk.
  there is nothing else connected to the ide ports.
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]