Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Mounting DVD - error - "Resource termporarily unavailable": (15 Items)
   
Mounting DVD - error - "Resource termporarily unavailable"  
I am trying to mount a DVD on QNX 4.25, the DVD drive is connected via SATA cable and the motherboard sees it as EIDE.  
Using 'show_pci - v' I found the hardware information and run the following commands:

# ls /dev
con1
...

# Fsys.atapi atapi irq=10,vid=0x8086,did=0x2920,pci=0 &
65 running Fsys.atapi
# Path=0 - Intel 82801HB SA
 target=0 lun=0 CD-ROM(5) - Optiarc DVD+-RW AD-7200S Rev: 101A

# ls /dev
cd0
con1
....

// Option 1

# Iso9660fsys -s -m &
72 running Iso9660fsys
# mount -t iso9660 /dev/cd0 /cd
Error mounting /cd (Resource temporarily unavailable)

// Option 2

# Iso9660fsys /cd=/dev/cd0 &
// Nothing happens

With Option 1 the DVD drive starts to spin then the error shows up.  What am I doing incorrectly?
Re: Mounting DVD - error - "Resource termporarily unavailable"  
Sorry there is an error in the last message.  Option 2 should look like this:

// Option 2

# Iso9660fsys /cd=/dev/cd0 &
# Couldn't add '/cd'

Re: Mounting DVD - error - "Resource termporarily unavailable"  
After running Iso9660fsys, if you do an ls of /cd, do you see anything? You
don't have to mount the CD/DVD.


On 10-06-29 8:57 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:

> I am trying to mount a DVD on QNX 4.25, the DVD drive is connected via SATA
> cable and the motherboard sees it as EIDE.  Using 'show_pci - v' I found the
> hardware information and run the following commands:
> 
> # ls /dev
> con1
> ...
> 
> # Fsys.atapi atapi irq=10,vid=0x8086,did=0x2920,pci=0 &
> 65 running Fsys.atapi
> # Path=0 - Intel 82801HB SA
>  target=0 lun=0 CD-ROM(5) - Optiarc DVD+-RW AD-7200S Rev: 101A
> 
> # ls /dev
> cd0
> con1
> ....
> 
> // Option 1
> 
> # Iso9660fsys -s -m &
> 72 running Iso9660fsys
> # mount -t iso9660 /dev/cd0 /cd
> Error mounting /cd (Resource temporarily unavailable)
> 
> // Option 2
> 
> # Iso9660fsys /cd=/dev/cd0 &
> // Nothing happens
> 
> With Option 1 the DVD drive starts to spin then the error shows up.  What am I
> doing incorrectly?
> 
> 
> 
> _______________________________________________
> 
> QNX4 Community Support
> http://community.qnx.com/sf/go/post58031
> 

-- 
Hugh Brown                      (613) 591-0931 ext. 2209 (voice)
QNX Software Systems Ltd.        (613) 591-3579           (fax)
175 Terence Matthews Cres.       email:  hsbrown@qnx.com
Kanata, Ontario, Canada.
K2M 1W8
 

Re: Mounting DVD - error - "Resource termporarily unavailable"  
No, there is no /cd directory


> After running Iso9660fsys, if you do an ls of /cd, do you see anything? You
> don't have to mount the CD/DVD.
> 
> 
> On 10-06-29 8:57 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
> 
> > I am trying to mount a DVD on QNX 4.25, the DVD drive is connected via SATA
> > cable and the motherboard sees it as EIDE.  Using 'show_pci - v' I found the
> 
> > hardware information and run the following commands:
> > 
> > # ls /dev
> > con1
> > ...
> > 
> > # Fsys.atapi atapi irq=10,vid=0x8086,did=0x2920,pci=0 &
> > 65 running Fsys.atapi
> > # Path=0 - Intel 82801HB SA
> >  target=0 lun=0 CD-ROM(5) - Optiarc DVD+-RW AD-7200S Rev: 101A
> > 
> > # ls /dev
> > cd0
> > con1
> > ....
> > 
> > // Option 1
> > 
> > # Iso9660fsys -s -m &
> > 72 running Iso9660fsys
> > # mount -t iso9660 /dev/cd0 /cd
> > Error mounting /cd (Resource temporarily unavailable)
> > 
> > // Option 2
> > 
> > # Iso9660fsys /cd=/dev/cd0 &
> > // Nothing happens
> > 
> > With Option 1 the DVD drive starts to spin then the error shows up.  What am
>  I
> > doing incorrectly?
> > 
> > 
> > 
> > _______________________________________________
> > 
> > QNX4 Community Support
> > http://community.qnx.com/sf/go/post58031
> > 
> 
> -- 
> Hugh Brown                      (613) 591-0931 ext. 2209 (voice)
> QNX Software Systems Ltd.        (613) 591-3579           (fax)
> 175 Terence Matthews Cres.       email:  hsbrown@qnx.com
> Kanata, Ontario, Canada.
> K2M 1W8
>  
> 


Re: Mounting DVD - error - "Resource termporarily unavailable"  
Try slaying Iso9660fsys and then re-run it without any options. You should
then see a /cd0 directory. You can run an ls /cd0 to see the DVD.


On 10-06-29 9:19 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:

