Hard Drive volume Problem

Pupovskis

Junior Member
Jul 12, 2013
3
0
0
Last login: Sun Jul 14 15:57:56 on ttys000
Pupovskis-IMac:~ naurich$ diskutil list
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *500.1 GB disk0
1: EFI 209.7 MB disk0s1
2: Apple_HFS Pupovskis 499.8 GB disk0s2
/dev/disk1
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *500.1 GB disk1
1: EFI 209.7 MB disk1s1
2: Apple_HFS Untitled 1 153.5 GB disk1s2
3: Apple_HFS Untitled 2 346.1 GB disk1s3
Pupovskis-IMac:~ naurich$
 

Cerb

Elite Member
Aug 26, 2000
17,484
33
86
Weird. It looks like it should be reading >450GB (the 499.8GB partition).

Under Applications, then Utilities, there should be a Disk Utility, which should give you a lot more info, in an easy to view fashion.
 

mfenn

Elite Member
Jan 17, 2010
22,400
5
71
www.mfenn.com
Yeah, it looks like the disk is partitioned OK. Let's see what the Unix side of the house thinks about volume size. Open a terminal and type
Code:
df -h
and paste the output.