Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Another long shot question - multiboot with SAME user

Another long shot question - multiboot with SAME user

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
7 Posts 3 Posters 607 Views 3 Watching
  • 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.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on last edited by
    #1

    I am trying to consolidate my current project - from TWO HDD.
    Both drives use "administrator" user "a".
    I can manage project import from old drive to new one.
    QtCreator also changes project configurations, nice and no problem.
    I am not sure if I am saving my project correctly to same " /home/a..."

    My new OS works but sometime does weird , random , stuff - not necessarily with QtCreator.

    With some effort on my part I could add another user to the old drive.

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      Each Creator.exe has its own id so it should detect its other Creator and using the same project from different boots should not
      cause any issues.

      Im not sure what you multi boot.
      If two linux'es, then /home might not be the same.
      unless you always had /home partition on other hdd.
      Then it could be the same.

      A 1 Reply Last reply
      0
      • mrjjM mrjj

        Hi
        Each Creator.exe has its own id so it should detect its other Creator and using the same project from different boots should not
        cause any issues.

        Im not sure what you multi boot.
        If two linux'es, then /home might not be the same.
        unless you always had /home partition on other hdd.
        Then it could be the same.

        A Offline
        A Offline
        Anonymous_Banned275
        wrote on last edited by
        #3

        @mrjj said in Another long shot question - multiboot with SAME user:

        Hi
        Each Creator.exe has its own id so it should detect its other Creator and using the same project from different boots should not
        cause any issues.

        Im not sure what you multi boot.
        If two linux'es, then /home might not be the same.

        It sounds silly , but I only use Linux. Reason for mutiboot is that I did started with single small HDD and kept adding bigger ones, each with OS.
        I also have muttiboot (partitions) on my current (new) HDD , just because I could not resize working partition.

        unless you always had /home partition on other hdd.
        Then it could be the same.

        mrjjM 1 Reply Last reply
        0
        • A Anonymous_Banned275

          @mrjj said in Another long shot question - multiboot with SAME user:

          Hi
          Each Creator.exe has its own id so it should detect its other Creator and using the same project from different boots should not
          cause any issues.

          Im not sure what you multi boot.
          If two linux'es, then /home might not be the same.

          It sounds silly , but I only use Linux. Reason for mutiboot is that I did started with single small HDD and kept adding bigger ones, each with OS.
          I also have muttiboot (partitions) on my current (new) HDD , just because I could not resize working partition.

          unless you always had /home partition on other hdd.
          Then it could be the same.

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @AnneRanch

          Well thats not silly at all. Linux is a wonderful OS.
          I do use Windows 10 but i develop in linux, using virtual machines.

          If you ever wish to resize a "working partition", you can boot on a live linux cd/sub and used parted to resize
          your current partition.

          I have also used
          https://clonezilla.org/
          to clone my root partition directly to another hdd (SSD) and then swapped the disk and it just worked.

          A 1 Reply Last reply
          1
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Hi,

            One of the nice thing with Linux is that you can mount several disks on top of each others so if you keep user name/id consistent you can use a single hard drive for your /home folder content and mount it there for the different Linux you boot on your machine.

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            1
            • mrjjM mrjj

              @AnneRanch

              Well thats not silly at all. Linux is a wonderful OS.
              I do use Windows 10 but i develop in linux, using virtual machines.

              If you ever wish to resize a "working partition", you can boot on a live linux cd/sub and used parted to resize
              your current partition.

              I have also used
              https://clonezilla.org/
              to clone my root partition directly to another hdd (SSD) and then swapped the disk and it just worked.

              A Offline
              A Offline
              Anonymous_Banned275
              wrote on last edited by
              #6

              @mrjj said in Another long shot question - multiboot with SAME user:

              @AnneRanch

              Well thats not silly at all. Linux is a wonderful OS.
              I do use Windows 10 but i develop in linux, using virtual machines.

              If you ever wish to resize a "working partition", you can boot on a live linux cd/sub and used parted to resize
              your current partition.

              Done that several times past few days.

              Works OK with few "gotcha" -
              when used with larger drives > 1TB it gives an impression that "nothing is happening" . If my memory serves me - the "original live CD " give some indication that the drives are being searched / sized.

              Then when used with multiple HDD it seems to "detect / select " only first drive and then proceeds , as instructed, to "install alongside of existing OS" .
              No option to select the destination is given.

              After the new OS is installed and system is rebooted - grub executes the LAST OS installed.

              I have also used
              https://clonezilla.org/
              to clone my root partition directly to another hdd (SSD) and then swapped the disk and it just worked.

              I;ll give it a shot - after all as reliable as "live CD" is - it takes time.

              mrjjM 1 Reply Last reply
              0
              • A Anonymous_Banned275

                @mrjj said in Another long shot question - multiboot with SAME user:

                @AnneRanch

                Well thats not silly at all. Linux is a wonderful OS.
                I do use Windows 10 but i develop in linux, using virtual machines.

                If you ever wish to resize a "working partition", you can boot on a live linux cd/sub and used parted to resize
                your current partition.

                Done that several times past few days.

                Works OK with few "gotcha" -
                when used with larger drives > 1TB it gives an impression that "nothing is happening" . If my memory serves me - the "original live CD " give some indication that the drives are being searched / sized.

                Then when used with multiple HDD it seems to "detect / select " only first drive and then proceeds , as instructed, to "install alongside of existing OS" .
                No option to select the destination is given.

                After the new OS is installed and system is rebooted - grub executes the LAST OS installed.

                I have also used
                https://clonezilla.org/
                to clone my root partition directly to another hdd (SSD) and then swapped the disk and it just worked.

                I;ll give it a shot - after all as reliable as "live CD" is - it takes time.

                mrjjM Offline
                mrjjM Offline
                mrjj
                Lifetime Qt Champion
                wrote on last edited by
                #7

                @AnneRanch
                Hi
                If you do try CloneZilla, please promise me to triple check what is the source and what is the destination as
                it will copy the empty disk to the full one, make one cry in the keyboard.

                1 Reply Last reply
                0

                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved