NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Can't mount iso image on virtual node



On Sun, May 20, 2012 at 07:12:45PM +0200, Alistair Crooks wrote:
> you could try "mount -rt cd9660 /dev/vnd0a /mnt/tmp"

Draws same error.

> You are doing this as root, or have made file systems mountable
> by mortals?

As root.

> You could go into a bit more depth with:
> 
> # ktrace -di mount -rt cd9660 /dev/vnd0a /mnt/tmp
> # kdump -R 
> 
> and then see where the EINVAL is coming from.

Not well versed with interpreting kdump, though probably following trace
lines seem to be of interest to me:

   189      1 mount_cd9660 0.000001835 CALL
__mount50(0x8048e74,0xbfbfe3f8,1,0xbfbfebf8,0x74)
   189      1 mount_cd9660 0.000001209 NAMI  "/mnt/tmp"
   189      1 mount_cd9660 0.000011005 NAMI  "/dev/vnd0a"
   189      1 mount_cd9660 0.017054948 RET   __mount50 -1 errno 22 Invalid
argument

kdump -R | grep EINVAL shows nothing.

Let me know what else shall I look for in the trace.

Mayuresh.


Home | Main Index | Thread Index | Old Index