dice@molly:~>swapinfo
Device 1K-blocks Used Avail Capacity
/dev/gpt/swap4 2097152 113344 1983808 5%
/dev/gpt/swap5 2097152 113824 1983328 5%
/dev/gpt/swap6 2097152 112936 1984216 5%
/dev/gpt/swap7 2097152 112660 1984492 5%
Total 8388608 452764 7935844 5%
dice@molly:~>grep swap /etc/fstab
/dev/gpt/swap4 none swap sw 0 0
/dev/gpt/swap5 none swap sw 0 0
/dev/gpt/swap6 none swap sw 0 0
/dev/gpt/swap7 none swap sw 0 0
[/usr/home/alie]# disklabel -e /dev/ad10s1b
# /dev/ad10s1b:
8 partitions:
# size offset fstype [fsize bsize bps/cpg]
a: 1953521009 4096 4.2BSD 0 0 0
b: 4096 0 swap
c: 1953525105 0 unused 0 0 # "raw" part, don't edit
~
~
~
~
~
:q
partition a: partition extends past end of unit
partition c: partition extends past end of unit
disklabel: partition c doesn't cover the whole unit!
disklabel: An incorrect partition c may cause problems for standard system utilities
re-edit the label? [y]:
# bsdlabel -e /dev/ad10s1
# gpart delete -i 2 ad10s1
# gpart resize -i 1 -s newsize ad10s1
Yes, but that still leaves you with (NO!) swap partition to resize.How about delete the existing swap partition then resize the root to use the swap space, is it possible ?
Is it better to have multiple swaps for say one drive? so you just added them all into fstab I see, how did you do dumpon? Do you have a manually selected swap for coredumps with savecore, if something like rc.dumpon runs it will load everyone of them right? Sorry yes I admit pfSense question. Is there any reason not to use .eli with the multiple swaps?You can add multiple swap partitions.
Code:dice@molly:~>swapinfo Device 1K-blocks Used Avail Capacity /dev/gpt/swap4 2097152 113344 1983808 5% /dev/gpt/swap5 2097152 113824 1983328 5% /dev/gpt/swap6 2097152 112936 1984216 5% /dev/gpt/swap7 2097152 112660 1984492 5% Total 8388608 452764 7935844 5% dice@molly:~>grep swap /etc/fstab /dev/gpt/swap4 none swap sw 0 0 /dev/gpt/swap5 none swap sw 0 0 /dev/gpt/swap6 none swap sw 0 0 /dev/gpt/swap7 none swap sw 0 0