Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - devel/netbsd-iscsi-initiator: (8 Items)
   
devel/netbsd-iscsi-initiator  
Hello
I tried netbsd-iscsi-initiator with xtang patches, but i don't mount fs, why?

root@vm8482-2 root $ ls -l /fs/iscsi/192.168.138.246/target0/storage
-rw-r--r--  1 root      root      4294967296 May 18 08:36 /fs/iscsi/192.168.138.246/target0/storage
root@vm8482-2 root $ mkqnx6fs /fs/iscsi/192.168.138.246/target0/storage
Format fs-qnx6: 4194288 blocks, 131072 inodes, 8 groups
root@vm8482-2 root $ mount -vvv -t qnx6 /fs/iscsi/192.168.138.246/target0/storage /mnt/tmp   
Parsed: mount from [/fs/iscsi/192.168.138.246/target0/storage] mount on [/mnt/tmp] type [qnx6] 
exec: mount_qnx6 /fs/iscsi/192.168.138.246/target0/storage /mnt/tmp
Using internal mount (mount_qnx6 not found)
Type    [qnx6] Flags 0x00000000 
Device  [/fs/iscsi/192.168.138.246/target0/storage] Directory [/mnt/tmp] 
Options [NULL] 
mount: Can't mount /mnt/tmp (type qnx6) 
mount: Possible reason: No such device or address 
RE: devel/netbsd-iscsi-initiator  
To mount a "QNX4/QNX6" filesystem (or to that mater, to load any
fs-*.so), you need a devb-* binary. Unfortunately, there is no "devb-fd"
kind of thing exist.

