In message <[EMAIL PROTECTED]>, Michael Class writes:
>Hello,
>
>just another input for a current system (with GEOM): now it seems
>inpossible for me to mount a SCSI-CD
>
>pc-micha:/# mount -t cd9660 /dev/cd0 /cdrom
>cd9660: /dev/cd0: Invalid argument
Presumably this is not a GEOM problem, but related to taking the
SCSI-cd out of disk-framework of any kind.
EINVAL is unfortunately a rather often used return code from the
mount code in the kernel, so it will take a bit of testing to
find out which particular EINVAL we're dealing with here.
Can I get you to insert printfs like the one below all places
in vfs_mount.c and cd9660_vfsops.c where you see it using EINVAL
and try to find out which particular one it is ?
printf("EINVAL HERE %s %d\n", __FILE__, __LINE__):
--
Poul-Henning Kamp | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED] | TCP/IP since RFC 956
FreeBSD committer | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message