Virtualization enabled in bios?

|
qontinuum 2022-08-17 07:46:01
It is the more flexible one since it allows to mount ro volumes which virtiofs doesn’t allow yet
qontinuum 2022-08-17 07:46:28
Also virtiofs can be really resource intensive concerning RAM
Rougreh 2022-08-17 07:47:17
qontinuum 2022-08-17 07:41:31
Or 9p or that other shared filesystem that eats my server RAM

you have a server

Rougreh 2022-08-17 07:47:18
o
ItsZariep 2022-08-17 07:48:59
ItsZariep 2022-08-17 07:45:25
iirc, virt-manager is configured for 9p

on Host

mkdir /share
chmod 777 /share

then add a “filesystem” and on source put “/share”, and on target “/sharepoint”

on guest
mkdir /share
mount -t 9p -o trans=virtio /sharepoint /share

ItsZariep 2022-08-17 07:49:54
ItsZariep 2022-08-17 07:48:59
on Host

mkdir /share
chmod 777 /share

then add a “filesystem” and on source put “/share”, and on target “/sharepoint”

on guest
mkdir /share
mount -t 9p -o trans=virtio /sharepoint /share

also on guest you can add it to fstab, but i dont remember how

Senderman 2022-08-17 07:51:36
/sharepoint /share 9p trans=virtio 0 0
i guess
ItsZariep 2022-08-17 07:53:31
Senderman 2022-08-17 07:51:36
/sharepoint /share 9p trans=virtio 0 0
i guess

the order of factors does not change the product

ItsZariep 2022-08-17 07:54:30
seriously, being parameters i think it does not affect, i just copied what was in the bash_history of my virtual machine
qontinuum 2022-08-17 07:56:02
ItsZariep 2022-08-17 07:49:54
also on guest you can add it to fstab, but i dont remember how

The same way duh

qontinuum 2022-08-17 07:56:03
Also the rights may be fucked up there, better going with matching uid or mapped mode
qontinuum 2022-08-17 07:59:07
ItsZariep 2022-08-17 07:53:31
the order of factors does not change the product

What the fuck are you saying

Glats 2022-08-17 08:59:40
https://twitter.com/nixcraft/status/1559781405785493504?t=
hexintger 2022-08-17 10:08:25
When I start a virtual machine, the progress stay at here for ever. Why?
hexintger 2022-08-17 10:08:25
artixlinux-496820.jpg

hexintger 2022-08-17 10:09:08
Give me a hand, please
hexintger 2022-08-17 10:11:00
And I can’t close the dialog.
hexintger 2022-08-17 10:11:42
Can’t kill the process.
lanciagreggori 2022-08-17 10:45:54
qontinuum 2022-08-17 07:44:49
It is libvirt that does it using virtiofs or 9p
https://libvirt.org/kbase/virtiofs.html

Wait, the plan9 protocol? Haven’t seen that used a lot outside of plan 9 itself

Spektrum_light 2022-08-17 10:57:10
lanciagreggori 2022-08-17 10:45:54
Wait, the plan9 protocol? Haven’t seen that used a lot outside of plan 9 itself

strange, it’s widely used

我係孫嘉晨 2022-08-17 11:28:29
hexintger 2022-08-17 10:08:25

why chinese,and VirtualBox need dkms modules

herzeleid02 2022-08-17 11:35:11
hexintger 2022-08-17 10:08:25

artix linux kiwami

hexintger 2022-08-17 11:57:44
我係孫嘉晨 2022-08-17 11:28:29
why chinese,and VirtualBox need dkms modules

dkms installed

hexintger 2022-08-17 12:00:54
My CPU is 12th Gen Intel i7
chaotic_good0 2022-08-17 12:33:05
hexintger 2022-08-17 11:57:44
dkms installed

Virtualization enabled in bios?

Glats 2022-08-17 15:04:48
lanciagreggori 2022-08-17 10:45:54
Wait, the plan9 protocol? Haven’t seen that used a lot outside of plan 9 itself

wut. I’d say every mainstream SO kernel support 9p. don’t know about *bsd but I believe they support it too

qontinuum 2022-08-17 15:31:12
lanciagreggori 2022-08-17 10:45:54
Wait, the plan9 protocol? Haven’t seen that used a lot outside of plan 9 itself

It is a standard for host/guest communication

qontinuum 2022-08-17 15:33:46
The main problem is still that it needs 18 balls
hexintger 2022-08-17 16:31:51
chaotic_good0 2022-08-17 12:33:05
Virtualization enabled in bios?

Enabled

Spektrum_light 2022-08-17 16:35:01
qontinuum 2022-08-17 15:33:46
The main problem is still that it needs 18 balls

what

JD [0/4💉] 2022-08-17 16:41:55
Finally
JD [0/4💉] 2022-08-17 16:41:59
At last
JD [0/4💉] 2022-08-17 16:42:05
I have confirmation
JD [0/4💉] 2022-08-17 16:42:17
My CPU has a hardware bug
JD [0/4💉] 2022-08-17 16:42:21
Its borked
|