I can only suggest you take a look of the "QNX Community Fuse Project".
(http://community.qnx.com/sf/projects/qnx_community_fuse_project).
Managers like "ntfs-3g" would be able to take a file and put a file
system on it.

-xtang


> -----Original Message-----
> From: Michael Tatarinov [mailto:community-noreply@qnx.com]
> Sent: May 18, 2009 1:46 AM
> To: general-pkgsrc
> Subject: devel/netbsd-iscsi-initiator
> 
> Hello
> I tried netbsd-iscsi-initiator with xtang patches, but i don't mount
fs,
> why?
> 
> root@vm8482-2 root $ ls -l /fs/iscsi/192.168.138.246/target0/storage
> -rw-r--r--  1 root      root      4294967296 May 18 08:36
> /fs/iscsi/192.168.138.246/target0/storage
> root@vm8482-2 root $ mkqnx6fs
/fs/iscsi/192.168.138.246/target0/storage
> Format fs-qnx6: 4194288 blocks, 131072 inodes, 8 groups
> root@vm8482-2 root $ mount -vvv -t qnx6
> /fs/iscsi/192.168.138.246/target0/storage /mnt/tmp
> Parsed: mount from [/fs/iscsi/192.168.138.246/target0/storage] mount
on
> [/mnt/tmp] type [qnx6]
> exec: mount_qnx6 /fs/iscsi/192.168.138.246/target0/storage /mnt/tmp
> Using internal mount (mount_qnx6 not found)
> Type    [qnx6] Flags 0x00000000
> Device  [/fs/iscsi/192.168.138.246/target0/storage] Directory
[/mnt/tmp]
> Options [NULL]
> mount: Can't mount /mnt/tmp (type qnx6)
> mount: Possible reason: No such device or address
> 
> 
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post29606
Re: RE: devel/netbsd-iscsi-initiator  
Thanks, but...
root@vm8482-2 root $ dd if=/dev/zero of=zzz.img bs=1024k count=1024
1024+0 records in
1024+0 records out
root@vm8482-2 root $ ls -l zzz.img 
-rw-rw-r--  1 root      root      1073741824 May 19 09:16 zzz.img
root@vm8482-2 root $ mkqnx6fs zzz.img 
Format fs-qnx6: 1048560 blocks, 131072 inodes, 4 groups
root@vm8482-2 root $ mount -vvv -t qnx6 zzz.img /mnt/tmp 
Parsed: mount from [zzz.img] mount on [/mnt/tmp] type [qnx6] 
exec: mount_qnx6 zzz.img /mnt/tmp
Using internal mount (mount_qnx6 not found)
Type    [qnx6] Flags 0x00000000 
Device  [zzz.img] Directory [/mnt/tmp] 
Options [NULL] 
root@vm8482-2 root $ mount | grep zzz
/root/zzz.img on /mnt/tmp type qnx6 

Unfortunately, I can not see the "QNX Community Fuse Project" (The page you requested cannot be found.)

RE: RE: devel/netbsd-iscsi-initiator  
What you did is correct. But you need to realize your file "zzz.img" is
on a "devb-eide". I mean when you "mount", it is the manager (devb-eide)
handled your request. While in our case, the manager of the "storage"
file have no idea how to handle this request. :(

I will see how to get you access the Fuse Project.

-xtang

> -----Original Message-----
> From: Michael Tatarinov [mailto:community-noreply@qnx.com]
> Sent: May 19, 2009 12:26 AM
> To: general-pkgsrc
> Subject: Re: RE: devel/netbsd-iscsi-initiator
> 
> Thanks, but...
> root@vm8482-2 root $ dd if=/dev/zero of=zzz.img bs=1024k count=1024
> 1024+0 records in
> 1024+0 records out
> root@vm8482-2 root $ ls -l zzz.img
> -rw-rw-r--  1 root      root      1073741824 May 19 09:16 zzz.img
> root@vm8482-2 root $ mkqnx6fs zzz.img
> Format fs-qnx6: 1048560 blocks, 131072 inodes, 4 groups
> root@vm8482-2 root $ mount -vvv -t qnx6 zzz.img /mnt/tmp
> Parsed: mount from [zzz.img] mount on [/mnt/tmp] type [qnx6]
> exec: mount_qnx6 zzz.img /mnt/tmp
> Using internal mount (mount_qnx6 not found)
> Type    [qnx6] Flags 0x00000000
> Device  [zzz.img] Directory [/mnt/tmp]
> Options [NULL]
> root@vm8482-2 root $ mount | grep zzz
> /root/zzz.img on /mnt/tmp type qnx6
> 
> Unfortunately, I can not see the "QNX Community Fuse Project" (The
page
> you requested cannot be found.)
> 
> 
> 
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post29639
Re: RE: RE: devel/netbsd-iscsi-initiator  
I understand, thank you.
Re: RE: RE: devel/netbsd-iscsi-initiator  
> I will see how to get you access the Fuse Project.

Me too, me too.  I have no idea what it is, but i'm the curious kind.

> 
Re: RE: RE: devel/netbsd-iscsi-initiator  
> 
> > I will see how to get you access the Fuse Project.
> 
> Me too, me too.  I have no idea what it is, but i'm the curious kind.

Just to let you guys know we haven't forgot. :)

The "QNX Community FUSE" project is now opened to public. (So I was told :D) Link is here:

    http://community.qnx.com/sf/projects/qnx_community_fuse_project


Re: RE: devel/netbsd-iscsi-initiator  
Hello,

just a question on an old discussion.

Would it be feasible to use mentioned netbsd-iscsi-initiator with devb-loopback which is now available?

I am looking to find a decent RAID solution for QNX6. There are some HW RAID arrays available with iSCSI, so it could be
 a possible path...


Thanks, PKY

> To mount a "QNX4/QNX6" filesystem (or to that mater, to load any
> fs-*.so), you need a devb-* binary. Unfortunately, there is no "devb-fd"
> kind of thing exist.
> 
> I can only suggest you take a look of the "QNX Community Fuse Project".
> (http://community.qnx.com/sf/projects/qnx_community_fuse_project).
> Managers like "ntfs-3g" would be able to take a file and put a file
> system on it.
> 
> -xtang
> 
> 
> > -----Original Message-----
> > From: Michael Tatarinov [mailto:community-noreply@qnx.com]
> > Sent: May 18, 2009 1:46 AM
> > To: general-pkgsrc
> > Subject: devel/netbsd-iscsi-initiator
> > 
> > Hello
> > I tried netbsd-iscsi-initiator with xtang patches, but i don't mount
> fs,
> > why?
> > 
> > root@vm8482-2 root $ ls -l /fs/iscsi/192.168.138.246/target0/storage
> > -rw-r--r--  1 root      root      4294967296 May 18 08:36
> > /fs/iscsi/192.168.138.246/target0/storage
> > root@vm8482-2 root $ mkqnx6fs
> /fs/iscsi/192.168.138.246/target0/storage
> > Format fs-qnx6: 4194288 blocks, 131072 inodes, 8 groups
> > root@vm8482-2 root $ mount -vvv -t qnx6
> > /fs/iscsi/192.168.138.246/target0/storage /mnt/tmp
> > Parsed: mount from [/fs/iscsi/192.168.138.246/target0/storage] mount
> on
> > [/mnt/tmp] type [qnx6]
> > exec: mount_qnx6 /fs/iscsi/192.168.138.246/target0/storage /mnt/tmp
> > Using internal mount (mount_qnx6 not found)
> > Type    [qnx6] Flags 0x00000000
> > Device  [/fs/iscsi/192.168.138.246/target0/storage] Directory
> [/mnt/tmp]
> > Options [NULL]
> > mount: Can't mount /mnt/tmp (type qnx6)
> > mount: Possible reason: No such device or address
> > 
> > 
> > _______________________________________________
> > General
> > http://community.qnx.com/sf/go/post29606