Find the answer to your Linux question:
Results 1 to 7 of 7
Okay, I know this is really a n00bie question and I know I'll sound silly, but hey... I'm silly anyway so what the heck: What does "mount" mean? Is that ...
  1. #1
    Just Joined! teenytinylinuxgrl's Avatar
    Join Date
    Jul 2009
    Location
    florida
    Posts
    78

    Mount - is that like "Open?"

    Okay, I know this is really a n00bie question and I know I'll sound silly, but hey... I'm silly anyway so what the heck:

    What does "mount" mean? Is that like "to open" or "to engage?" Or to mount like a horse or something?

    When my Ubuntu was installed (for me by someone else) all the partitions were set up for me (10 GB "/", 1 GB "swap" and the rest "/home"). But I see that term "mount" used to describe more than just partitions. Sometimes I only get confused the more I read, lol. The language is so different!

    Thanks,
    Amy
    Last edited by teenytinylinuxgrl; 07-22-2009 at 07:18 PM. Reason: punctuation

  2. #2
    Linux Newbie
    Join Date
    Mar 2009
    Posts
    228
    The word 'mount' as it is used by computer operating systems like Linux means 'to make available for use'. In your post you mention the partitions on your system. Those partitions aren't available until you mount them.

    When you boot your computer the operating system knows which partitions to mount by looking at file /etc/fstab.

    Hope that helps.

  3. #3
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    In Unix and Linux, everything is a file, including directories. Each device/filesystem has to be available through a file (or more specifically in this case, a directory). You need to make the filesystem available to you by mounting or "joining" it to a directory.

    Think of Linux as being an airport and each directory is a gangway. Your partition is like an airplane and giving the mount command is like telling the plane it can connect to the airport, via the gangway. You can now move your passengers - data - freely between the airport and the airplanes.

    Eh, I think I made it more complicated haha.

  4. #4
    Just Joined! teenytinylinuxgrl's Avatar
    Join Date
    Jul 2009
    Location
    florida
    Posts
    78
    Okaaaay, I think. Since nothing's going wrong I guess everything that needs to mount or be mounted is doing so already anyway. I was just curious about that. Y'know what might be a good idea is a glossary of Linux terms on the site that we can refer to. But you guys probably already thought of that... I'm going to go look for it.

    Thank you again,
    Amy

  5. #5
    Just Joined!
    Join Date
    Jul 2009
    Posts
    6
    Quote Originally Posted by bigtomrodney View Post
    In Unix and Linux, everything is a file, including directories. Each device/filesystem has to be available through a file (or more specifically in this case, a directory). You need to make the filesystem available to you by mounting or "joining" it to a directory.

    Think of Linux as being an airport and each directory is a gangway. Your partition is like an airplane and giving the mount command is like telling the plane it can connect to the airport, via the gangway. You can now move your passengers - data - freely between the airport and the airplanes.

    Eh, I think I made it more complicated haha.
    Haha, makes perfect sense.

  6. #6
    Just Joined! teenytinylinuxgrl's Avatar
    Join Date
    Jul 2009
    Location
    florida
    Posts
    78
    I found a glossary here! I knew it... Please forgive me for not looking for that first. Mods, feel free to delete my little waste of everyone's time <hides reddening face behind hands>.

    Embarrassed,
    Amy

  7. #7
    Linux Engineer hazel's Avatar
    Join Date
    May 2004
    Location
    Harrow, UK
    Posts
    955
    Quote Originally Posted by teenytinylinuxgrl View Post
    I found a glossary here! I knew it... Please forgive me for not looking for that first. Mods, feel free to delete my little waste of everyone's time <hides reddening face behind hands>.

    Embarrassed,
    Amy
    Don't be daft! You're never going to learn anything if you don't ask questions. That's what Linux is about. I'm over sixty and still asking.
    "I'm just a little old lady; don't try to dazzle me with jargon!"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...