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

    GoboLinux: Experimenting with a New Filesystem Hierarchy

    Scheduled Pinned Locked Moved News
    linuxgobolinuxfosspostunixfilesystem hierarchy
    22 Posts 6 Posters 2.8k 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.
    • scottalanmillerS
      scottalanmiller @DustinB3403
      last edited by

      @DustinB3403 said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

      I use linux OS's regularly and I barely know the file structure. Probably a fault of mine, but I've never used Unix (directly) as you may have.

      Linux is UNIX.

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

        @DustinB3403 said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

        But nothing else besides that. The OS could have been designed for people who are afraid of linux, and know windows, but need virtualization and are afraid of every other option that exist as a hypervisor.

        THen making the file structure capital dependent would really undermine that. Making WIndows people memorize capitalization beyond "keep it lower case" is a mess.

        1 Reply Last reply Reply Quote 1
        • F
          Francesco Provino @mlnews
          last edited by Francesco Provino

          @mlnews said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

          https://fosspost.org/2017/01/22/gobolinux-a-linux-distribution-with-new-filesystem-hierarchy/

          There are many different Linux distributions out there. Thousands of them are designed to meet different purposes (no matter how small the difference from each one). Today, we would like to introduce GoboLinux for you.

          GoboLinux is a special Linux distribution which is built from scratch. It offers an alternative filesystem hierarchy. To clarify this, we all know that the common Unix hierarchy includes directories like /usr, /bin, /etc.. But that’s not the case in GoboLinux. For example the filesystem directories here are:

          • /System: The system files, binaries and kernel and placed here.
          • /Programs: All programs are inserted in this directory. Each program has its own folder which contains its own settings, files and data. Multiple versions of the same program can be installed easily, because each version contains its own files sepearted from the other version.
          • /Users: The home folders for the system users (root and all others) are listed here. It’s like /home in Unix hierarchy.
          • /Data: The data folder contains information about packages and recipes needed by the system. It also includes the “Variable” folder. Which is actually /var.
          • /Mount: Mounting directory if needed. Just like normal /mnt.

          From the developers point of view1), this new hierarchy is a much better design for a filesystem. It keeps everything “categorized” which allows files to be preserved in these categories easily. To maintain the backwards compatibility with Unix hierarchy, a lot of symlinks are used to point to the directories on GoboLinux. For example if you run cd /etc it will take you to /System/Settings. Thus, there’s no need to modify the applications to work on the new way of categorizing these files......

          I found traditional Unix hierarchy more confortable for interactive shell use, Mac os X is a pain with all that capital letters. Seems like a tribute to the "case sensitive".

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

            @Francesco-Provino said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

            I found traditional Unix hierarchy more confortable for interactive shell use, Mac os X is a pain with all that capital letters. Seems like a tribute to the "case seinsitive".

            Yeah, this is unnecessarily complicated.

            dafyreD 1 Reply Last reply Reply Quote 0
            • dafyreD
              dafyre @scottalanmiller
              last edited by

              @scottalanmiller said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

              @Francesco-Provino said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

              I found traditional Unix hierarchy more confortable for interactive shell use, Mac os X is a pain with all that capital letters. Seems like a tribute to the "case seinsitive".

              Yeah, this is unnecessarily complicated.

              To further muddy the waters, on a default install of OS X (10.11 in my case), things are not case sensitive. However, you can set that option if you partition the drives yourself.

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

                @dafyre said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                @scottalanmiller said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                @Francesco-Provino said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                I found traditional Unix hierarchy more confortable for interactive shell use, Mac os X is a pain with all that capital letters. Seems like a tribute to the "case seinsitive".

                Yeah, this is unnecessarily complicated.

                To further muddy the waters, on a default install of OS X (10.11 in my case), things are not case sensitive. However, you can set that option if you partition the drives yourself.

                Well yeah, OSX is just ridiculous.

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

                  @scottalanmiller said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                  @dafyre said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                  @scottalanmiller said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                  @Francesco-Provino said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                  I found traditional Unix hierarchy more confortable for interactive shell use, Mac os X is a pain with all that capital letters. Seems like a tribute to the "case seinsitive".

                  Yeah, this is unnecessarily complicated.

                  To further muddy the waters, on a default install of OS X (10.11 in my case), things are not case sensitive. However, you can set that option if you partition the drives yourself.

                  Well yeah, OSX is just ridiculous.

                  I came very close to getting a job at ABC but they wanted Mac experience (Guru was the word they used). The guy who got the job lied through his teeth (my friends works there and explained it to me). Being an honest person is hard sometimes.

                  dafyreD scottalanmillerS 2 Replies Last reply Reply Quote 0
                  • dafyreD
                    dafyre @wirestyle22
                    last edited by

                    @wirestyle22 said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                    @scottalanmiller said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                    @dafyre said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                    @scottalanmiller said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                    @Francesco-Provino said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                    I found traditional Unix hierarchy more confortable for interactive shell use, Mac os X is a pain with all that capital letters. Seems like a tribute to the "case seinsitive".

                    Yeah, this is unnecessarily complicated.

                    To further muddy the waters, on a default install of OS X (10.11 in my case), things are not case sensitive. However, you can set that option if you partition the drives yourself.

                    Well yeah, OSX is just ridiculous.

                    Being an honest person is hard sometimes.

                    Not really, no... Dealing with the consequences of being an honest person is hard sometimes.

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

                      @dafyre said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                      @wirestyle22 said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                      @scottalanmiller said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                      @dafyre said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                      @scottalanmiller said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                      @Francesco-Provino said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                      I found traditional Unix hierarchy more confortable for interactive shell use, Mac os X is a pain with all that capital letters. Seems like a tribute to the "case seinsitive".

                      Yeah, this is unnecessarily complicated.

                      To further muddy the waters, on a default install of OS X (10.11 in my case), things are not case sensitive. However, you can set that option if you partition the drives yourself.

                      Well yeah, OSX is just ridiculous.

                      Being an honest person is hard sometimes.

                      Not really, no... Dealing with the consequences of being an honest person is hard sometimes.

                      Yeah that's what I mean

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

                        @wirestyle22 said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                        @scottalanmiller said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                        @dafyre said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                        @scottalanmiller said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                        @Francesco-Provino said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                        I found traditional Unix hierarchy more confortable for interactive shell use, Mac os X is a pain with all that capital letters. Seems like a tribute to the "case seinsitive".

                        Yeah, this is unnecessarily complicated.

                        To further muddy the waters, on a default install of OS X (10.11 in my case), things are not case sensitive. However, you can set that option if you partition the drives yourself.

                        Well yeah, OSX is just ridiculous.

                        I came very close to getting a job at ABC but they wanted Mac experience (Guru was the word they used). The guy who got the job lied through his teeth (my friends works there and explained it to me). Being an honest person is hard sometimes.

                        Who was dishonest? The guy or the company that happily hired someone without experience?

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

                          @scottalanmiller said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                          @wirestyle22 said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                          @scottalanmiller said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                          @dafyre said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                          @scottalanmiller said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                          @Francesco-Provino said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                          I found traditional Unix hierarchy more confortable for interactive shell use, Mac os X is a pain with all that capital letters. Seems like a tribute to the "case seinsitive".

                          Yeah, this is unnecessarily complicated.

                          To further muddy the waters, on a default install of OS X (10.11 in my case), things are not case sensitive. However, you can set that option if you partition the drives yourself.

                          Well yeah, OSX is just ridiculous.

                          I came very close to getting a job at ABC but they wanted Mac experience (Guru was the word they used). The guy who got the job lied through his teeth (my friends works there and explained it to me). Being an honest person is hard sometimes.

                          Who was dishonest? The guy or the company that happily hired someone without experience?

                          They had no one with Mac experience to really test the guy properly but he knew his stuff generally. Then it came time for him to do something really simple (i honestly forget what its been a while) and he didn't know how to. 😞

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

                            @wirestyle22 said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                            @scottalanmiller said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                            @wirestyle22 said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                            @scottalanmiller said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                            @dafyre said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                            @scottalanmiller said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                            @Francesco-Provino said in GoboLinux: Experimenting with a New Filesystem Hierarchy:

                            I found traditional Unix hierarchy more confortable for interactive shell use, Mac os X is a pain with all that capital letters. Seems like a tribute to the "case seinsitive".

                            Yeah, this is unnecessarily complicated.

                            To further muddy the waters, on a default install of OS X (10.11 in my case), things are not case sensitive. However, you can set that option if you partition the drives yourself.

                            Well yeah, OSX is just ridiculous.

                            I came very close to getting a job at ABC but they wanted Mac experience (Guru was the word they used). The guy who got the job lied through his teeth (my friends works there and explained it to me). Being an honest person is hard sometimes.

                            Who was dishonest? The guy or the company that happily hired someone without experience?

                            They had no one with Mac experience to really test the guy properly but he knew his stuff generally. Then it came time for him to do something really simple (i honestly forget what its been a while) and he didn't know how to. 😞

                            And they kept him on even though he lied? If so, then they did too.

                            1 Reply Last reply Reply Quote 0
                            • 1
                            • 2
                            • 1 / 2
                            • First post
                              Last post