mightyjlr said:
I just bought an external 500gb Lacie hd, and it won't mount. It shows up in Disk Utility as LaCie Group SA, but shows it has 0 bytes. I also cant partition, and I get an error when I try to erase. Anyone have any ideas?
Check with fdisk. For example on my Lacie, I get
asperta# fdisk /dev/rdisk1
Disk: /dev/rdisk1 geometry: 72967/255/63 [1172229264 sectors]
Signature: 0xAA55
Starting Ending
#: id cyl hd sec - cyl hd sec [ start - size]
------------------------------------------------------------------------
1: AF 0 1 1 - 1023 254 63 [ 63 - 390732867] HFS+
2: 07 1023 0 1 - 1023 254 63 [ 390732930 - 390748995] HPFS/QNX/AUX
3: 83 1023 0 1 - 1023 254 63 [ 781481925 - 390732930] Linux files*
4: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
OK, I don't remember if I partitioned the disk with OS X or Linux, since
I had some problems with getting three different filesystems (HFS+ for
OS X, NTFS for Windows and XFS for Linux), but if you get no partitiontable,
something is wrong, alright.
BTW. Use sudo su - to run fdisk.