• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Hard Drive volume Problem

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$
 
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.
 
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.
 
Back
Top