Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    UNOFFICIAL GUIDE: RUN SWAP OVER USB DRIVE IN PFSENSE

    Scheduled Pinned Locked Moved General pfSense Questions
    swapssdusb
    25 Posts 6 Posters 2.3k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • JonathanLeeJ
      JonathanLee @jimp
      last edited by

      @jimp said in UNOFFICIAL GUIDE: RUN SWAP OVER USB DRIVE IN PFSENSE:

      /dev/gpt/swapUSB

      sorry to bug you just to confirm

      I ran this
      gpart add -t freebsd-swap -a 1M -s 8GB -l swapUSB da0

      now the label is no longer null

      this has the entry
      /dev/da0p1.eli none swap sw 0 0

      change this to
      /dev/gpt/swapUSB.eli

      for /dev/ada0s3b that I have the link created to /dev/dumpdev

      this as far as I know has no label on it so how would rc.dumpon find this dump can not use .eli so I have dump using the onboard SSD and not the usb. Should I make the label just USBswap that way it avoids it and uses the other entry?

      I do not really want to use destroy to remove the label on /dev/ada0s3b

      however this should have label swap0 for it so rc.dumpon can just locate that first?

      Make sure to upvote

      1 Reply Last reply Reply Quote 0
      • JonathanLeeJ
        JonathanLee @jimp
        last edited by

        @jimp I have no dev/gpt/ showing in my filesystem because that is the usb right?

        Make sure to upvote

        M 1 Reply Last reply Reply Quote 0
        • jimpJ
          jimp Rebel Alliance Developer Netgate
          last edited by

          You shouldn't have to destroy the existing swap on the disk to change the label.

          # glabel label swap0 /dev/ada0s3b
          

          And then when you reboot it should be fine.

          The labels will disappear from /dev/gpt/ when the partitions are mounted/in-use but you should see the right thing happening in swapinfo and checking the dumpdev symlink.

          You shouldn't need to manually do anything other than adding the label and adjusting fstab.

          Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

          Need help fast? Netgate Global Support!

          Do not Chat/PM for help!

          JonathanLeeJ 2 Replies Last reply Reply Quote 1
          • JonathanLeeJ
            JonathanLee @jimp
            last edited by

            @jimp

            You the Man!!
            41b59f6f-5af3-4bed-b0de-db60ae5560fc-image.png

            Make sure to upvote

            1 Reply Last reply Reply Quote 0
            • JonathanLeeJ
              JonathanLee @jimp
              last edited by JonathanLee

              @jimp

              I have an issue after reboot

              b29853d4-96de-4bd0-a7ad-fe8acf8bfac4-image.png

              It shows both now with the swapinfo command

              Shell Output - swapinfo -kh
              Device              Size     Used    Avail Capacity
              /dev/gpt/swapUSB.eli     8.0G       0B     8.0G     0%
              /dev/label/swap0     6.6G       0B     6.6G     0%
              Total                15G       0B      15G     0%
              

              It should only show /dev/gpt/swapUSB.eli for external swap because that is the only entry in the fstab file. However, both are being listed. the swap0 I only want for dump use coredumps because it is onboard ssd with the pfsense software swap would kill the drive faster. This was my issue before I couldn’t do coredumps on swapUSB because dump can’t use .eli so I wanted to separate swap from the coredumps location. For external usb based swap I want to use .eli to protect it from memory leaks so no one walks off with the drive with everything on it. I do not want to overload the onboard stuff because it is an SSD with pfsense.

              dump on is correct thank you this does not use .eli it works does core dumps to that location. Weird that swapinfo shows both now that the labels are added. When is this checked what else loads the info into swap ?

              DiagnosticsCommand Prompt
              Shell Output - dumpon -l
              label/swap0
              

              Make sure to upvote

              1 Reply Last reply Reply Quote 0
              • jimpJ
                jimp Rebel Alliance Developer Netgate
                last edited by

                The boot script should only be using swap entries listed in /etc/fstab/ so make sure swap0 isn't in fstab at all. The rc.dumpon script doesn't need an entry in fstab so long as the label exists.

                Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                Need help fast? Netgate Global Support!

                Do not Chat/PM for help!

                JonathanLeeJ 1 Reply Last reply Reply Quote 0
                • JonathanLeeJ
                  JonathanLee @jimp
                  last edited by JonathanLee

                  @jimp
                  I only have one entry in fstab what is weird after a reboot if I do swapinfo it shows both now.. I tested it did a crash and I do get coredumps now on the right drive and that is amazing !! If fstab lists one swap why is it now adding the swap0 to it and not just the swapUSB?

                  04f1ec3b-0f5f-4fb0-aefd-ae88f3d9d1c8-image.png
                  (Swapinfo showing 2 different swaps)

                  93cb4fc9-c7d0-43a2-aa2b-7e6f72b71e04-image.png
                  (What is listed in fstab)

                  7a3e7b74-33de-4cdd-ac90-48ab228347d1-image.png
                  Eli is loading also with the correct partition and encrypting on logs

                  Make sure to upvote

                  1 Reply Last reply Reply Quote 0
                  • JonathanLeeJ
                    JonathanLee
                    last edited by

                    a102eb6e-b279-4781-8aa6-19515eb41ae4-image.png

                    Make sure to upvote

                    1 Reply Last reply Reply Quote 0
                    • M
                      mer @JonathanLee
                      last edited by

                      @JonathanLee FreeBSD has this idea of "device withering".
                      If your swap partition is NOT mounted/in use, you will likely see a "/dev/da0p2" AND a "/dev/gpt/whateverlabelyougaveit".
                      Then the first exclusive reference (think mount) makes everything else disappear.
                      if you do "swapon /dev/da0p2" the /dev/gpt disappears.
                      If you do "swapon /dev/gpt/whatever" the /dev/da0p2 will likely disappear (not always since this is basically raw device)
                      Your swapinfo showing both /dev/gpt/swapUSB.eli and /dev/label/swap0 indicate to me they are on 2 different physical devices.
                      If they are not different physical devices, you have something very odd going on.

                      JonathanLeeJ 1 Reply Last reply Reply Quote 0
                      • JonathanLeeJ
                        JonathanLee
                        last edited by JonathanLee

                        Yes swapusb is a usb and the other is the SSD on the device itself. Two different devices, also .Eli is in use so dump can not use that device only swap can

                        Make sure to upvote

                        1 Reply Last reply Reply Quote 0
                        • JonathanLeeJ
                          JonathanLee @mer
                          last edited by

                          @mer I wonder if I do a cron job on it and swapon set it to be specific for usb if it would work, I opened a redmine as the current rc.dumpon does not include a if Eli and or if usb for situations like this. It was not closed right away so it could be fixed with a simple if else situation on the code.

                          Make sure to upvote

                          M 1 Reply Last reply Reply Quote 0
                          • JonathanLeeJ
                            JonathanLee
                            last edited by

                            Fix is to set swapoff on the other drive with a cron job no code is adapted. I am going to update my unofficial guide

                            Make sure to upvote

                            1 Reply Last reply Reply Quote 0
                            • M
                              mer @JonathanLee
                              last edited by

                              @JonathanLee Keep in mind "swapoff" may not immediately free up swap space. I think items in swap need to wind up getting released (basically the VM system recognizes no longer needed) before the swap device is actually taken offline.

                              1 Reply Last reply Reply Quote 0
                              • C
                                castleapp
                                last edited by

                                The unofficial guide for running swap over a USB drive in pfSense explains how to configure a USB drive as swap space. While it can help with memory shortages, it risks reduced performance and potential wear on the USB drive due to frequent read/write cycles. Use cautiously and consider alternatives like increasing RAM.

                                JonathanLeeJ 1 Reply Last reply Reply Quote 0
                                • JonathanLeeJ
                                  JonathanLee @castleapp
                                  last edited by JonathanLee

                                  @castleapp your right. Again with how affordable usb sticks are why not have that hypothetical emergency gas tank. If you are worried about usb flash drive damage from overuse why not utilize a usb HDD for added longevity. Some systems can’t add memory as it is embedded. Merry Christmas

                                  Make sure to upvote

                                  1 Reply Last reply Reply Quote 0
                                  • stephenw10S
                                    stephenw10 Netgate Administrator
                                    last edited by

                                    Hmm @castleapp's reply reads like chatgpt, i.e. spam incoming....

                                    JonathanLeeJ patient0P 2 Replies Last reply Reply Quote 0
                                    • JonathanLeeJ
                                      JonathanLee @stephenw10
                                      last edited by

                                      @stephenw10 I agree it is a little bit off.

                                      Make sure to upvote

                                      1 Reply Last reply Reply Quote 0
                                      • patient0P
                                        patient0 @stephenw10
                                        last edited by

                                        @stephenw10 I reported it as (possible) spam (category 'other) yesterday.

                                        1 Reply Last reply Reply Quote 0
                                        • First post
                                          Last post
                                        Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.