export block device over network without root

Posted by dschatz on Server Fault See other posts from Server Fault or by dschatz
Published on 2012-03-26T23:06:59Z Indexed on 2012/03/26 23:31 UTC
Read the original article Hit count: 208

Filed under:

I'm trying to export a file as a block device over the network. I do not have root access on the machine where the file exists. I do have root access on the machine(s) where I will mount the block device.

I've seen ATA-Over-Ethernet and ISCSI but there don't seem to be any implementations which allow me to export the block without root at least (some even require kernel modules).

Is there an implementation of either of these or some other protocol that doesn't require root? Perhaps I can tunnel ethernet over IP to do this?

© Server Fault or respective owner

Related posts about block-device