Storage: Mounting File Systems Flashcards
1
Q
Mount Point
A
An access point that is typically an empty directory where a file system is loaded or mounted to make it accessible to user
2
Q
mount
A
Loads a file system to a specified directory to make it accessible to users and applications
3
Q
mount auto
A
oDevice must be mounted automatically
4
Q
mount nouser
A
Only the root user can mount a device or a file system
5
Q
mount exec
A
Allow binaries in a file system to be executed
6
Q
mount ro
A
Mount file system as read only
7
Q
umount
A
Disassociates a mounted file system from the directory
8
Q
umount -l
A
Perform a “lazy” unmount.
9
Q
A