Re: mounting cdrom drives

2004-03-11 Thread Ion-Mihai Tetcu

[ please trim when replying ]

On Thu, 11 Mar 2004 19:14:35 -0700
RYAN vAN GINNEKEN <[EMAIL PROTECTED]> wrote:

> >
> Thank you now I can mount my cd rom drives and i know how to add them to 
> fstab so they get mounted at boot time.  However i have had problems 
> with my system hanging during a reboot if the cd is scratch or dirty. Is 
> there a way to mount these devices with less priority so if they dont 
> work the system will still boot. Have had the same problems with nfs 
> drives as well there must be a way to fix this problem i have of my 
> system hanging forever if the remote files are offline for some reason.

/dev/acd0   /cdrom  cd9660  ro,noauto   0   0

kwyword: noauto

You will have do to a mout /cdrom for using it.
Pease :
apropos mount
and read


-- 
IOnut
Unregistered ;) FreeBSD user

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


Re: mounting cdrom drives

2004-03-11 Thread RYAN vAN GINNEKEN
Lowell Gilbert wrote:

RYAN vAN GINNEKEN <[EMAIL PROTECTED]> writes:

 

Lowell Gilbert wrote:

   

RYAN vAN GINNEKEN <[EMAIL PROTECTED]> writes:

 

I have this in my dmesg output

acd0: CDROM  at ata1-master PIO4
acd1: CDROM  at ata1-slave PIO4
but when i try to mount these acd0 i get this error

#mount_cd9660 /dev/acd0 /cdrom/cdrom0
mount_cd9660: /dev/acd0: No such file or directory
so cd to /dev make device acd0 with this command
sh MAKEDEV acd0 seems to work no errors but the device is not created
and when i try to mount agian i get this agian
#mount_cd9660 /dev/acd0 /cdrom/cdrom0
mount_cd9660: /dev/acd0: No such file or directory
Please help

   

What are you running?  [Always include the output of 'uname -a' in questions.]

What is the output of 'ls /dev/acd*'?

 

v22.computerking.ca > /var/spool #uname -a
FreeBSD v22.computerking.ca 4.9-STABLE FreeBSD 4.9-STABLE #1: Thu Mar
4 01:19:45 MST 2004
[EMAIL PROTECTED]:/usr/src/sys/compile/V22.COMPUTERKING.CA  i386
[Thu Mar 11] 05:43 PM [0]
v22.computerking.ca > /var/spool #ls /dev/acd*
/dev/acd0a  /dev/acd0c  /dev/acd1a  /dev/acd1c
   

mount -t cd9660 /dev/acd0c /cdrom/cdrom0

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

Thank you now I can mount my cd rom drives and i know how to add them to 
fstab so they get mounted at boot time.  However i have had problems 
with my system hanging during a reboot if the cd is scratch or dirty. Is 
there a way to mount these devices with less priority so if they dont 
work the system will still boot. Have had the same problems with nfs 
drives as well there must be a way to fix this problem i have of my 
system hanging forever if the remote files are offline for some reason.

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


Re: mounting cdrom drives

2004-03-11 Thread Lowell Gilbert
RYAN vAN GINNEKEN <[EMAIL PROTECTED]> writes:

> Lowell Gilbert wrote:
> 
> >RYAN vAN GINNEKEN <[EMAIL PROTECTED]> writes:
> >
> >
> >>I have this in my dmesg output
> >>
> >>acd0: CDROM  at ata1-master PIO4
> >>acd1: CDROM  at ata1-slave PIO4
> >>
> >>but when i try to mount these acd0 i get this error
> >>
> >>#mount_cd9660 /dev/acd0 /cdrom/cdrom0
> >>mount_cd9660: /dev/acd0: No such file or directory
> >>
> >>so cd to /dev make device acd0 with this command
> >>sh MAKEDEV acd0 seems to work no errors but the device is not created
> >>and when i try to mount agian i get this agian
> >>
> >>#mount_cd9660 /dev/acd0 /cdrom/cdrom0
> >>mount_cd9660: /dev/acd0: No such file or directory
> >>
> >>Please help
> >>
> >
> >What are you running?  [Always include the output of 'uname -a' in questions.]
> >
> >What is the output of 'ls /dev/acd*'?
> >
> >
> v22.computerking.ca > /var/spool #uname -a
> FreeBSD v22.computerking.ca 4.9-STABLE FreeBSD 4.9-STABLE #1: Thu Mar
> 4 01:19:45 MST 2004
> [EMAIL PROTECTED]:/usr/src/sys/compile/V22.COMPUTERKING.CA  i386
> [Thu Mar 11] 05:43 PM [0]
> v22.computerking.ca > /var/spool #ls /dev/acd*
> /dev/acd0a  /dev/acd0c  /dev/acd1a  /dev/acd1c

