rootkea

freebsd-swap

May 16th, 2015
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. # cat /etc/fstab
  2. # Device Mountpoint FStype Options Dump Pass#
  3. /dev/ada0s1a / ufs rw 1 1
  4. fdesc /dev/fd fdescfs rw 0 0
  5. /dev/ada0s6 none swap sw 0 0
  6.  
  7.  
  8.  
  9.  
  10. # swapinfo
  11. Device 1K-blocks Used Avail Capacity
  12. /dev/ada0s6 8387584 0 8387584 0%
  13.  
  14.  
  15.  
  16.  
  17. # gpart show
  18. => 63 976773105 ada0 MBR (466G)
  19. 63 195035085 1 freebsd [active] (93G)
  20. 195035148 718836 - free - (351M)
  21. 195753984 193753088 2 linux-data (92G)
  22. 389507072 191754240 3 linux-data (91G)
  23. 581261312 2046 - free - (1.0M)
  24. 581263358 395507714 4 ebr (189G)
  25. 976771072 2096 - free - (1.0M)
  26.  
  27. => 0 195035085 ada0s1 BSD (93G)
  28. 0 195035084 1 freebsd-ufs (93G)
  29. 195035084 1 - free - (512B)
  30.  
  31. => 0 395507714 ada0s4 EBR (189G)
  32. 0 181362690 1 ntfs (86G)
  33. 181362690 16777216 2878773 linux-data (8.0G)
  34. 198139906 189368320 3145078 ntfs (90G)
  35. 387508226 7999488 6150925 linux-swap (3.8G)
  36.  
  37.  
  38.  
  39.  
  40. #gpart show -p
  41. => 63 976773105 ada0 MBR (466G)
  42. 63 195035085 ada0s1 freebsd [active] (93G)
  43. 195035148 718836 - free - (351M)
  44. 195753984 193753088 ada0s2 linux-data (92G)
  45. 389507072 191754240 ada0s3 linux-data (91G)
  46. 581261312 2046 - free - (1.0M)
  47. 581263358 395507714 ada0s4 ebr (189G)
  48. 976771072 2096 - free - (1.0M)
  49.  
  50. => 0 195035085 ada0s1 BSD (93G)
  51. 0 195035084 ada0s1a freebsd-ufs (93G)
  52. 195035084 1 - free - (512B)
  53.  
  54. => 0 395507714 ada0s4 EBR (189G)
  55. 0 181362690 ada0s5 ntfs (86G)
  56. 181362690 16777216 ada0s6 linux-data (8.0G)
  57. 198139906 189368320 ada0s7 ntfs (90G)
  58. 387508226 7999488 ada0s8 linux-swap (3.8G)
Add Comment
Please, Sign In to add comment