Displaying 1 result from an estimated 1 matches for "ad1s1b".
Did you mean:
  ad0s1b
  
2006 Mar 15
2
swap at beginning of slice - danger?
Hello freebsd-stable,
  I have 5.5-PRERELEASE server in production, booting from ad0s1:
 # BLOCKSIZE=512 swapinfo
 Device          512-blocks     Used    Avail Capacity
 /dev/ad0s1b        2097152    52872  2044280     3%
 /dev/ad1s1b        2097152    51952  2045200     2%
 Total              4194304   104824  4089480     2%
 # bsdlabel ad0s1 | fgrep b:
   b:  2097152        0      swap
Previously, on a 4.11 system, swapinfo said that swap size was less than
size of b: partition on a slice - it was ok, as boot sectors are
loca...