ISCSI可以在没有虚拟驱动的情况下使用。
ISCSI可以在没有虚拟驱动的情况下使用。
Consider using ISCSI to mount a volume ahead of OS installation, avoiding the need for virtual drives. This approach can save time since you won’t have to set up virtual drives manually.
Are you on windows or linux? NOrmally this is just a bad ideas though, use a local ssd, much faster, more reliable and easier to setup.
I've worked with Linux before—it's quite straightforward. You can create a swap file if supported, or set up a loop device and add it after the footaup step. Use SMB/CIFS to share it like any other drive. For normal filesystems, it's usually best to have only one initiator at a time since they aren't designed for dual client use. Why choose ISCSI? You might be better served with NFS or CIFS instead.