1834593 Members
4578 Online
110069 Solutions
New Discussion

Re: fstab options

 
Kevin Wallace
Occasional Advisor

fstab options

What is a good document detailing all the
possible fstab options and how they are coded?
2 REPLIES 2
James R. Ferguson
Acclaimed Contributor

Re: fstab options

Hi Kevin:

Start with:

# man 4 fstab

...and continue with

# man 1M mount_vxfs
# man 1M mount_hfs
# man 1M mount_cdfs

...etc.

Regards!

...JRF...
A. Clay Stephenson
Acclaimed Contributor

Re: fstab options

You simply need to man 4 fstab (for the format and also swapping options) and then do a man of mount_vxfs, mount_hfs, mount_nfs to display the mount options specific to each type of filesystem.

A man 1m swapon should resolve any other lingering
issues.

If it ain't broke, I can fix that.