Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

NaffanDroo

macrumors newbie
Original poster
Jan 4, 2008
3
0
I have seen a few threads about on the internet relating to this but no permanent solution.

I recently bought an iomega 500gb MiniMax drive for use with my MacBook, it was working fine and showing in finder for a day or so and then stopped automatically showing up in finder unless I tweak about with it through the following method (HD is called FatBoy):

Code:
sudo chflags nohidden /Volumes/FatBoy/
then I have to reset finder using an apple script:
Code:
tell application "Finder" to quit
delay 1
tell application "Finder" to launch

Even then it won't stay there permanently... I am wondering if the @ symbol below is important as it doesn't show yup for other correctly behaving external hard disks...?
Code:
ls -l /Volumes/
total 12
drwxr-xr-x[B][COLOR="Red"]@[/COLOR][/B] 13 ndrew  staff  510  3 Jan 15:46 FatBoy
...

Thanks in advance
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.