GithubHelp home page GithubHelp logo

Comments (3)

mboelen avatar mboelen commented on July 4, 2024

Thanks for sharing. Can you please add your fstab file in the comments?

from lynis.

tharvik avatar tharvik commented on July 4, 2024
# /etc/fstab: static file system information.
#
# noatime turns off atimes for increased performance (atimes normally aren't 
# needed); notail increases performance of ReiserFS (at the expense of storage 
# efficiency).  It's safe to drop the noatime options if you want and to 
# switch between notail / tail freely.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
#

# <fs>          <mountpoint>    <type>      <opts>      <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
UUID="c3693a3d-c344-4564-8cf3-49302ecd3346" /           ext4    discard,noatime,user_xattr  0 1  
UUID="f93d0438-37ce-4583-9269-ce09b7199304" /boot           ext4    discard,noauto,noatime      0 2
UUID="c0aa1cfa-45bd-4b93-9614-e6c22d59818d" /home           ext4    discard,noatime         0 2

UUID="b5d01449-60b6-48ec-b806-20fa0b47a718" none            swap    discard,sw          0 0

/dev/sdb1                   /mnt/usb        auto    noauto,user 0 0

/dev/cdrom                  /mnt/cdrom      auto    noauto,ro,user      0 0
/dev/fd0                    /mnt/floppy     auto    noauto          0 0

from lynis.

mboelen avatar mboelen commented on July 4, 2024

Thanks, related test has been improved, so it will search for the "sw" string, matching sw/swap in the particular field. Closing issue.

from lynis.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.