this post was submitted on 01 Oct 2023
37 points (95.1% liked)

Linux

53424 readers
560 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
 

Hi all,

I'm currently experimenting with different distros using virtualbox. My set up is Workstation PC - QNAP TB to 10g NIC - 10g switch - Synology 1621+ NAS. The connection between the NAS and the PC is equal to about a gen 3 SSD. I do see one particular place where there may be an issue: the qnap adapter needs drivers of some sort to able to act as a nic. But maybe there's a way to still tell my bios to boot into my nas? or maybe I could make a little partition that only activates the nic and from there boot into the nas? I also can just connect a 2.5g directly between my computer and nas, but that would end up being really slow, slower than many of the single hard drives I have in my nas.

What I'd like to do is run my chosen distro(s) from my PC but have them install on the NAS itself. Essentially I'll all the storage for the OS on the NAS, but have access to my workstation's more performant ram, cpu and GPU.

Is this possible?

Also, I'm looking at nobara, endeavour, mint, mx linux. May look into opensuse and alpine at some point as well.

Primary purpose will be for general browsing/research and programming. Some gaming if it's possible. my long term goal is, once gaming is stable enough on linux, switch entirely over to linux and only use windows for games/media creation/music production that can't be done on linux, but daily drive linux.

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

Something like iSCSI as you already have to 10gig card, or fibre channel SAN, apparently qnap supports both, however I've never used a qnap or iSCSI For booting https://wiki.archlinux.org/title/ISCSI/Boot For the qnap https://www.qnap.com/en/how-to/tutorial/article/how-to-create-and-use-the-iscsi-target-service-on-a-qnap-nas

The general idea is a small boot partition to load kernel and most importantly the drivers for the nic, then mount the Nas over iSCSI and finish loading the os

To be honest a 1TB SATA ssd isnt that much, you could have 10 distros @ 100gb each with extra storage mounted on the nas. 100gb is loads for a Linux OS. I think most of the virtual machines I spin up without a GUI use a 20GB disk

You can also boot directly over the network with pxe/netbootin etc but I'm not sure how that works with an add in network card, as it's usually a feature of the bios itself

[–] MonkCanatella 3 points 2 years ago

To be honest a 1TB SATA ssd isnt that much, you could have 10 distros @ 100gb each with extra storage mounted on the nas. 100gb is loads for a Linux OS. I think most of the virtual machines I spin up without a GUI use a 20GB disk

You know, that is a really good point, I could have a few distros installed and have that take up less space than call of duty lol. I'll do some more research into the resources you've shared with me, just because I think it'd be cool. But I should be able to easily make space on one of the ssds on my main workstation.