> No, there is no /cd directory
> 
> 
>> After running Iso9660fsys, if you do an ls of /cd, do you see anything? You
>> don't have to mount the CD/DVD.
>> 
>> 
>> On 10-06-29 8:57 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
>> 
>>> I am trying to mount a DVD on QNX 4.25, the DVD drive is connected via SATA
>>> cable and the motherboard sees it as EIDE.  Using 'show_pci - v' I found the
>> 
>>> hardware information and run the following commands:
>>> 
>>> # ls /dev
>>> con1
>>> ...
>>> 
>>> # Fsys.atapi atapi irq=10,vid=0x8086,did=0x2920,pci=0 &
>>> 65 running Fsys.atapi
>>> # Path=0 - Intel 82801HB SA
>>>  target=0 lun=0 CD-ROM(5) - Optiarc DVD+-RW AD-7200S Rev: 101A
>>> 
>>> # ls /dev
>>> cd0
>>> con1
>>> ....
>>> 
>>> // Option 1
>>> 
>>> # Iso9660fsys -s -m &
>>> 72 running Iso9660fsys
>>> # mount -t iso9660 /dev/cd0 /cd
>>> Error mounting /cd (Resource temporarily unavailable)
>>> 
>>> // Option 2
>>> 
>>> # Iso9660fsys /cd=/dev/cd0 &
>>> // Nothing happens
>>> 
>>> With Option 1 the DVD drive starts to spin then the error shows up.  What am
>>  I
>>> doing incorrectly?
>>> 
>>> 
>>> 
>>> _______________________________________________
>>> 
>>> QNX4 Community Support
>>> http://community.qnx.com/sf/go/post58031
>>> 
>> 
>> -- 
>> Hugh Brown                      (613) 591-0931 ext. 2209 (voice)
>> QNX Software Systems Ltd.        (613) 591-3579           (fax)
>> 175 Terence Matthews Cres.       email:  hsbrown@qnx.com
>> Kanata, Ontario, Canada.
>> K2M 1W8
>>  
>> 
> 
> 
> 
> 
> 
> 
> _______________________________________________
> 
> QNX4 Community Support
> http://community.qnx.com/sf/go/post58035
> 

-- 
Hugh Brown                      (613) 591-0931 ext. 2209 (voice)
QNX Software Systems Ltd.        (613) 591-3579           (fax)
175 Terence Matthews Cres.       email:  hsbrown@qnx.com
Kanata, Ontario, Canada.
K2M 1W8
 

Re: Mounting DVD - error - "Resource termporarily unavailable"  
Here's my screen:

# Fsys.atapi atapi irq=10,vid=0x8086,did=0x2920,pci=0 &
69 running Fsys.atapi
# Path=0 - Intel 82801HB SA
 target=0 lun=0 CD-ROM(5) - Optiarc DVD+-RW AD-7200S Rev: 101A

# Iso9660fsys &
# No drives defined



> Try slaying Iso9660fsys and then re-run it without any options. 
You should
> then see a /cd0 directory. You can run an ls /cd0 to see the DVD.
> 
> 
> On 10-06-29 9:19 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
> 
> > No, there is no /cd directory
> > 
> > 
> >> After running Iso9660fsys, if you do an ls of /cd, do you see anything? You
> 
> >> don't have to mount the CD/DVD.
> >> 
> >> 
> >> On 10-06-29 8:57 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
> >> 
> >>> I am trying to mount a DVD on QNX 4.25, the DVD drive is connected via 
> SATA
> >>> cable and the motherboard sees it as EIDE.  Using 'show_pci - v' I found 
> the
> >> 
> >>> hardware information and run the following commands:
> >>> 
> >>> # ls /dev
> >>> con1
> >>> ...
> >>> 
> >>> # Fsys.atapi atapi irq=10,vid=0x8086,did=0x2920,pci=0 &
> >>> 65 running Fsys.atapi
> >>> # Path=0 - Intel 82801HB SA
> >>>  target=0 lun=0 CD-ROM(5) - Optiarc DVD+-RW AD-7200S Rev: 101A
> >>> 
> >>> # ls /dev
> >>> cd0
> >>> con1
> >>> ....
> >>> 
> >>> // Option 1
> >>> 
> >>> # Iso9660fsys -s -m &
> >>> 72 running Iso9660fsys
> >>> # mount -t iso9660 /dev/cd0 /cd
> >>> Error mounting /cd (Resource temporarily unavailable)
> >>> 
> >>> // Option 2
> >>> 
> >>> # Iso9660fsys /cd=/dev/cd0 &
> >>> // Nothing happens
> >>> 
> >>> With Option 1 the DVD drive starts to spin then the error shows up.  What 
> am
> >>  I
> >>> doing incorrectly?
> >>> 
> >>> 
> >>> 
> >>> _______________________________________________
> >>> 
> >>> QNX4 Community Support
> >>> http://community.qnx.com/sf/go/post58031
> >>> 
> >> 
> >> -- 
> >> Hugh Brown                      (613) 591-0931 ext. 2209 (voice)
> >> QNX Software Systems Ltd.        (613) 591-3579           (fax)
> >> 175 Terence Matthews Cres.       email:  hsbrown@qnx.com
> >> Kanata, Ontario, Canada.
> >> K2M 1W8
> >>  
> >> 
> > 
> > 
> > 
> > 
> > 
> > 
> > _______________________________________________
> > 
> > QNX4 Community Support
> > http://community.qnx.com/sf/go/post58035
> > 
> 
> -- 
> Hugh Brown                      (613) 591-0931 ext. 2209 (voice)
> QNX Software Systems Ltd.        (613) 591-3579           (fax)
> 175 Terence Matthews Cres.       email:  hsbrown@qnx.com
> Kanata, Ontario, Canada.
> K2M 1W8
>  
> 


