View Single Post
  #3   (View Single Post)  
Old 1st December 2014
sacerdos_daemonis's Avatar
sacerdos_daemonis sacerdos_daemonis is offline
Real Name: Will forever be a secret.
Spam Deminer
 
Join Date: Sep 2014
Posts: 283
Default

fdisk
Code:
Disk: sd0    geometry: 121601/255/63 [1953525168 Sectors]
Offset: 0    Signature: 0xAA55
            Starting         Ending         LBA Info:
 #: id      C   H   S -      C   H   S [       start:        size ]
-------------------------------------------------------------------------------
 0: 00      0   0   0 -      0   0   0 [           0:           0 ] unused      
 1: 00      0   0   0 -      0   0   0 [           0:           0 ] unused      
 2: 00      0   0   0 -      0   0   0 [           0:           0 ] unused      
*3: A6      0   1   2 - 121600 254  63 [          64:  1953520001 ] OpenBSD
disklabel
Code:
# /dev/rsd0c:
type: SCSI
disk: SCSI disk
label: ST1000LM024 HN-M
duid: 341910ffd49c2c85
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 16065
cylinders: 121601
total sectors: 1953525168
boundstart: 64
boundend: 1953520065
drivedata: 0 

16 partitions:
#                size           offset  fstype [fsize bsize  cpg]
  a:          2097152               64  4.2BSD   2048 16384    1 # /
  b:          7981104          2097216    swap                   # none
  c:       1953525168                0  unused                   
  d:          8388576         10078336  4.2BSD   2048 16384    1 # /tmp
  e:         23302240         18466912  4.2BSD   2048 16384    1 # /var
  f:          4194304         41769152  4.2BSD   2048 16384    1 # /usr
  g:          2097152         45963456  4.2BSD   2048 16384    1 # /usr/X11R6
  h:         20971520         48060608  4.2BSD   2048 16384    1 # /usr/local
  i:          4194304         69032128  4.2BSD   2048 16384    1 # /usr/src
  j:          4194304         73226432  4.2BSD   2048 16384    1 # /usr/obj
  k:        629145600         77420736  4.2BSD   4096 32768    1 # /home
df -h
Code:
Filesystem     Size    Used   Avail Capacity  Mounted on
/dev/sd0a     1005M   67.2M    887M     7%    /
/dev/sd0k      298G    181G    102G    64%    /home
/dev/sd0d      3.9G    1.1M    3.7G     0%    /tmp
/dev/sd0f      2.0G    483M    1.4G    25%    /usr
/dev/sd0g     1005M    194M    761M    20%    /usr/X11R6
/dev/sd0h      9.8G    3.3G    6.1G    35%    /usr/local
/dev/sd0j      2.0G    2.0K    1.9G     0%    /usr/obj
/dev/sd0i      2.0G    2.0K    1.9G     0%    /usr/src
/dev/sd0e     10.9G   25.8M   10.4G     0%    /var
If my interpretation is correct, my guess is also correct. That ~/home is full-sized, but the system displays the size as smaller. However, given my knowledge level of such readouts, there is about a 9/10ths chance my interpretation of the data is wrong.
Reply With Quote