#UltimateHomeServer: Setting Up Netboot on your Raspberry Pi
Added 2022-01-28 16:13:37 +0000 UTC
More home server content, but Linux flavored!
Comments
NFS is a virtual network file system. It's designed to be concurrently mounted by different remote operating systems. When you attach an iSCSI you're attaching a block device over a SCSI interface over IP. And then you mount a regular file system (ext4, xfs, btrfs) that that disk is formatted with. Because iSCSI emulates a local disk with local disk semantics, trying to share an iSCSI disk would be like trying to plug an SSD over SATA to two computers at once.
2022-02-03 02:34:09 +0000 UTC
Why would you be unable to share iscsi? Somewhat new to it.
2022-02-03 02:30:45 +0000 UTC
I‘ve just had a conversation with a friend about network booting my pi‘s last week 😄👍
Btw: I believe you mentioned rpi-tftpboot twice (instead of rpi-pxe) at 10:59
2022-01-30 21:52:00 +0000 UTC
Should be able to do iscsi, instead of NFS unless you need to share the volumes.
2022-01-30 04:56:20 +0000 UTC
Homeserver content is some of my favourite content.
2022-01-29 09:33:04 +0000 UTC
14:01 in the command you have 'exlude' instead of 'exclude'