External Harddrive not mounting...

Joined
Sep 15, 2008
Messages
31
Reaction score
0
Points
6
Hello mac gods,

Yet again I have an issue that I can't resolve without your help.

The story: My old computer died and I converted to Mac. I had the hard drive removed and now use it as an external for my mac. I had it formatted to work with my mac and have been using it for a few months now but last night it said that it won't mount.

I have tried first aid but no joy, it keeps coming up with the message:

Invalid sibling link
Volume check failed
Error: File system verify or repair failed


I have pictures and movies that I don't want to delete on there.

Mac nerds what do I do?

Cheers,

MacNewbie
 
Joined
Oct 22, 2007
Messages
8,967
Reaction score
287
Points
83
Location
London
Your Mac's Specs
Mac Mini Core i7 2012 | White 2009 MacBook 2 Ghz | 733 Mhz G4 Quicksilver
Well since its not a boot disk you don't have to boot up from the DVD, you can try this from the Terminal app in Utilities:

Go to Utilities in Applications and run Terminal.

Type df ; this will list the drives attached to the mac eg on mine I have 3 drives
/dev/disk0s10
/dev/disk1s10
/dev/disk2s3


Identify which drive you are having issues with by its size and unmount it (if it is not already unmounted) umount /dev/disk2s3, replacing /dev/disk2s3 with whatever disk you are fixing.

Type fsck_hfs -r /dev/disk2s3 again replacing /dev/disk2s3 with whatever diskyou are fixing.

give that a go
 

chscag

Well-known member
Staff member
Admin
Joined
Jan 23, 2008
Messages
65,248
Reaction score
1,833
Points
113
Location
Keller, Texas
Your Mac's Specs
2017 27" iMac, 10.5" iPad Pro, iPhone 8, iPhone 11, iPhone 12 Mini, Numerous iPods, Monterey
To the OP:

Sounds like the drive has decided to go south. If what louishen advised you to do doesn't work, you might want to try using a third party utility to see if you can access the drive and copy the data you need from it. What file system is the drive using?

Regards.
 
OP
M
Joined
Sep 15, 2008
Messages
31
Reaction score
0
Points
6
This is what information I get:

Name : ST340083 3AS Media
Type : Disk

Partition Map Scheme : Master Boot Record
Disk Identifier : disk1
Media Name : ST340083 3AS Media
Media Type : Generic
Connection Bus : USB
USB Serial Number : 222258F2425C
Device Tree : /PCI0/EHC1@1D,7/@3:0
Writable : Yes
Ejectable : Yes
Mac OS 9 Drivers Installed : No
Location : External
Total Capacity : 372.6 GB (400,088,457,216 Bytes)
S.M.A.R.T. Status : Not Supported
Disk Number : 1
Partition Number : 0
 
OP
M
Joined
Sep 15, 2008
Messages
31
Reaction score
0
Points
6
when I type df this is what I get:

Filesystem 512-blocks Used Available Capacity Mounted on
/dev/disk0s2 624470624 256065600 367893024 42% /
devfs 212 212 0 100% /dev
fdesc 2 2 0 100% /dev
map -hosts 0 0 0 100% /net
map auto_home 0 0 0 100% /home
 
Joined
Oct 22, 2007
Messages
8,967
Reaction score
287
Points
83
Location
London
Your Mac's Specs
Mac Mini Core i7 2012 | White 2009 MacBook 2 Ghz | 733 Mhz G4 Quicksilver
when I type df this is what I get:

Filesystem 512-blocks Used Available Capacity Mounted on
/dev/disk0s2 624470624 256065600 367893024 42% /
devfs 212 212 0 100% /dev
fdesc 2 2 0 100% /dev
map -hosts 0 0 0 100% /net
map auto_home 0 0 0 100% /home

The mac is only seeing the start up drive, unfortunatelly
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top