Mount point
From Free net encyclopedia
A mount point is a term used to describe where the computer puts the files in a file system on Unix-like systems. For example, many modern Linux distributions automatically mount the CD drive as /mnt/cdrom, so the contents of the CD drive will appear in the /mnt/cdrom directory. A device can be mounted anywhere on the directory structure. Normally only the root account can mount a new file system but systems are often configured so that users may mount pre-set devices. A filesystem can be mounted by running the mount command.
Microsoft's NTFS 5 also supports Volume Mount Points through the use of reparse points.
[edit]