[Prev][Next][Index][Thread]

problems with blkio




I have no probles mounting root filesystem from oskit linux file system
library interface. I can do fs_linux_mount (part,OSKIT_FS_RDONLY,&rootfs),
but I am not able to do start_fs_on_blkio(part) providing same:
oskit_blkio_t *part obtained via diskpart_blkio_lookup_bsd_string().

The strange thing is that one interface works and another one does not!

p.s. I'm getting following error while tart_fs_on_blkio(part):
wdioctl(cmd=0x80086468, fflag=0x1)
fs_netbsd_mount():  ffs_mount returned 22
fs_netbsd_mount() failed:  errno 0x80070057
_exit(-2147024809) called; rebooting...

p.s.2. I need start_fs for rtld library which seems to depend on blkio
interface... (?)


--
Mariusz Wołoszyn
Internet Security Specialist, Internet Partners


Follow-Ups: