ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Random Thread - Anything Goes

    Scheduled Pinned Locked Moved Water Closet
    time wastercat pics
    21.5k Posts 141 Posters 10.2m Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • coliverC
      coliver @hobbit666
      last edited by

      @hobbit666 said in Random Thread - Anything Goes:

      @coliver said in Random Thread - Anything Goes:

      Why would the way you install it not make it a type 1? When you install it on a Linux distribution the distribution becomes a VM on top of KVM. It's similar, but different, to how Xen and Hyper-V work.

      That's why I was asking to me installing a OS then the hypervisor doesn't sound like Type1 to me, hence asking.
      If it then changes the way the machine runs then yes it might be a type1 🙂 my only exposer to KVM is seeing it mentioned 🙂

      Ok, KVM is a type 1 hypervisor.

      1 Reply Last reply Reply Quote 0
      • black3dynamiteB
        black3dynamite @hobbit666
        last edited by

        @hobbit666 said in Random Thread - Anything Goes:

        This is why I don't use HyperV
        Setup new server gave it a name and IP connected to it via HperV Manager on Windows 10 Pro machine:-
        0_1499683557064_hyperv.png

        Tried 5nine when creating a switch:-
        0_1499683684016_hyperv.png

        If you are connecting to Hyper-V in a workgroup environment, take a look at this link
        https://docs.microsoft.com/en-us/windows-server/virtualization/hyper-v/manage/remotely-manage-hyper-v-hosts

        1 Reply Last reply Reply Quote 1
        • wirestyle22W
          wirestyle22 @hobbit666
          last edited by

          @hobbit666 Domain joined or workgroup?

          hobbit666H 1 Reply Last reply Reply Quote 0
          • black3dynamiteB
            black3dynamite @hobbit666
            last edited by

            @hobbit666 said in Random Thread - Anything Goes:

            Am I right in thinking KVM is not a type 1 hypervisor as in install on the host from a iso?
            You need a base Linux OS like Ubuntu then install KVM.

            Installing KVM on Fedora
            https://fedoraproject.org/wiki/Getting_started_with_virtualization

            Installing KVM on Ubuntu
            https://help.ubuntu.com/community/KVM/Installation

            1 Reply Last reply Reply Quote 0
            • wirestyle22W
              wirestyle22 @hobbit666
              last edited by

              @hobbit666 said in Random Thread - Anything Goes:

              Am I right in thinking KVM is not a type 1 hypervisor as in install on the host from a iso?
              You need a base Linux OS like Ubuntu then install KVM.

              The way I understand it (and please correct me if I'm wrong) is that KVM is a kernal module that turns Linux into a type-1 hypervisor. It looks confusing because the distro you installed is still fully functional.

              scottalanmillerS 1 Reply Last reply Reply Quote 0
              • coliverC
                coliver
                last edited by

                I think that KVM is considered a Type-0 hypervisor... but it's more closely related to Type-1 then it is Type-2.

                scottalanmillerS 1 Reply Last reply Reply Quote 0
                • scottalanmillerS
                  scottalanmiller @coliver
                  last edited by

                  @coliver said in Random Thread - Anything Goes:

                  I think that KVM is considered a Type-0 hypervisor... but it's more closely related to Type-1 then it is Type-2.

                  Type 0 isn't exactly a real thing. It's a informal type of type 1.

                  coliverC 1 Reply Last reply Reply Quote 0
                  • scottalanmillerS
                    scottalanmiller @wirestyle22
                    last edited by

                    @wirestyle22 said in Random Thread - Anything Goes:

                    @hobbit666 said in Random Thread - Anything Goes:

                    Am I right in thinking KVM is not a type 1 hypervisor as in install on the host from a iso?
                    You need a base Linux OS like Ubuntu then install KVM.

                    The way I understand it (and please correct me if I'm wrong) is that KVM is a kernal module that turns Linux into a type-1 hypervisor. It looks confusing because the distro you installed is still fully functional.

                    That's basically correct. Linux itself is the hypervisor.

                    1 Reply Last reply Reply Quote 1
                    • coliverC
                      coliver @scottalanmiller
                      last edited by

                      @scottalanmiller said in Random Thread - Anything Goes:

                      @coliver said in Random Thread - Anything Goes:

                      I think that KVM is considered a Type-0 hypervisor... but it's more closely related to Type-1 then it is Type-2.

                      Type 0 isn't exactly a real thing. It's a informal type of type 1.

                      Ah that makes sense. I had never learned about Type 0 until I had played with KVM.

                      scottalanmillerS 1 Reply Last reply Reply Quote 1
                      • scottalanmillerS
                        scottalanmiller @hobbit666
                        last edited by

                        @hobbit666 said in Random Thread - Anything Goes:

                        Am I right in thinking KVM is not a type 1 hypervisor as in install on the host from a iso?
                        You need a base Linux OS like Ubuntu then install KVM.

                        That's how Xen and Hyper-V install too.

                        1 Reply Last reply Reply Quote 0
                        • scottalanmillerS
                          scottalanmiller @coliver
                          last edited by

                          @coliver said in Random Thread - Anything Goes:

                          @scottalanmiller said in Random Thread - Anything Goes:

                          @coliver said in Random Thread - Anything Goes:

                          I think that KVM is considered a Type-0 hypervisor... but it's more closely related to Type-1 then it is Type-2.

                          Type 0 isn't exactly a real thing. It's a informal type of type 1.

                          Ah that makes sense. I had never learned about Type 0 until I had played with KVM.

                          It's marketing. And it has changed since it isn't a real definition. VMware always wants ESXi to be the only type 0 so the definition is a moving one.

                          1 Reply Last reply Reply Quote 0
                          • wirestyle22W
                            wirestyle22
                            last edited by wirestyle22

                            /root is a directory for the root user and / is the root directory, but if you create a new user it's put under /home/username. Is this because the home directory can be put on a different parition and if it failed to mount would screw you?

                            scottalanmillerS 1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller @wirestyle22
                              last edited by

                              @wirestyle22 said in Random Thread - Anything Goes:

                              /root is a directory for the root user and / is the root directory, but if you create a new user it's put under /home/username. Is this because the home directory can be put on a different parition and if it failed to mount would screw you?

                              Yup

                              1 Reply Last reply Reply Quote 1
                              • wirestyle22W
                                wirestyle22
                                last edited by

                                Double crit roll to save two of us is the only reason our characters made it out alive in D&D tonight. off to an insane start

                                JaredBuschJ 1 Reply Last reply Reply Quote 1
                                • JaredBuschJ
                                  JaredBusch @wirestyle22
                                  last edited by

                                  @wirestyle22 said in Random Thread - Anything Goes:

                                  Double crit roll to save two of us is the only reason our characters made it out alive in D&D tonight. off to an insane start

                                  Relevant: https://obelisk.daerma.com/topic/121/storm-king-s-thunder

                                  wirestyle22W 1 Reply Last reply Reply Quote 2
                                  • mlnewsM
                                    mlnews
                                    last edited by

                                    0_1499733383722_20160502-1068-wvgh4a.jpg

                                    Yum Yum Potassium

                                    nadnerBN travisdh1T 2 Replies Last reply Reply Quote 0
                                    • nadnerBN
                                      nadnerB @mlnews
                                      last edited by

                                      @mlnews said in Random Thread - Anything Goes:

                                      0_1499733383722_20160502-1068-wvgh4a.jpg

                                      Yum Yum Potassium

                                      K

                                      1 Reply Last reply Reply Quote 1
                                      • travisdh1T
                                        travisdh1 @mlnews
                                        last edited by

                                        @mlnews said in Random Thread - Anything Goes:

                                        0_1499733383722_20160502-1068-wvgh4a.jpg

                                        Yum Yum Potassium

                                        Wat8.jpg

                                        1 Reply Last reply Reply Quote 0
                                        • scottalanmillerS
                                          scottalanmiller
                                          last edited by

                                          0_1499740409073_IMG_6801.PNG

                                          1 Reply Last reply Reply Quote 2
                                          • scottalanmillerS
                                            scottalanmiller
                                            last edited by

                                            0_1499740426586_IMG_6798.JPG

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 1071
                                            • 1072
                                            • 1073
                                            • 1074
                                            • 1075
                                            • 1076
                                            • 1077
                                            • 1078
                                            • 1073 / 1078
                                            • First post
                                              Last post