ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
What a great tutorial on dealing with storage devices via the command line! Well Done!
Is there any sign of a web gui manager emerging for Incus?
Yes, watch my video entitled "LXConsole Web Interface for Incus"
Very nice, precise. Thx.Btw, I didn't understand: the root:1000:1 ??
As indicated in the show notes, the changes to the subordinate GID table provide write access from the container to the incus host. Without this change, access is read only. Join the chat at chat.scottibyte.com/.
At 13:30 I think you can do it all (label disk and create partition) in one line:parted -a opt /dev/sdb mklabel gpt && mkpart primary ext4 1MB 100%
Of course. There are always many ways to do the same thing.
What a great tutorial on dealing with storage devices via the command line! Well Done!
Is there any sign of a web gui manager emerging for Incus?
Yes, watch my video entitled "LXConsole Web Interface for Incus"
Very nice, precise. Thx.
Btw, I didn't understand: the root:1000:1 ??
As indicated in the show notes, the changes to the subordinate GID table provide write access from the container to the incus host. Without this change, access is read only. Join the chat at chat.scottibyte.com/.
At 13:30 I think you can do it all (label disk and create partition) in one line:
parted -a opt /dev/sdb mklabel gpt && mkpart primary ext4 1MB 100%
Of course. There are always many ways to do the same thing.