Re: Mounting DVD - error - "Resource termporarily unavailable"  
Can you run 'dcheck /dev/cd0'? Does that work?


On 10-06-29 9:27 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:

> Here's my screen:
> 
> # Fsys.atapi atapi irq=10,vid=0x8086,did=0x2920,pci=0 &
> 69 running Fsys.atapi
> # Path=0 - Intel 82801HB SA
>  target=0 lun=0 CD-ROM(5) - Optiarc DVD+-RW AD-7200S Rev: 101A
> 
> # Iso9660fsys &
> # No drives defined
> 
> 
> 
>> Try slaying Iso9660fsys and then re-run it without any options. You should
>> then see a /cd0 directory. You can run an ls /cd0 to see the DVD.
>> 
>> 
>> On 10-06-29 9:19 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
>> 
>>> No, there is no /cd directory
>>> 
>>> 
>>>> After running Iso9660fsys, if you do an ls of /cd, do you see anything? You
>> 
>>>> don't have to mount the CD/DVD.
>>>> 
>>>> 
>>>> On 10-06-29 8:57 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
>>>> 
>>>>> I am trying to mount a DVD on QNX 4.25, the DVD drive is connected via
>> SATA
>>>>> cable and the motherboard sees it as EIDE.  Using 'show_pci - v' I found
>> the
>>>> 
>>>>> hardware information and run the following commands:
>>>>> 
>>>>> # ls /dev
>>>>> con1
>>>>> ...
>>>>> 
>>>>> # Fsys.atapi atapi irq=10,vid=0x8086,did=0x2920,pci=0 &
>>>>> 65 running Fsys.atapi
>>>>> # Path=0 - Intel 82801HB SA
>>>>>  target=0 lun=0 CD-ROM(5) - Optiarc DVD+-RW AD-7200S Rev: 101A
>>>>> 
>>>>> # ls /dev
>>>>> cd0
>>>>> con1
>>>>> ....
>>>>> 
>>>>> // Option 1
>>>>> 
>>>>> # Iso9660fsys -s -m &
>>>>> 72 running Iso9660fsys
>>>>> # mount -t iso9660 /dev/cd0 /cd
>>>>> Error mounting /cd (Resource temporarily unavailable)
>>>>> 
>>>>> // Option 2
>>>>> 
>>>>> # Iso9660fsys /cd=/dev/cd0 &
>>>>> // Nothing happens
>>>>> 
>>>>> With Option 1 the DVD drive starts to spin then the error shows up.  What
>> am
>>>>  I
>>>>> doing incorrectly?
>>>>> 
>>>>> 
>>>>> 
>>>>> _______________________________________________
>>>>> 
>>>>> QNX4 Community Support
>>>>> http://community.qnx.com/sf/go/post58031
>>>>> 
>>>> 
>>>> -- 
>>>> Hugh Brown                      (613) 591-0931 ext. 2209 (voice)
>>>> QNX Software Systems Ltd.        (613) 591-3579           (fax)
>>>> 175 Terence Matthews Cres.       email:  hsbrown@qnx.com
>>>> Kanata, Ontario, Canada.
>>>> K2M 1W8
>>>>  
>>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> _______________________________________________
>>> 
>>> QNX4 Community Support
>>> http://community.qnx.com/sf/go/post58035
>>> 
>> 
>> -- 
>> Hugh Brown                      (613) 591-0931 ext. 2209 (voice)
>> QNX Software Systems Ltd.        (613) 591-3579           (fax)
>> 175 Terence Matthews Cres.       email:  hsbrown@qnx.com
>> Kanata, Ontario, Canada.
>> K2M 1W8
>>  
>> 
> 
> 
> 
> 
> 
> 
> _______________________________________________
> 
> QNX4 Community...
Re: Mounting DVD - error - "Resource termporarily unavailable"  
# dcheck /dev/cd0
Read check of /dev/cd0 without bad block marking,
 starting at block 1 for the remainder of the disk.
Checking 8168512 blocks (4084256K)
Disk is OK

// This DVD works fine on my Linux workstation and on a XP machine.


