this post was submitted on 31 Oct 2023
329 points (95.8% liked)

Linux

47110 readers
1329 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Yet another win for Systemd.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 10 months ago (1 children)

Is this like booting over pxe? Is nvme tcp widely supported on motherboards?

[–] TCB13 24 points 10 months ago (4 children)

No, this has nothing to do with your motherboard. Once you reach the boot menu you'll be able to pick your OS and alternatively systemd-storagetm. If you chose the the latter then your disks will be available to other machines over NVME-TCP. Just like Apple.

[–] devfuuu 41 points 10 months ago (1 children)

The problem of keeping comparing and doing analogies with apple shit stuff is that many of us have no idea what tech of magic apple does, so saying things like "just like apple" is a completely useless phrase that gives zero info whatsoever about anything.

[–] [email protected] 7 points 10 months ago

It's probably why we're getting the tech almost 20 years late. Apple started doing this with FireWire

[–] ikidd 9 points 10 months ago (1 children)

So I could mount and chroot over TCP to fix problems? Looks a little more complicated at this point than fstabbing an iscsi target, but I imagine that'll improve. https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_storage_devices/configuring-nvme-over-fabrics-using-nvme-tcp_managing-storage-devices

Sweet.

[–] TCB13 6 points 10 months ago

The PR aims to make it easy and simple.

[–] [email protected] 5 points 10 months ago (1 children)

So when it's booted it will just advertise the storage to the LAN over nvme-tcp protocol?

[–] TCB13 5 points 10 months ago* (last edited 10 months ago) (3 children)

Not "booted", you won't be booting your full OS. It's just an option on the boot menu that launches systemd and a small program that does the magic and nothing else.

[–] psmgx 3 points 10 months ago (2 children)

So share drive / simplified NAS, no?

[–] TCB13 13 points 10 months ago

Kind of... but you're directly accessing the hard drive like iSCSI does. Way less latency, no high (and slow) protocols like SMB are used.

NVMe/TCP is an extension of the NVMe base specification that defines the binding of the NVMe protocol to message-based fabrics using TCP. The rules for mapping NVMe queues, creation of NVMe-oF capsules, and the methods used to deliver the capsules over the TCP fabric are described in the NVMe/TCP Transport Specification. By binding the NVMe protocol to TCP, NVMe/TCP enables the efficient end-to-end transfer of commands and data between NVMe-oF hosts and NVMe-oF controller devices by any standard Ethernet-based TCP/IP networks. Large-scale data centers can use their existing Ethernet-based network infrastructure with multilayered switch topologies and traditional network adapters

[–] [email protected] 7 points 10 months ago
[–] [email protected] 3 points 10 months ago

But is it running at the same time as a an OS or is it just a device without an OS running, sharing storage?

[–] [email protected] 2 points 10 months ago (1 children)

So NAS without any controls. Yay?

[–] [email protected] 3 points 10 months ago (1 children)

trivial to set up NAS with minimal overhead, plus you can boot any pc into this once it's standard, which would be nice for rescuing when you fuck something up: rather than fiddle around with rescue mode or digging out the drives you just boot into this mode and access the drives from your laptop or whatever.

[–] [email protected] 0 points 10 months ago

It doesn't sound easier than ventoy tbh.

[–] [email protected] 1 points 10 months ago

So like, grubd boot menu? And from there I can boot over a location on my nas for example? I set up ipxe a couple weeks ago but it couldn’t load over my thunderbolt to 10g nic. Would this help?