WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: Where are the files?

Re: Where are the files?

by rswwalker :: Rate this Message:

| View in Thread

Re: [Iscsitarget-devel] Where are the files?

Do not mount it on both, iscsi isn't a file system sharing technology but a back-end storage sharing technology.

If you wish to share the file system between multiple initiators look at samba/nfs, or a clustering solution if using iscsi.

The disk management is all handled on the initiator side.

-Ross


-----Original Message-----
From: iscsitarget-devel-bounces@... <iscsitarget-devel-bounces@...>
To: iscsitarget-devel@... <iscsitarget-devel@...>
Sent: Wed Jun 06 04:42:15 2007
Subject: [Iscsitarget-devel] Where are the files?


Right i've install the iscsi target and have it connect to my XP Pro machine
and i have copied 6-7GB of data over to it which all seems fine.

But when i log into the Linux machine and do a df -h command it's showing no
space has been used up?
[root@iscsi ~]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda2             3.8G  1.6G  2.0G  45% /
/dev/mapper/VolGroup22-LogVol00
                       19G  173M   18G   1% /VLM
/dev/sda1              99M   15M   80M  16% /boot
tmpfs                 125M     0  125M   0% /dev/shm
[root@iscsi ~]#

my iscsi config
Target thisisatest.com.uk.charlies
        # Users, who can access this target. The same rules as for discovery
        # users apply here.
        # Leave them alone if you don't want to use authentication.
        #IncomingUser joe secret
        #OutgoingUser jim 12charpasswd
        # Logical Unit definition
        # You must define one logical unit at least.
        # Block devices, regular files, LVM, and RAID can be offered
        # to the initiators as a block device.
        Lun 0 Path=/dev/mapper/VolGroup22-LogVol00,Type=fileio
        # Alias name for this target
        # Alias Test
        # various iSCSI parameters
        # (not all are used right now, see also iSCSI spec for details)
        #MaxConnections         1
        #InitialR2T             Yes
        #ImmediateData          No
        #MaxRecvDataSegmentLength 8192
        #MaxXmitDataSegmentLength 8192
        #MaxBurstLength         262144
        #FirstBurstLength       65536
        #DefaultTime2Wait       2
        #DefaultTime2Retain     20
        #MaxOutstandingR2T      8
        #DataPDUInOrder         Yes
        #DataSequenceInOrder    Yes
        #ErrorRecoveryLevel     0
        #HeaderDigest           CRC32C,None
        #DataDigest             CRC32C,None
        # various target parameters
        #Wthreads               8



--
View this message in context: http://www.nabble.com/Where-are-the-files--tf3876607.html#a10984661
Sent from the iscsitarget-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Iscsitarget-devel mailing list
Iscsitarget-devel@...
https://lists.sourceforge.net/lists/listinfo/iscsitarget-devel


This e-mail, and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended recipient of this e-mail, you are hereby notified that any dissemination, distribution or copying of this e-mail, and any attachments thereto, is strictly prohibited. If you have received this e-mail in error, please immediately notify the sender and permanently delete the original and any copy or printout thereof.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Iscsitarget-devel mailing list
Iscsitarget-devel@...
https://lists.sourceforge.net/lists/listinfo/iscsitarget-devel

 « Return to Thread: Where are the files?