Remix.run Logo
Tepix 2 hours ago

This could be an interesting setup for booting off a NAS like Synology or QNAP. I haven't really used iSCSI, it's intimidating how much prep this takes...

rwmj an hour ago | parent | next [-]

iSCSI seems intentionally obscure. One of the improvements I made to NBD was invent a simple, standardized URI format so that you can specify servers easily, eg:

  nbdinfo nbd://server
  nbdcopy nbd://server:2001/ nbd+unix:///?socket=/tmp/localsock
https://github.com/NetworkBlockDevice/nbd/blob/master/doc/ur...
burner420042 2 hours ago | parent | prev [-]

The 'target' moves slow so once you learn it, it all stays relevant forever.

... And it's very, very fun.

Tepix 11 minutes ago | parent [-]

Does it offer performance advantages over NFS root?