Page 1 of 1
Read Only
Posted: Tue Aug 30, 2016 12:36 am
by Rusty
I have connected to an iSCSI target but I only have read access. Does anyone know why this happens?
Re: Read Only
Posted: Wed Aug 31, 2016 11:11 pm
by Olivia (staff)
Which brand of target are you using? Please check permissions.
Re: Read Only
Posted: Wed Aug 31, 2016 11:20 pm
by Rusty
Hi Olivia,
The Target is on a WDMyCloudEX4 NAS. It has CHAP authentication enabled, the permissions are pretty basic there is no way of configuring read on only access for the target.
I can connect to the target using the built in initiator on a Windows 10 machine using the same credentials and I can read/write to the target.
Thanks Olivia
Re: Read Only
Posted: Thu Nov 03, 2016 2:23 pm
by genoso
Hi Olivia,
Same issue here with a WD EX2 NAS as target. I am using CHAP authentication and in Windows 10 I get full access but on my Mac, using KernSafe iSCSI Initiator X, I get just read only access.
I am using 2.20 version on Mac OS Sierra 10.12.1
BR
Re: Read Only
Posted: Fri Nov 04, 2016 3:10 pm
by genoso
Hi,
I just realized, in my case, and probably in rest of people suffering this issue, was not related to KernSafe SW but due to Mac OS NTFS file system read only limitation.
I have confirmed if system has other file system it will get full write access!
BR
Re: Read Only
Posted: Tue Nov 08, 2016 12:53 am
by Rusty
I am pretty sure the WD NAS Devices use a proprietary file system
Re: Read Only
Posted: Tue Nov 08, 2016 7:55 am
by genoso
Hi Rusty,
iSCSI target provides a Disk pseudo "physical" Connection towards initiator though IP network, andit is up to host running initiator to format and partition that hard disk.
In my case, I created a iSCSI unit on WD EX2 NAS and afterwards initiated it on a Windows system, from which I formatted it as NTFS. Later on, I mounted it into Mac OS Sierra and I showed already mentioned behavior.
If you want to get write/read access to the HD, use Disk Utility native application from Mac to format iSCSI unit once initiated, in the same way as you would do with an external USB HD pre-formatted in NTFS file system.
BR
Re: Read Only
Posted: Wed Nov 09, 2016 12:51 am
by Rusty
Thanks BR, that makes perfect sense...
genoso wrote:use Disk Utility native application from Mac to format iSCSI unit once initiated
So if I understand correctly an iSCSI target cannot provide read/write access to MAC and Windows initiators, you have to choose a format?
That being the case, just out of curiosity, how do MAC computers handle using data on Shared folders on a Windows server? Does the same read only rule apply?
Cheers!
Re: Read Only
Posted: Wed Nov 09, 2016 11:09 am
by genoso
Rusty wrote:Thanks BR, that makes perfect sense...
That being the case, just out of curiosity, how do MAC computers handle using data on Shared folders on a Windows server? Does the same read only rule apply?
Cheers!
Windows shared folders are supported by SAMBA protocol, which has nothing to do with iSCSI one.
SAMBA access control is handled by the server, being a layer over the file system underneath which is completely hidden to client host. It is equivalent to NFS for unix/linux systems or AFS (being deprecated ) for mac systems.
Hope this clarifies, if you want to dig into this subjects, you have plenty of information in the internet.