View Single Post
  #8   (View Single Post)  
Old 2nd February 2021
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,984
Default

The mount(8) program can mount any FFS (version 1 or 2) filesystem with any of the options the that are discussed under the -o options flag in the mount(8) man page. These options can be used in the fourth field of an fstab(5) entry as described in the fstab(5) man page. As an example of the latter, here is one entry from my laptop's /etc/fstab file, with a string containing 6 different comma-separated options, including wxallowed:
Code:
84cf7725b144158a.j /usr/ports ffs rw,softdep,noatime,nodev,nosuid,wxallowed 1 2
Reply With Quote