Does hardlinking work on an iscsi target?
Printable View
Does hardlinking work on an iscsi target?
iSCSI targets act like any other normal block device, and creating hard links is dependant on the file system (which is a(few) layer(s) above the block device) so it will work normally dependant on the FS you're using.
Thanks for that. probably EXT4.