Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Your best bet is to start with the man pages for any command you don't know, try running 'man mount' and if that doesn't answer your question then search the internet further with a more specific query.
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,604
Rep:
Quote:
can any let me know what is mounting and mount point
Mounting is the act of mounting or attaching some form of media; hard drive, CDROM, DVD Writer, Tape drive, etc to the Linux file system tree to allow the device to be accessed.
Most drives, etc are attached to the /mnt directory where /mnt is the 'mount point'.
Some Linux distributions mount memory cards and USB devices to a directory called /media. As the Linux file structure is a tree, you can add a mount point of your own anywhere you want (though it would possibly be in your /home directory somewhere.)
If you CD to the mount point you are effectively looking at the top level of the mounted media. If there's nothing mounted, you'll find a file called "lost & found" and possibly any files which were saved to the 'non-mounted' media in error.
Welcome to Linux Questions, hope that helps a bit.
can any let me know what is mounting and mount point
what is the use of command BDf in unix?
Giving an example:
When you attach your usb/pendrive to your computer, it's mounted(read by your OS ) to a mount point(where you can read it and its contents).
If your Operating System supports the formatted filesystem of the external ,then its automatically mounted otherwise you have to manually mount by command or any GUI.
bdf command displays the amount of disk space available on the filesystems mounted in different mountpoints in Unix.
Distribution: RPM Distros,Mostly Mandrake Forks;Drake Tools/Utilities all the way!GO MAGEIA!!!
Posts: 973
Rep:
The best depiction I'm aware of that is not bit for bit.
A Mount-Point is somewhat of a (argument/parameter) in programming) and or a piece of configuration data for another application like your Virtual File System. A mount point is data that your File System needs to accomplish addressing, (find) whatever you want to access. For some reason your computer is not allowed to address (open) every file on your Hard drives by default. It must be 'Mounted'.
Last edited by theKbStockpiler; 07-16-2012 at 01:18 PM.
Reason: clarify
Distribution: Ubuntu 12.04 LTS, Kubuntu 12.04 LTS, Scientific Linux 6.3
Posts: 97
Rep:
This is a completely non-technical but practical way of thinking about a mount point: Think of a mount point as a virtual directory that contains the file system of the mounted device. Mounting a device merely means that you are making its file system available to the system.
As an example, suppose that you have an SD card and you insert it into your computer. If your version of Linux doesn't auto mount then you have to manually mount the card using the mount command. Suppose you mounted it as /mnt/SD. /mnt/SD is the mountpoint. If you navigate to mnt and click on SD then you will see all the files and directories on that SD card.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.