> Can you run 'dcheck /dev/cd0'? Does that work?
> 
> 
> On 10-06-29 9:27 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
> 
> > Here's my screen:
> > 
> > # Fsys.atapi atapi irq=10,vid=0x8086,did=0x2920,pci=0 &
> > 69 running Fsys.atapi
> > # Path=0 - Intel 82801HB SA
> >  target=0 lun=0 CD-ROM(5) - Optiarc DVD+-RW AD-7200S Rev: 101A
> > 
> > # Iso9660fsys &
> > # No drives defined
> > 
> > 
> > 
> >> Try slaying Iso9660fsys and then re-run it without any options. You should
> >> then see a /cd0 directory. You can run an ls /cd0 to see the DVD.
> >> 
> >> 
> >> On 10-06-29 9:19 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
> >> 
> >>> No, there is no /cd directory
> >>> 
> >>> 
> >>>> After running Iso9660fsys, if you do an ls of /cd, do you see anything? 
> You
> >> 
> >>>> don't have to mount the CD/DVD.
> >>>> 
> >>>> 
> >>>> On 10-06-29 8:57 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
> >>>> 
> >>>>> I am trying to mount a DVD on QNX 4.25, the DVD drive is connected via
> >> SATA
> >>>>> cable and the motherboard sees it as EIDE.  Using 'show_pci - v' I found
> 
> >> the
> >>>> 
> >>>>> hardware information and run the following commands:
> >>>>> 
> >>>>> # ls /dev
> >>>>> con1
> >>>>> ...
> >>>>> 
> >>>>> # Fsys.atapi atapi irq=10,vid=0x8086,did=0x2920,pci=0 &
> >>>>> 65 running Fsys.atapi
> >>>>> # Path=0 - Intel 82801HB SA
> >>>>>  target=0 lun=0 CD-ROM(5) - Optiarc DVD+-RW AD-7200S Rev: 101A
> >>>>> 
> >>>>> # ls /dev
> >>>>> cd0
> >>>>> con1
> >>>>> ....
> >>>>> 
> >>>>> // Option 1
> >>>>> 
> >>>>> # Iso9660fsys -s -m &
> >>>>> 72 running Iso9660fsys
> >>>>> # mount -t iso9660 /dev/cd0 /cd
> >>>>> Error mounting /cd (Resource temporarily unavailable)
> >>>>> 
> >>>>> // Option 2
> >>>>> 
> >>>>> # Iso9660fsys /cd=/dev/cd0 &
> >>>>> // Nothing happens
> >>>>> 
> >>>>> With Option 1 the DVD drive starts to spin then the error shows up.  
> What
> >> am
> >>>>  I
> >>>>> doing incorrectly?
> >>>>> 
> >>>>> 
> >>>>> 
> >>>>> _______________________________________________
> >>>>> 
> >>>>> QNX4 Community Support
> >>>>> http://community.qnx.com/sf/go/post58031
> >>>>> 
> >>>> 
> >>>> -- 
> >>>> Hugh Brown                      (613) 591-0931 ext. 2209 (voice)
> >>>> QNX Software Systems Ltd.        (613) 591-3579           (fax)
> >>>> 175 Terence Matthews Cres.       email:  hsbrown@qnx.com
> >>>> Kanata, Ontario, Canada.
> >>>> K2M 1W8
> >>>>  
> >>>> 
> >>>...
Re: Mounting DVD - error - "Resource termporarily unavailable"  
Just a note..this machine's DVD+RW drive works fine (reading & burning) in other operating systems and can boot.  So I don't think this is hardware related.



> # dcheck /dev/cd0
> Read check of /dev/cd0 without bad block marking,
>  starting at block 1 for the remainder of the disk.
> Checking 8168512 blocks (4084256K)
> Disk is OK
> 
> // This DVD works fine on my Linux workstation and on a XP machine.
> 
> 
> > Can you run 'dcheck /dev/cd0'? Does that work?
> > 
> > 
> > On 10-06-29 9:27 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
> > 
> > > Here's my screen:
> > > 
> > > # Fsys.atapi atapi irq=10,vid=0x8086,did=0x2920,pci=0 &
> > > 69 running Fsys.atapi
> > > # Path=0 - Intel 82801HB SA
> > >  target=0 lun=0 CD-ROM(5) - Optiarc DVD+-RW AD-7200S Rev: 101A
> > > 
> > > # Iso9660fsys &
> > > # No drives defined
> > > 
> > > 
> > > 
> > >> Try slaying Iso9660fsys and then re-run it without any options. You 
> should
> > >> then see a /cd0 directory. You can run an ls /cd0 to see the DVD.
> > >> 
> > >> 
> > >> On 10-06-29 9:19 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
> > >> 
> > >>> No, there is no /cd directory
> > >>> 
> > >>> 
> > >>>> After running Iso9660fsys, if you do an ls of /cd, do you see anything?
>  
> > You
> > >> 
> > >>>> don't have to mount the CD/DVD.
> > >>>> 
> > >>>> 
> > >>>> On 10-06-29 8:57 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
> > >>>> 
> > >>>>> I am trying to mount a DVD on QNX 4.25, the DVD drive is connected via
> 
> > >> SATA
> > >>>>> cable and the motherboard sees it as EIDE.  Using 'show_pci - v' I 
> found
> > 
> > >> the
> > >>>> 
> > >>>>> hardware information and run the following commands:
> > >>>>> 
> > >>>>> # ls /dev
> > >>>>> con1
> > >>>>> ...
> > >>>>> 
> > >>>>> # Fsys.atapi atapi irq=10,vid=0x8086,did=0x2920,pci=0 &
> > >>>>> 65 running Fsys.atapi
> > >>>>> # Path=0 - Intel 82801HB SA
> > >>>>>  target=0 lun=0 CD-ROM(5) - Optiarc DVD+-RW AD-7200S Rev: 101A
> > >>>>> 
> > >>>>> # ls /dev
> > >>>>> cd0
> > >>>>> con1
> > >>>>> ....
> > >>>>> 
> > >>>>> // Option 1
> > >>>>> 
> > >>>>> # Iso9660fsys -s -m &
> > >>>>> 72 running Iso9660fsys
> > >>>>> # mount -t iso9660 /dev/cd0 /cd
> > >>>>> Error mounting /cd (Resource temporarily unavailable)
> > >>>>> 
> > >>>>> // Option 2
> > >>>>> 
> > >>>>> # Iso9660fsys /cd=/dev/cd0 &
> > >>>>> // Nothing happens
> > >>>>> 
> > >>>>> With Option 1 the DVD drive starts to spin then the error shows up.  
> > What
> > >> am
> > >>>>  I
> > >>>>> doing incorrectly?
> > >>>>> 
> > >>>>> 
> > >>>>> 
> > >>>>> _______________________________________________
>...
View Full Message
Re: Mounting DVD - error - "Resource termporarily unavailable"  
Well if you can 'dcheck' the /dev/cd0, then I don't see why Iso9660fsys
can't see the device. Can you post the output from 'sin' and 'sin ver'?


