i'm prepping for my midterm, which i will bomb. i am scurrying to finish reading the final chapter before i get down into the review.
however, i came across something in chapter 8 - "mounting file systems" that has me really confused.
the text says the following:
Quote:
The root user can uset this command to manually mount every file system in /etc/vfstab that has a yes in the mount at boot field. for example:
# mountall
then it goes on to say,
Quote:
To mount only the local file systems specified in the /etc/vfstab file:
# mountall -l
now what's up with this... i thought it said that the "mount" command will mount everything in vfstab that has a yes in the mount at boot field. if this is the case, what's up with the "-l" which says that it will do the same.
maybe i'm not seeing something where it talks about "only the local file systems" .
can someone please explain the differences between using mountall with the -l and without the -l?
the same thing is said when talking about the umountall.
Quote:
This command can be run by root to manually unmount all the file systems listed in /etc/mnttab. For example:
# umountall
To unmount all local file systems specified in the /etc/mnttab file:
# umountall -l
again with the -l command... what's the deal with -l? what makes the command different with and without this option?