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]"

Reply via email to