On 10-06-29 10:06 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:

> # dcheck /dev/cd0
> Read check of /dev/cd0 without bad block marking,
>  starting at block 1 for the remainder of the disk.
> Checking 8168512 blocks (4084256K)
> Disk is OK
> 
> // This DVD works fine on my Linux workstation and on a XP machine.
> 
> 
>> Can you run 'dcheck /dev/cd0'? Does that work?
>> 
>> 
>> On 10-06-29 9:27 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
>> 
>>> Here's my screen:
>>> 
>>> # Fsys.atapi atapi irq=10,vid=0x8086,did=0x2920,pci=0 &
>>> 69 running Fsys.atapi
>>> # Path=0 - Intel 82801HB SA
>>>  target=0 lun=0 CD-ROM(5) - Optiarc DVD+-RW AD-7200S Rev: 101A
>>> 
>>> # Iso9660fsys &
>>> # No drives defined
>>> 
>>> 
>>> 
>>>> Try slaying Iso9660fsys and then re-run it without any options. You should
>>>> then see a /cd0 directory. You can run an ls /cd0 to see the DVD.
>>>> 
>>>> 
>>>> On 10-06-29 9:19 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
>>>> 
>>>>> No, there is no /cd directory
>>>>> 
>>>>> 
>>>>>> After running Iso9660fsys, if you do an ls of /cd, do you see anything?
>> You
>>>> 
>>>>>> don't have to mount the CD/DVD.
>>>>>> 
>>>>>> 
>>>>>> On 10-06-29 8:57 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
>>>>>> 
>>>>>>> I am trying to mount a DVD on QNX 4.25, the DVD drive is connected via
>>>> SATA
>>>>>>> cable and the motherboard sees it as EIDE.  Using 'show_pci - v' I found
>> 
>>>> the
>>>>>> 
>>>>>>> hardware information and run the following commands:
>>>>>>> 
>>>>>>> # ls /dev
>>>>>>> con1
>>>>>>> ...
>>>>>>> 
>>>>>>> # Fsys.atapi atapi irq=10,vid=0x8086,did=0x2920,pci=0 &
>>>>>>> 65 running Fsys.atapi
>>>>>>> # Path=0 - Intel 82801HB SA
>>>>>>>  target=0 lun=0 CD-ROM(5) - Optiarc DVD+-RW AD-7200S Rev: 101A
>>>>>>> 
>>>>>>> # ls /dev
>>>>>>> cd0
>>>>>>> con1
>>>>>>> ....
>>>>>>> 
>>>>>>> // Option 1
>>>>>>> 
>>>>>>> # Iso9660fsys -s -m &
>>>>>>> 72 running Iso9660fsys
>>>>>>> # mount -t iso9660 /dev/cd0 /cd
>>>>>>> Error mounting /cd (Resource temporarily unavailable)
>>>>>>> 
>>>>>>> // Option 2
>>>>>>> 
>>>>>>> # Iso9660fsys /cd=/dev/cd0 &
>>>>>>> // Nothing happens
>>>>>>> 
>>>>>>> With Option 1 the DVD drive starts to spin then the error shows up.
>> What
>>>> am
>>>>>>  I
>>>>>>> doing incorrectly?
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> _______________________________________________
>>>>>>> 
>>>>>>> QNX4 Community Support
>>>>>>>...
View Full Message
Re: Mounting DVD - error - "Resource termporarily unavailable"  
# sin
SID  PID  PROGRAM                  PRI  STATE     BLK    CODE   DATA
1      64   //1/hd/bin/Fsys.atapi     22r   RECV        0       90k       188k
1      89   //1/hd/bin/Iso9660fsys   10o  REPLY      0        28k        57k
1      91   //1/ram/sin                   10o  REPLY       1       45k        32k

# sin ver
PROGRAM                NAME  VERSION  DATE
//1/hd/bin/Fsys.atapi   atapi    4.25G        Jul 06 2009


**There was no Iso9660fsys in the 'sin ver' output.