mount -t cd9660 /dev/acd0c /cdrom/cdrom0

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


Re: mounting cdrom drives

2004-03-11 Thread RYAN vAN GINNEKEN
Lowell Gilbert wrote:

RYAN vAN GINNEKEN <[EMAIL PROTECTED]> writes:

 

I have this in my dmesg output

acd0: CDROM  at ata1-master PIO4
acd1: CDROM  at ata1-slave PIO4
but when i try to mount these acd0 i get this error

#mount_cd9660 /dev/acd0 /cdrom/cdrom0
mount_cd9660: /dev/acd0: No such file or directory
so cd to /dev make device acd0 with this command
sh MAKEDEV acd0 seems to work no errors but the device is not created
and when i try to mount agian i get this agian
#mount_cd9660 /dev/acd0 /cdrom/cdrom0
mount_cd9660: /dev/acd0: No such file or directory
Please help
   

What are you running?  [Always include the output of 'uname -a' in questions.]

What is the output of 'ls /dev/acd*'?

 

v22.computerking.ca > /var/spool #uname -a
FreeBSD v22.computerking.ca 4.9-STABLE FreeBSD 4.9-STABLE #1: Thu Mar  4 
01:19:45 MST 2004 
[EMAIL PROTECTED]:/usr/src/sys/compile/V22.COMPUTERKING.CA  i386
[Thu Mar 11] 05:43 PM [0]
v22.computerking.ca > /var/spool #ls /dev/acd*
/dev/acd0a  /dev/acd0c  /dev/acd1a  /dev/acd1c



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


Re: mounting cdrom drives

2004-03-11 Thread Lowell Gilbert
RYAN vAN GINNEKEN <[EMAIL PROTECTED]> writes:

> I have this in my dmesg output
> 
> acd0: CDROM  at ata1-master PIO4
> acd1: CDROM  at ata1-slave PIO4
> 
> but when i try to mount these acd0 i get this error
> 
> #mount_cd9660 /dev/acd0 /cdrom/cdrom0
> mount_cd9660: /dev/acd0: No such file or directory
> 
> so cd to /dev make device acd0 with this command
> sh MAKEDEV acd0 seems to work no errors but the device is not created
> and when i try to mount agian i get this agian
> 
> #mount_cd9660 /dev/acd0 /cdrom/cdrom0
> mount_cd9660: /dev/acd0: No such file or directory
> 
> Please help

What are you running?  [Always include the output of 'uname -a' in questions.]

What is the output of 'ls /dev/acd*'?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: mounting cdrom drives

2004-03-11 Thread Kent Stewart
On Thursday 11 March 2004 03:30 am, RYAN vAN GINNEKEN wrote:
> I have this in my dmesg output
>
> acd0: CDROM  at ata1-master PIO4
> acd1: CDROM  at ata1-slave PIO4
>
> but when i try to mount these acd0 i get this error
>
> #mount_cd9660 /dev/acd0 /cdrom/cdrom0
> mount_cd9660: /dev/acd0: No such file or directory
>
> so cd to /dev make device acd0 with this command
> sh MAKEDEV acd0 seems to work no errors but the device is not created
> and when i try to mount agian i get this agian
>
> #mount_cd9660 /dev/acd0 /cdrom/cdrom0
> mount_cd9660: /dev/acd0: No such file or directory
>

I have /dev/acd0c in my /etc/fstab

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"