flashmemory plugin - boot and tmpfs mount points

  • Hello forum,


    I just installed the flashmemory plugin on a new installation. My fstab now looks like this:

    Code
    UUID=d0da7bbe-e3af-4588-8715-aa5c4478eb88 / btrfs defaults,noatime,nodiratime,commit=600,compress=lzo,errors=remount-ro 0 1
    UUID=5bab0a55-56f1-4443-8cac-297e1181425c /boot ext4 defaults,commit=600,errors=remount-ro 0 2
    tmpfs           /tmp            tmpfs   defaults        0       0


    The manuel of the plugins seems to be outdated. It tells me that I have to delete the swap partition, but nothing about the boot mount point or the tmpfs.


    Is it save to add the same parameters to the boot mount point? Like /boot ext4 defaults,commit=600,noatime,nodiratime,compress=lzo 0 2


    Furthermor the manual of the plugin says:

    Code
    Comment out the swap partition. See before and after example lines (only need to add a # to beginning of the line):
    BEFORE:
        UUID=a3c989d8-e12b-41d3-b021-098155d6b21b none swap sw 0 0
    AFTER:
        #UUID=a3c989d8-e12b-41d3-b021-098155d6b21b none swap sw 0 0


    The swap partition is non excisting in my installation. IMHO the tempfs mount point in /tmp places itself on the sd card and is no ram based tmpfs. But it is by no means a ap partitition as the plugin manual says. So what to do with the tmpfs mount point?
    Kind regards
    koerni

  • Just add a funny thing I just noticed, I seem to have a swap partition although my fstab doesn't say so...

    Code
    free -h
                  total        used        free      shared  buff/cache   available
    Mem:           2.0G        110M        1.6G         33M        231M        1.7G
    Swap:          998M          0B        998M

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!