> Well if you can 'dcheck' the /dev/cd0, then I don't see why Iso9660fsys
> can't see the device. Can you post the output from 'sin' and 'sin ver'?
> 
> 
> On 10-06-29 10:06 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
> 
> > # dcheck /dev/cd0
> > Read check of /dev/cd0 without bad block marking,
> >  starting at block 1 for the remainder of the disk.
> > Checking 8168512 blocks (4084256K)
> > Disk is OK
> > 
> > // This DVD works fine on my Linux workstation and on a XP machine.
> > 
> > 
> >> Can you run 'dcheck /dev/cd0'? Does that work?
> >> 
> >> 
> >> On 10-06-29 9:27 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
> >> 
> >>> Here's my screen:
> >>> 
> >>> # Fsys.atapi atapi irq=10,vid=0x8086,did=0x2920,pci=0 &
> >>> 69 running Fsys.atapi
> >>> # Path=0 - Intel 82801HB SA
> >>>  target=0 lun=0 CD-ROM(5) - Optiarc DVD+-RW AD-7200S Rev: 101A
> >>> 
> >>> # Iso9660fsys &
> >>> # No drives defined
> >>> 
> >>> 
> >>> 
> >>>> Try slaying Iso9660fsys and then re-run it without any options. You 
> should
> >>>> then see a /cd0 directory. You can run an ls /cd0 to see the DVD.
> >>>> 
> >>>> 
> >>>> On 10-06-29 9:19 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
> >>>> 
> >>>>> No, there is no /cd directory
> >>>>> 
> >>>>> 
> >>>>>> After running Iso9660fsys, if you do an ls of /cd, do you see anything?
> 
> >> You
> >>>> 
> >>>>>> don't have to mount the CD/DVD.
> >>>>>> 
> >>>>>> 
> >>>>>> On 10-06-29 8:57 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
> >>>>>> 
> >>>>>>> I am trying to mount a DVD on QNX 4.25, the DVD drive is connected via
> 
> >>>> SATA
> >>>>>>> cable and the motherboard sees it as EIDE.  Using 'show_pci - v' I 
> found
> >> 
> >>>> the
> >>>>>> 
> >>>>>>> hardware information and run the following commands:
> >>>>>>> 
> >>>>>>> # ls /dev
> >>>>>>> con1
> >>>>>>> ...
> >>>>>>> 
> >>>>>>> # Fsys.atapi atapi irq=10,vid=0x8086,did=0x2920,pci=0 &
> >>>>>>> 65 running Fsys.atapi
> >>>>>>> # Path=0 - Intel 82801HB SA
> >>>>>>>  target=0 lun=0 CD-ROM(5) - Optiarc DVD+-RW AD-7200S Rev: 101A
> >>>>>>> 
> >>>>>>> # ls /dev
> >>>>>>> cd0
> >>>>>>> con1
> >>>>>>> ....
> >>>>>>> 
> >>>>>>> // Option 1
> >>>>>>> 
> >>>>>>> # Iso9660fsys -s -m &
> >>>>>>> 72 running...
View Full Message
Re: Mounting DVD - error - "Resource termporarily unavailable"  
For some reason your Iso9660fsys is reply blocked on Proc. Are you starting
Fsys.atapi and Iso9660fsys manually or in your sysinit file or boot image?
You must allow time between starting the disk driver and Iso9660fsys,
otherwise Iso9660fsys won't see the DVD drive.


On 10-06-29 10:36 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:

> # sin
> SID  PID  PROGRAM                  PRI  STATE     BLK    CODE   DATA
> 1      64   //1/hd/bin/Fsys.atapi     22r   RECV        0       90k       188k
> 1      89   //1/hd/bin/Iso9660fsys   10o  REPLY      0        28k        57k
> 1      91   //1/ram/sin                   10o  REPLY       1       45k
> 32k
> 
> # sin ver
> PROGRAM                NAME  VERSION  DATE
> //1/hd/bin/Fsys.atapi   atapi    4.25G        Jul 06 2009
> 
> 
> **There was no Iso9660fsys in the 'sin ver' output.
> 
> 
>> Well if you can 'dcheck' the /dev/cd0, then I don't see why Iso9660fsys
>> can't see the device. Can you post the output from 'sin' and 'sin ver'?
>> 
>> 
>> On 10-06-29 10:06 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
>> 
>>> # dcheck /dev/cd0
>>> Read check of /dev/cd0 without bad block marking,
>>>  starting at block 1 for the remainder of the disk.
>>> Checking 8168512 blocks (4084256K)
>>> Disk is OK
>>> 
>>> // This DVD works fine on my Linux workstation and on a XP machine.
>>> 
>>> 
>>>> Can you run 'dcheck /dev/cd0'? Does that work?
>>>> 
>>>> 
>>>> On 10-06-29 9:27 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
>>>> 
>>>>> Here's my screen:
>>>>> 
>>>>> # Fsys.atapi atapi irq=10,vid=0x8086,did=0x2920,pci=0 &
>>>>> 69 running Fsys.atapi
>>>>> # Path=0 - Intel 82801HB SA
>>>>>  target=0 lun=0 CD-ROM(5) - Optiarc DVD+-RW AD-7200S Rev: 101A
>>>>> 
>>>>> # Iso9660fsys &
>>>>> # No drives defined
>>>>> 
>>>>> 
>>>>> 
>>>>>> Try slaying Iso9660fsys and then re-run it without any options. You
>> should
>>>>>> then see a /cd0 directory. You can run an ls /cd0 to see the DVD.
>>>>>> 
>>>>>> 
>>>>>> On 10-06-29 9:19 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
>>>>>> 
>>>>>>> No, there is no /cd directory
>>>>>>> 
>>>>>>> 
>>>>>>>> After running Iso9660fsys, if you do an ls of /cd, do you see anything?
>> 
>>>> You
>>>>>> 
>>>>>>>> don't have to mount the CD/DVD.
>>>>>>>> 
>>>>>>>> 
>>>>>>>> On 10-06-29 8:57 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
>>>>>>>> 
>>>>>>>>> I am trying to mount a DVD on QNX 4.25, the DVD drive is connected via
>> 
>>>>>> SATA
>>>>>>>>> cable and the motherboard sees it as EIDE.  Using 'show_pci - v' I
>> found
>>>> 
>>>>>> the
>>>>>>>> 
>>>>>>>>> hardware information and run the following commands:
>>>>>>>>> 
>>>>>>>>> # ls /dev
>>>>>>>>> con1
>>>>>>>>> ...
>>>>>>>>> 
>>>>>>>>> # Fsys.atapi atapi irq=10,vid=0x8086,did=0x2920,pci=0...
View Full Message
Re: Mounting DVD - error - "Resource termporarily unavailable"  
I am doing this manually.  I just re-did it giving it a good amount of time this time the DVD drive started spinning but
 it still output:

