Standard Mount Points

From GhostBSD Wiki
Revision as of 12:35, 27 January 2020 by Slughorn (Talk | contribs) (Created page with "Standard mount points include <pre style="color: green"> : /usr/ : /var/ : /tmp/ : /mnt/ : /cdrom/ </pre> These directories are usually referenced to entries in <pre st...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Standard mount points include

: /usr/
: /var/ 
: /tmp/
: /mnt/  
: /cdrom/ 

These directories are usually referenced to entries in

/etc/fstab

This file is a table of various file systems and mount points and is read by the system. Most of the file systems in

/etc/fstab

are mounted automatically at boot time from the script

rc(8)

unless their entry includes noauto. Details can be found in FreeBSD Handbook Section 3.7.1 “The fstab File”.