View Single Post
  #1   (View Single Post)  
Old 30th August 2011
desreguard desreguard is offline
Port Guard
 
Join Date: May 2011
Posts: 11
Default BSD partitions and stuff

Hey all, Im trying to install PHP on my OPenBSD 4.8 box. When I try to install it I get some errors saying that the
Code:
/usr
partition is full. Here are my partitons

Code:
#                size           offset  fstype [fsize bsize  cpg]
  a:          2097152               64  4.2BSD   2048 16384    1 # /
  b:          1568832          2097216    swap
  c:        156301488                0  unused
  d:          8388608          3666048  4.2BSD   2048 16384    1 # /tmp
  e:         10477696         12054656  4.2BSD   2048 16384    1 # /var
  f:          4194304         22532352  4.2BSD   2048 16384    1 # /usr
  g:          2097152         26726656  4.2BSD   2048 16384    1 # /usr/X11R6
  h:         18412448         28823808  4.2BSD   2048 16384    1 # /usr/local
  i:          4194304         47236256  4.2BSD   2048 16384    1 # /usr/src
  j:          4194304         51430560  4.2BSD   2048 16384    1 # /usr/obj
  k:        100671488         55624864  4.2BSD   2048 16384    1 # /home
My questions is: Can I move space from the c: partition to the f: partition w/o having to reinstall the OS? And if so what tools do I use?
Reply With Quote