# Couldn't add '/cd'

Could I have loaded the disk driver incorrectly?  Could that be the source of the blocked reply on Proc.


> For some reason your Iso9660fsys is reply blocked on Proc. Are you starting
> Fsys.atapi and Iso9660fsys manually or in your sysinit file or boot image?
> You must allow time between starting the disk driver and Iso9660fsys,
> otherwise Iso9660fsys won't see the DVD drive.
> 
> 
> On 10-06-29 10:36 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
> 
> > # sin
> > SID  PID  PROGRAM                  PRI  STATE     BLK    CODE   DATA
> > 1      64   //1/hd/bin/Fsys.atapi     22r   RECV        0       90k       
> 188k
> > 1      89   //1/hd/bin/Iso9660fsys   10o  REPLY      0        28k        57k
> 
> > 1      91   //1/ram/sin                   10o  REPLY       1       45k
> > 32k
> > 
> > # sin ver
> > PROGRAM                NAME  VERSION  DATE
> > //1/hd/bin/Fsys.atapi   atapi    4.25G        Jul 06 2009
> > 
> > 
> > **There was no Iso9660fsys in the 'sin ver' output.
> > 
> > 
> >> Well if you can 'dcheck' the /dev/cd0, then I don't see why Iso9660fsys
> >> can't see the device. Can you post the output from 'sin' and 'sin ver'?
> >> 
> >> 
> >> On 10-06-29 10:06 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
> >> 
> >>> # dcheck /dev/cd0
> >>> Read check of /dev/cd0 without bad block marking,
> >>>  starting at block 1 for the remainder of the disk.
> >>> Checking 8168512 blocks (4084256K)
> >>> Disk is OK
> >>> 
> >>> // This DVD works fine on my Linux workstation and on a XP machine.
> >>> 
> >>> 
> >>>> Can you run 'dcheck /dev/cd0'? Does that work?
> >>>> 
> >>>> 
> >>>> On 10-06-29 9:27 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
> >>>> 
> >>>>> Here's my screen:
> >>>>> 
> >>>>> # Fsys.atapi atapi irq=10,vid=0x8086,did=0x2920,pci=0 &
> >>>>> 69 running Fsys.atapi
> >>>>> # Path=0 - Intel 82801HB SA
> >>>>>  target=0 lun=0 CD-ROM(5) - Optiarc DVD+-RW AD-7200S Rev: 101A
> >>>>> 
> >>>>> # Iso9660fsys &
> >>>>> # No drives defined
> >>>>> 
> >>>>> 
> >>>>> 
> >>>>>> Try slaying Iso9660fsys and then re-run it without any options. You
> >> should
> >>>>>> then see a /cd0 directory. You can run an ls /cd0 to see the DVD.
> >>>>>> 
> >>>>>> 
> >>>>>> On 10-06-29 9:19 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
> >>>>>> 
> >>>>>>> No, there is no /cd directory
> >>>>>>> 
> >>>>>>> 
> >>>>>>>> After running Iso9660fsys, if you do an ls of /cd, do you see 
> anything?
> >> 
> >>>> You
> >>>>>> 
> >>>>>>>> don't have to mount the CD/DVD.
> >>>>>>>> 
> >>>>>>>> 
> >>>>>>>> On 10-06-29 8:57 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
> >>>>>>>> 
> >>>>>>>>> I am trying to mount a DVD on QNX 4.25, the DVD...
View Full Message
Re: Mounting DVD - error - "Resource termporarily unavailable"  
I will only be able to tell you this if you post the full output of
'show_pci -v'.



On 10-06-29 11:10 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:

> I am doing this manually.  I just re-did it giving it a good amount of time
> this time the DVD drive started spinning but it still output:
> 
> # Couldn't add '/cd'
> 
> Could I have loaded the disk driver incorrectly?  Could that be the source of
> the blocked reply on Proc.
> 
> 
>> For some reason your Iso9660fsys is reply blocked on Proc. Are you starting
>> Fsys.atapi and Iso9660fsys manually or in your sysinit file or boot image?
>> You must allow time between starting the disk driver and Iso9660fsys,
>> otherwise Iso9660fsys won't see the DVD drive.
>> 
>> 
>> On 10-06-29 10:36 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
>> 
>>> # sin
>>> SID  PID  PROGRAM                  PRI  STATE     BLK    CODE   DATA
>>> 1      64   //1/hd/bin/Fsys.atapi     22r   RECV        0       90k
>> 188k
>>> 1      89   //1/hd/bin/Iso9660fsys   10o  REPLY      0        28k        57k
>> 
>>> 1      91   //1/ram/sin                   10o  REPLY       1       45k
>>> 32k
>>> 
>>> # sin ver
>>> PROGRAM                NAME  VERSION  DATE
>>> //1/hd/bin/Fsys.atapi   atapi    4.25G        Jul 06 2009
>>> 
>>> 
>>> **There was no Iso9660fsys in the 'sin ver' output.
>>> 
>>> 
>>>> Well if you can 'dcheck' the /dev/cd0, then I don't see why Iso9660fsys
>>>> can't see the device. Can you post the output from 'sin' and 'sin ver'?
>>>> 
>>>> 
>>>> On 10-06-29 10:06 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
>>>> 
>>>>> # dcheck /dev/cd0
>>>>> Read check of /dev/cd0 without bad block marking,
>>>>>  starting at block 1 for the remainder of the disk.
>>>>> Checking 8168512 blocks (4084256K)
>>>>> Disk is OK
>>>>> 
>>>>> // This DVD works fine on my Linux workstation and on a XP machine.
>>>>> 
>>>>> 
>>>>>> Can you run 'dcheck /dev/cd0'? Does that work?
>>>>>> 
>>>>>> 
>>>>>> On 10-06-29 9:27 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
>>>>>> 
>>>>>>> Here's my screen:
>>>>>>> 
>>>>>>> # Fsys.atapi atapi irq=10,vid=0x8086,did=0x2920,pci=0 &
>>>>>>> 69 running Fsys.atapi
>>>>>>> # Path=0 - Intel 82801HB SA
>>>>>>>  target=0 lun=0 CD-ROM(5) - Optiarc DVD+-RW AD-7200S Rev: 101A
>>>>>>> 
>>>>>>> # Iso9660fsys &
>>>>>>> # No drives defined
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>>> Try slaying Iso9660fsys and then re-run it without any options. You
>>>> should
>>>>>>>> then see a /cd0 directory. You can run an ls /cd0 to see the DVD.
>>>>>>>> 
>>>>>>>> 
>>>>>>>> On 10-06-29 9:19 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
>>>>>>>> 
>>>>>>>>> No, there is no /cd directory
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>>> After running Iso9660fsys, if you do an ls of /cd, do you see
>> anything?
>>>> 
>>>>>>...
View Full Message
Re: Mounting DVD - error - "Resource termporarily unavailable"  
Hugh I have posted here twice and you have replied very quickly both times.  Thank you very much.  Okay now on to the 
problem at hand.  The 'Fsys.atapi' and 'Iso9660fsys' binaries and commands were fine.  The source of the problem was 
that the script booting QNX on the machine had an incorrect 'prefix' command.  This was causing problems mounting 
anything (I didn't even think to check this).

I know this is not a very clear solution, so I will closely watch the entire boot process (specifically /etc/config/
sysinit) to find the culprit.  I will post any findings.

Thanks again Hugh



> I will only be able to tell you this if you post the full output of
> 'show_pci -v'.
> 
> 
> 
> On 10-06-29 11:10 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
> 
> > I am doing this manually.  I just re-did it giving it a good amount of time
> > this time the DVD drive started spinning but it still output:
> > 
> > # Couldn't add '/cd'
> > 
> > Could I have loaded the disk driver incorrectly?  Could that be the source 
> of
> > the blocked reply on Proc.
> > 
> > 
> >> For some reason your Iso9660fsys is reply blocked on Proc. Are you starting
> 
> >> Fsys.atapi and Iso9660fsys manually or in your sysinit file or boot image?
> >> You must allow time between starting the disk driver and Iso9660fsys,
> >> otherwise Iso9660fsys won't see the DVD drive.
> >> 
> >> 
> >> On 10-06-29 10:36 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
> >> 
> >>> # sin
> >>> SID  PID  PROGRAM                  PRI  STATE     BLK    CODE   DATA
> >>> 1      64   //1/hd/bin/Fsys.atapi     22r   RECV        0       90k
> >> 188k
> >>> 1      89   //1/hd/bin/Iso9660fsys   10o  REPLY      0        28k        
> 57k
> >> 
> >>> 1      91   //1/ram/sin                   10o  REPLY       1       45k
> >>> 32k
> >>> 
> >>> # sin ver
> >>> PROGRAM                NAME  VERSION  DATE
> >>> //1/hd/bin/Fsys.atapi   atapi    4.25G        Jul 06 2009
> >>> 
> >>> 
> >>> **There was no Iso9660fsys in the 'sin ver' output.
> >>> 
> >>> 
> >>>> Well if you can 'dcheck' the /dev/cd0, then I don't see why Iso9660fsys
> >>>> can't see the device. Can you post the output from 'sin' and 'sin ver'?
> >>>> 
> >>>> 
> >>>> On 10-06-29 10:06 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
> >>>> 
> >>>>> # dcheck /dev/cd0
> >>>>> Read check of /dev/cd0 without bad block marking,
> >>>>>  starting at block 1 for the remainder of the disk.
> >>>>> Checking 8168512 blocks (4084256K)
> >>>>> Disk is OK
> >>>>> 
> >>>>> // This DVD works fine on my Linux workstation and on a XP machine.
> >>>>> 
> >>>>> 
> >>>>>> Can you run 'dcheck /dev/cd0'? Does that work?
> >>>>>> 
> >>>>>> 
> >>>>>> On 10-06-29 9:27 AM, "Jagdish Bhati" <community-noreply@qnx.com> wrote:
> >>>>>> 
> >>>>>>> Here's my screen:
> >>>>>>> 
> >>>>>>> # Fsys.atapi atapi irq=10,vid=0x8086,did=0x2920,pci=0 &
> >>>>>>> 69 running Fsys.atapi
> >>>>>>> # Path=0 - Intel 82801HB SA
> >>>>>>>  target=0 lun=0 CD-ROM(5) - Optiarc DVD+-RW AD-7200S Rev: 101A
>...
View Full Message