Problem with USB hard drives

Late last year I bought a new MacBook Pro Retina. Now when I attach USB drives to it, they hang, fail, often giving me a message "This disk was ejected properly."
I've plugged both drives back into my old MacBook Pro (with Tiger) and they play fine, never giving me that message.
Any idea what's going on?
thanks
Scott

This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem.
If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
Below are instructions to run a UNIX shell script, a type of program. All it does is to gather information about the state of your computer. That information goes nowhere unless you choose to share it on this page. However, you should be cautious about running any kind of program (not just a shell script) at the request of a stranger on a public message board. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them.
Here's a summary of what you need to do: Copy a line of text from this web page into the window of another application. Wait about a minute. Then paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking  anywhere in the line. The whole line will highlight, though you may not see all of it in your browser, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
Triple-click anywhere in the line of text below on this page to select it:
clear; PATH=; . /etc/profile; Fb='%s\n\t(%s)\n'; Fm='\n%s:\n\n%s\n'; Fs='\n%s: %s\n'; Fu='user %s%%, system %s%%'; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; R () { o=; [[ r -eq 0 ]]; }; M () { find -L "$d" -type f -exec sh -c 'file -b "$1" | egrep -q XML\|exec' {} {} \; -print; }; Pm () { [[ "$o" ]] && o=`sed 's/^ */   /' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pc () { o=`egrep -v '^[[:blank:]]*($|#)' "$2"`; Pm "$1"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o=`echo $o`; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; SP () { system_profiler SP${1}DataType; }; id | grep -qw '80(admin)'; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; SP Software | sed '8!d;s/^ *//'; o=`SP Hardware | awk '/Mem/{print $2}'`; o=$((o<4?o:0)); Ps "Memory (GB)"; o=`SP Diagnostics | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; o=`SP USB | awk '/V.*[(]/{if ($3 !~ /0(5a|a5)c/) print}' | wc -l`; Ps "3rd-party USB devices"; o=`pmset -g therm | sed 's/^.*CP/CP/'`; egrep -q 'No th|pms' <<< "$o" && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; grep -q '= [^GO]' <<< "$o" || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; d=(/ ""); D=(System User); for i in 0 1; do o=`cd ${d[$i]}L*/L*/Dia* && ls | grep -v 'ag$' | tail | awk -F_ '{$NF=a[split($NF,a,".")]; print}'`; Pm "${D[$i]} diagnostics"; done; o=`syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|n Cause: -|NVDA\(|pagin|SATA W|ssert|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""; print}'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; o=$((o<5120?o:0)); Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 85 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Ps "Total CPU usage" && { s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); o=${s[2]}%; Ps "CPU usage by process \"$s\" with UID ${s[1]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); s[2]=${s[2]%[+-]}; o=$((s[2]>=25000?s[2]:0)); Ps "Mach ports used by process \"$s\" with UID ${s[1]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'`; Pm "Extrinsic system jobs"; o=`launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; o=`for d in {/,}L*/Lau*; do M; done | grep -v com\.apple\.CSConfig | while read f; do ID=$($PB\ :Label "$f") || ID="No job label"; printf "$Fb" "$f" "$ID"; done`; Pm "launchd items"; o=`for d in /{S*/,}L*/Star*; do M; done`; Pm "Startup items"; o=`find -L /S*/L*/E* {/,}L*/{A*d,Compon,Ex,In,Keyb,Mail,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB\ :CFBundleIdentifier "$d/Info.plist") || ID="No bundle ID"; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find -L /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print`; Pm "Unsigned shared libraries"; o=`launchctl getenv DYLD_INSERT_LIBRARIES`; Pm "Inserted libraries"; o=`find -L {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=`scutil --proxy | grep Prox`; Pm "Proxies"; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; Ps "DNS"; R && o=`sudo profiles -P | grep : | wc -l`; Ps "Profiles"; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; Pc "hosts" <(grep -v 'host *$' /etc/hosts); Pc "User launchd" ~/.launchd*; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`SP Fonts | egrep "Valid: N|Duplicate: Y" | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist ! -exec sh -c 'plutil -s "$1" >&-' {} {} \; -print`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in 0 1; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} files"; done; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
Copy the selected text to the Clipboard by pressing the key combination command-C.
Launch the built-in Terminal application in any of the following ways:
☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign ($) or a percent sign (%). If you get the percent sign, enter “exec sh” and press return. You should then get a new line ending in a dollar sign.
Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important.
If you're not logged in as an administrator, you won't be prompted for your password. The test will still run. It just won't do anything that requires administrator rights.
The test may take up to a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. There wiil be nothing in the Terminal window and no indication of progress until it's done. Wait for the line "[Process completed]" to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report your results. No harm will be done.
When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
When you post the results, you might see the message, "You have included content in your post that is not permitted." That's because the forum software falsely identifies something in the post as a violation of the terms of use. If that happens, please post the results on Pastebin, then post a link here to the page you created.
Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
Copyright © 2014 Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of Apple Support Communities ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

Similar Messages

  • Problem with USB hard drive Maxtor One touch 500 GB

    Hi,
    I am a quite new user of Mac book pro and therefore I am a little bit rusty on these topics. Anyway, I have bought the Airport extreme and have connected it to my internet and it is working fine. Now I have tried to connect my hard drive to the airport extreme and it is not working to good. I have used the airport utility to configure the security and connection for the hard drive, funny enough the hard drive is recognised and I am able to see the hard drive name. Now, for some reason I can not see the hard drive anywhere on the Mac and can not access the content on the hard drive. I only can see the hard drive name using the airport utility but I want to access the content. I have tried to locate the content using finder but I can not see the content anywhere. Please help me here as I think I am just missing something silly...
    Claes

    No answer given but I have managed to fix it my self

  • Permission problems with external hard drive

    Hello there, I'm writting you from Paris but my french is just not good enough to really explain my problem. I'm no computer expert so i might not use the right name for stuff but i will try to be as clear as possible.
    I have a macbook pro 13" from early 2012 and I'm currently running Mountain lion.
    At home i use an internet modem that has an internal hard drive of 250gb. and it also gives you the possibility to conect other usb hard drives on it so you can access them through wifi.
    I currently have to usb hd of 1tb each, one i use it for Time Machine and so far it works fine and i haven't had a problem with it, all back ups have been done ok. In the other one i have all my films and tv shows and stuff like that and it is in this one that i have the problem. In certen files and folders i'm not able to do anything with them, i tried to rename them but it says i don't have the permission to do it, i tried to delet another one and it said pretty much the same thing, some other time i tried to move the file to a diferent folder it it would ask me for my password and after type it and press enter it would just not move them, no error messager or anything it just didn't do it. Most of the times i have a messager saying stuff about permission or things like i can't read the file. The thing i can't understand is that as soon as i plug the HD on my mac it works fine i can rename and change stuff, I noticed that some of the files and folders have a little lock on the corner, but they aren't the ones i tried to move or rename before and i tried already unlocking all of them but eventhough i manage to unlock them when i plug the HD back to the modem it keeps the same, can't rename or move, not even to the trash.
    Can anyone help me out here? I'll be really thankful
    Cheers!

    Drive was shot and could not rescue the information

  • Extreme with USB Hard Drive and Backup 3.1 - Slow Connection

    Has anyone had any experience with Apple's .Mac Backup 3.1? I have just setup my network with the new Extreme Base Station "N" with my Express being the main base station connected to my cable modem. When I go to use Backup 3.1 to backup my user folder to the wireless external USB hard drive, it takes forever! Is this normal?

    RD2516:
    That's exactly what I did last night to backup my wife's MacBook Pro home folder (about 45GB). I hooked up the USB drive directly to the laptop and used Backup to make a "full" backup. (This after trying it wirelessly and realizing it would've taken all night).
    Then, just for fun, I forced another backup a few minutes later. It was very quick, as expected. It spent a few minutes reading the files (64000 or so) and comparing them, but then did the very small incremental backup in seconds.
    So, I think now that I have the biggest part of her home folder backed up, using Backup every night should be pretty easy.
    Hope that helps.
    jr
    Xenon2.6   Mac OS X (10.4.8)  

  • Huge problem with external hard drive.. need help

    Hey everyone! After a series of unfortunate events that began innocently enough, it appears I've trashed my WD 60 GB external USB hard drive.
    I was using the drive to back up my iTunes library. When I found that it was also backing up my 30+ GB of video onto the drive and saw how slow it was, I clicked "stop" in iTunes which actually caused it to 'unexpectedly quit'. (I saw it coming).
    So I tried to delete everything off the drive so I could try again (after removing videos from my iTunes Library). I found that it wouldn't let me delete everything, so I went to Disk Utility and went to erase to get rid of anything on the drive.
    That failed multiple times and I kept quitting out until I got it to work. Now that's where I am now. After the erase, the disk is basically unusable. iTunes alerted me saying that the disk "cannot be read or written", and Disk Utility will not verify, repair, erase, or partition the disk being that "the disk cannot be unmounted".
    Can anyone tell me how to wipe this drive so I can bring it back to a "clean slate" state????
    Thanks a lot,
    Alex

    You may have hosed the drive because iTunes unexpectedly quit while it was still writing to disk.
    You should try WD support. Also,DiskWarrior may be able to unmount your disk, but run DW from the CD as there are installation issues on a 10.5 system.
    -mj
    [email protected]
    Message was edited by: macjack

  • Airport extreme with USB hard drive permissions problem may be parallels

    I cannot access my external hard drive because of some permission problem. I know because I can see this through the disk repair utility. I've attached my external hard drive to my airport extreme. It originally came up well and worked fine. Then it lost connection and now doesn't recognize my password. To confuse matters worse I have parallels installed. This might be where the password problem is as the mac wants to access as a guest and the parallels (windows MX) as my account name. It's all pretty complicated to explain. What I want to do now is just to forget the airport plan and reach my hard drive but it won't boot up even with airport off and a direct firewire connection. It does show up in disk repair utility but with permissions. How can I get to these permissions and drop them. What if they're windows permissions somehow? How can I get started.
    Thanks

    I have a very similar problem. I have a 2.8 GHz iMac with 2GB RAM and am using OS X v10.5.4, and an Airport Extreme (v7.3.2), both updated to latest firmware. I have a 500 GB TrekStor external HD connected to the AEBS via USB. The TrekStor HD was pre-formatted in FAT32 and is visible on my iMac's desktop and in Finder but I cannot transfer files to it or see files on it. When I drag and drop a file on the TrekStor, it sometimes seems to go well but then the file is not visible via Finder, and sometimes I get an "insufficient privileges" message. I repair permissions on the iMac's internal HD without any change. I am logged in as the admin. All assistance is much appreciated!

  • Problem connecting with USB Hard drive on Router since upgrade to Lion

    Over the past year we have been slowly getting set up to have a hard drive with our photos networked so we can access from all home computers. We have a CineRAID hard drive storage tower w/one 2TB Seagate HD (allows for 4 hard drives). We have collected pictures from all computers onto the hard drive. Up until recently, we have had the system connected directly to one computer to allow transfer of files more easily. When I recently attached it back to the Netgear WNDR3700v2 router, I can see the drive (called ReadyShare, instead of the drive name "Photos & Videos") in the Finder, but I cannot access the drive; says "Connection Failed" and clicking brings up the box to connect as if to another computer.
    I had set this up when we first got the hard drive in January and everything worked fine, i.e., I could see and access the pictures that had been transferred to the drive, without having to logon to the hard drive. The only thing that I know has changed is migrating my computer from Snow Leopard to Lion. Is there some new protocol for accessing this type system, or have I inadvertently switched/changed something else, that I no longer remember?

    Over the past year we have been slowly getting set up to have a hard drive with our photos networked so we can access from all home computers. We have a CineRAID hard drive storage tower w/one 2TB Seagate HD (allows for 4 hard drives). We have collected pictures from all computers onto the hard drive. Up until recently, we have had the system connected directly to one computer to allow transfer of files more easily. When I recently attached it back to the Netgear WNDR3700v2 router, I can see the drive (called ReadyShare, instead of the drive name "Photos & Videos") in the Finder, but I cannot access the drive; says "Connection Failed" and clicking brings up the box to connect as if to another computer.
    I had set this up when we first got the hard drive in January and everything worked fine, i.e., I could see and access the pictures that had been transferred to the drive, without having to logon to the hard drive. The only thing that I know has changed is migrating my computer from Snow Leopard to Lion. Is there some new protocol for accessing this type system, or have I inadvertently switched/changed something else, that I no longer remember?

  • Problem with upgrading hard drive in 2009 Macbook Pro with Snow Leopard

    Current drive is 320gb with fresh install of OS SL updated with some other programs installed.  New drive is Seagate Momentus 750, same brand and model as the old, just bigger.
    I install the new drive, boot off the OS SL CD and go into disk utility.  Partition and format with GUID and Journaled. Install starts and ultimately fails every time.
    Tried to clone the 320 by putting it in the macbook, use the 750 via usb/sata.  Drive restores, but it is unreliable in loading and stability.  When it gets to the grey screen, it alternately flickers the Apple, Folder and NO sign.  Sometimes it loads, sometimes it just keeps spinning.  When it does load, it's slow and programs that take more power crash.
    Brought it to Apple.  They said it was a problem in the SMART section, so I got a new drive under warranty.  This is the THIRD drive i've gotten from Seagate.  Still doesn't work.
    I've countlessly repaired and verified the drive.  Helps to load sometimes, but not all the time. 
    If I put the 320 back in, everything works great.
    Thanks.
    -Ben

    Is there a quality external enclosure to put the large drive in, one that has its own power supply and not rely on the port power in the MacBook/Pro? If it is a viable drive and can actually run a bootable OS X version, I'd begin to wonder after all that.
    {I'd also looked up your computer in MacTracker to see what if any limits on hardware upgrade may exist. Nothing said of direct interest to the HDD. Also in everymac.com, so there should be no surprises. Yet to have those problems is troublesome and a surprise. New drives can fail. Maybe in batches?}
    And a clone of a working system for backup could be made with a utility such as CarbonCopy cloner or superduper, etc then tested as a bootable clone, with the hard disk drive tested thoroughly before use. It also is odd that a drive of that size would act up, I see drives of even larger size offered online by reputible resellers and Mac specialist companies who have been around awhile, such as OWC. I just looked to see if there was a ceiling on support of larger size HDD capacities, and 750GB is not the largest. Maybe the series you chose could be among a troublesome batch or brand.
    http://eshop.macsales.com/MyOWC/Upgrades.cfm?model=302 has a variety of stuff, including RAM, HDD, SSD, etc. And their staff has people who know what they sell. Well, some of them do. I had called them on a topic several years ago and they didn't really have an answer (I was given an OWC dual HDD external drive & it had issues, but had never been used. It still is sitting as-new, w/o support; now obsolete.)
    I'd try a different brand and put it into an enclosure that has its own power supply, ports for USB2.0/3.0 and FW400/800, and so on. Perhaps even an OWC line item, not that I've had any valid experience with them here in AK. And ask their people about their products, get names, finger prints, mug shots...! LOL
    Good luck & happy computing!

  • Problem with External Hard Drive - Firewire

    I have a problem with a *300GB Venus DS3 Hard Disk* / USB 2.0 - Firewire 400 (not sure if 400).
    I have a +Mac G4 (1GHz Power PC G4 / 1GB DDR SDRAM)+ running +Mac OS 10.3.9.+
    I connect Venus hard disk through USB cable and no problem. But when I want to connect it via Firewire it doesn´t appear in the desktop.
    If I go to *System Profile* it says that there is a device connected to the FireWire port but i can´t see it in the desktop and if a open *Disk Utility*, there is no other hard disk besides the internal, so I can´t mount the Venus DS3 Hard Drive.
    I looked in the internet and found this page -> http://american-media.com/support/downloadDDDS2316CBK.html
    I was about to download the *Firmware Update* but i read this:
    AMS is not held responsible for any damage caused by misusage of this utility! Use at your own risk and be aware that your warranty might be void! DO NOT CHANGE
    ANY SETTINGS WITHOUT CONSULTING TECHSUPPORT. Do not distribute or post these files on the internet!
    I searched in Internet and found that many persons had issues connecting Hard Drives using Firewire port and read some tips (like unplugging all the usb firewire devices unless mouse and keyboard, disconnect AC cable, wait 15 minutes, ...) but couldn´t fix the problem.
    I also wrote several emails to the manufacturer of Venus hard drives (American-Media) but so far no answer.
    I would really appreciate it if someone could tell me how to connect the Venus DS3 to a Mac G4 (OS 10.3.9) via FireWire.
    Thank you very much

    I suspect the problem is in the size of the drive. You say the drive was formatted for Mac and Windows. How did you do that? With older Macs, there is a 128 gB limit on drive size.
    Here is a link to a third party disk utility that claims it gets around the size limit:
    http://www.SpeedTools2.com/
    Another possibility is to connect the drive to a Windows machine and re-format it into 3 volumes, each less than 128 gB. The Mac should be able to see the partitions.
    Sidebar comments:
    • The way I read the information on the AMS web page that you cited, you do not need a driver. And that is consistent with my experience with firewire enclosures.
    • Inside the AMS enclosure, the drive is a standard ATA/IDE drive. That you can use the drive with a USB connection is proof the drive itself is working.
    • The "bridge" is a key component in FW conectivity. (That is a piece of circuitry that sits between the IDE drive and the FW connection. It is inside the enclosure.) It appears your enclosure has the Oxford 911 chipset on the bridge. That is good.

  • InDesign CS2 has problems with multiple hard drives

    I have a mac pro that has two external hard drives attached to it. One is connected through usb and the other firewire. When ever I try to open an inDesign file on the hard drive that mounted second I get an error message. However I the hard drive that mounted first works just fine.
    The error message is: "Cannot open the document xxx. You may not have permission or the document may be open already. For multi-user access, close the file and then lock it using the File > Get Info command in the Finder."
    Any help would be greatly appreciated.

    I've not had any such problem. It's been a while since I used CS2, but I definitely used it on computers with more than one disk attached. I don't think I had a mix of FireWire and USB drives though.
    Dave

  • Having problems with External Hard Drives on my Laptop

    Ever since using linux i've always had the same problem. Whenever i connect a hard-drive, it keeps disconnecting/ spitting input-ouptut errors.
    I thought it was because of the hard-drive failing, which turned out to be the problem with my last two, but i'm using another one (Seagate MomentusXT 500GB) and i'm getting the same problem.
    I had just reformatted this hard drive from NTFS to Ext4 using Gparted, so maybe that's the problem? I'm really kind of lost.
    I mount my HDD like this:
    sudo mount /dev/sdd1 /mnt/usb
    and unmount like this:
    sudo umount /mnt/usb
    It connects initially, and i'm able to put stuff onto it. I was able to put a whole TV series on it successfully, but when i tried copying my music onto it it failed and alot of the music didn't copy, giving me these errors:
    ile system
    cp: cannot create directory ‘/mnt/usb/music/Clawfinger’: Read-only file system
    cp: cannot create directory ‘/mnt/usb/music/Cake’: Read-only file system
    cp: cannot create directory ‘/mnt/usb/music/The Glitch Mob - Discography’: Read-only file system
    cp: cannot create directory ‘/mnt/usb/music/Bastille - Bad Blood (The Extended Cut)’: Read-only file system
    cp: cannot create directory ‘/mnt/usb/music/ARCTIC MONKEYS - DISCOGRAPHY (2005-13) [CHANNEL NEO]’: Read-only file system
    cp: cannot create directory ‘/mnt/usb/music/NIRVANA DISCOGRAPHY @320Kbps CbR Mp3 [TuGAZx]’: Read-only file system
    cp: cannot create directory ‘/mnt/usb/music/The Doors - STUDIO DISCOGRAPHY’: Read-only file system
    cp: cannot create directory ‘/mnt/usb/music/Tiesto - Red Lights (2014.Dance)’: Read-only file system
    cp: cannot create directory ‘/mnt/usb/music/Tiesto - A Town Called Paradise (Deluxe Edition) 2014 320kbps CBR MP3 [VX]’: Read-only file system
    cp: cannot create directory ‘/mnt/usb/music/Daft Punk - Discography - 1994-2013’: Read-only file system
    cp: cannot create directory ‘/mnt/usb/music/Pink_Floyd_Greatest_Hits’: Read-only file system
    cp: cannot create directory ‘/mnt/usb/music/Calvin Harris - Discography - 2007-2013’: Read-only file system
    cp: cannot create directory ‘/mnt/usb/music/Weezer [Discography]’: Read-only file system
    cp: cannot create directory ‘/mnt/usb/music/MGMT’: Read-only file system
    cp: cannot create directory ‘/mnt/usb/music/Blackmill’: Read-only file system
    cp: cannot create directory ‘/mnt/usb/music/Avicii - Discography’: Read-only file system
    cp: cannot create directory ‘/mnt/usb/music/Zedd’: Read-only file system
    cp: preserving times for ‘/mnt/usb/music’: Read-only file system
    I can then unmount and mount the HDD again, and try again, but i keep getting the same problem.
    Here's my dmesg:
    [22951.444217] usb 1-1: reset high-speed USB device number 19 using xhci_hcd
    [22966.616452] usb 1-1: device descriptor read/64, error -110
    [22981.892003] usb 1-1: device descriptor read/64, error -110
    [22982.155518] usb 1-1: reset high-speed USB device number 19 using xhci_hcd
    [22997.327767] usb 1-1: device descriptor read/64, error -110
    [23012.603571] usb 1-1: device descriptor read/64, error -110
    [23012.867002] usb 1-1: reset high-speed USB device number 19 using xhci_hcd
    [23017.881048] xhci_hcd 0000:00:14.0: Command completion event does not match command
    [23017.881078] xhci_hcd 0000:00:14.0: Timeout while waiting for setup device command
    [23023.098593] xhci_hcd 0000:00:14.0: Timeout while waiting for setup device command
    [23023.302055] usb 1-1: device not accepting address 19, error -62
    [23023.462289] usb 1-1: reset high-speed USB device number 19 using xhci_hcd
    [23028.476297] xhci_hcd 0000:00:14.0: Command completion event does not match command
    [23028.476314] xhci_hcd 0000:00:14.0: Timeout while waiting for setup device command
    [23033.693797] xhci_hcd 0000:00:14.0: Timeout while waiting for setup device command
    [23033.897336] usb 1-1: device not accepting address 19, error -62
    [23033.897435] usb 1-1: USB disconnect, device number 19
    [23033.903973] sd 10:0:0:0: [sdd] UNKNOWN Result: hostbyte=0x01 driverbyte=0x00
    [23033.903976] sd 10:0:0:0: [sdd] CDB:
    [23033.903977] cdb[0]=0x2a: 2a 00 03 90 e5 10 00 00 f0 00
    [23033.903982] blk_update_request: I/O error, dev sdd, sector 59827472
    [23033.903985] EXT4-fs warning (device sdd1): ext4_end_bio:317: I/O error -5 writing to inode 16777759 (offset 0 size 8388608 starting block 7478464)
    [23033.903987] buffer_io_error: 4990 callbacks suppressed
    [23033.903988] Buffer I/O error on device sdd1, logical block 7478178
    [23033.903990] Buffer I/O error on device sdd1, logical block 7478179
    [23033.903991] Buffer I/O error on device sdd1, logical block 7478180
    [23033.903992] Buffer I/O error on device sdd1, logical block 7478181
    [23033.903993] Buffer I/O error on device sdd1, logical block 7478182
    [23033.903994] Buffer I/O error on device sdd1, logical block 7478183
    [23033.903995] Buffer I/O error on device sdd1, logical block 7478184
    [23033.903996] Buffer I/O error on device sdd1, logical block 7478185
    [23033.903997] Buffer I/O error on device sdd1, logical block 7478186
    [23033.903998] Buffer I/O error on device sdd1, logical block 7478187
    [23033.904015] EXT4-fs warning (device sdd1): ext4_end_bio:317: I/O error -5 writing to inode 16777759 (offset 0 size 8388608 starting block 7478524)
    [23033.904027] EXT4-fs warning (device sdd1): ext4_end_bio:317: I/O error -5 writing to inode 16777759 (offset 0 size 8388608 starting block 7478554)
    [23033.904050] EXT4-fs warning (device sdd1): ext4_end_bio:317: I/O error -5 writing to inode 16777759 (offset 0 size 8388608 starting block 7478584)
    [23033.904066] EXT4-fs warning (device sdd1): ext4_end_bio:317: I/O error -5 writing to inode 16777759 (offset 0 size 8388608 starting block 7478614)
    [23033.904080] EXT4-fs warning (device sdd1): ext4_end_bio:317: I/O error -5 writing to inode 16777759 (offset 0 size 8388608 starting block 7478644)
    [23033.904095] EXT4-fs warning (device sdd1): ext4_end_bio:317: I/O error -5 writing to inode 16777759 (offset 0 size 8388608 starting block 7478674)
    [23033.904110] EXT4-fs warning (device sdd1): ext4_end_bio:317: I/O error -5 writing to inode 16777759 (offset 0 size 8388608 starting block 7478704)
    [23033.904124] EXT4-fs warning (device sdd1): ext4_end_bio:317: I/O error -5 writing to inode 16777759 (offset 0 size 8388608 starting block 7478734)
    [23033.904139] EXT4-fs warning (device sdd1): ext4_end_bio:317: I/O error -5 writing to inode 16777759 (offset 0 size 8388608 starting block 7478764)
    [23033.905630] sd 10:0:0:0: [sdd] UNKNOWN Result: hostbyte=0x01 driverbyte=0x00
    [23033.905632] sd 10:0:0:0: [sdd] CDB:
    [23033.905633] cdb[0]=0x2a: 2a 00 03 90 e6 00 00 00 f0 00
    [23033.905639] blk_update_request: I/O error, dev sdd, sector 59827712
    [23033.906165] Aborting journal on device sdd1-8.
    [23033.906176] JBD2: Error -5 detected when updating journal superblock for sdd1-8.
    [23033.906270] EXT4-fs (sdd1): Delayed block allocation failed for inode 16777761 at logical offset 0 with max blocks 2048 with error 30
    [23033.906272] EXT4-fs (sdd1): This should not happen!! Data will be lost
    [23033.906276] EXT4-fs error (device sdd1) in ext4_writepages:2395: Journal has aborted
    [23033.906793] EXT4-fs (sdd1): previous I/O error to superblock detected
    [23033.906801] EXT4-fs error (device sdd1): ext4_journal_check_start:56: Detected aborted journal
    [23033.906802] EXT4-fs (sdd1): Remounting filesystem read-only
    [23033.906803] EXT4-fs (sdd1): previous I/O error to superblock detected
    [23033.906808] EXT4-fs (sdd1): ext4_writepages: jbd2_start: 9223372036854775807 pages, ino 16777762; err -30
    [23033.907641] EXT4-fs error (device sdd1): ext4_find_entry:1289: inode #16515073: comm cp: reading directory lblock 0
    [23033.907644] EXT4-fs (sdd1): previous I/O error to superblock detected
    [23033.907690] EXT4-fs error (device sdd1): ext4_find_entry:1289: inode #16515073: comm cp: reading directory lblock 0
    [23033.907692] EXT4-fs (sdd1): previous I/O error to superblock detected
    [23033.907736] EXT4-fs error (device sdd1): ext4_find_entry:1289: inode #16515073: comm cp: reading directory lblock 0
    [23033.907738] EXT4-fs (sdd1): previous I/O error to superblock detected
    [23033.907771] EXT4-fs error (device sdd1): ext4_find_entry:1289: inode #16515073: comm cp: reading directory lblock 0
    [23033.907773] EXT4-fs (sdd1): previous I/O error to superblock detected
    [23033.907805] EXT4-fs error (device sdd1): ext4_find_entry:1289: inode #16515073: comm cp: reading directory lblock 0
    [23033.907845] EXT4-fs error (device sdd1): ext4_find_entry:1289: inode #16515073: comm cp: reading directory lblock 0
    [23033.907886] EXT4-fs error (device sdd1): ext4_find_entry:1289: inode #16515073: comm cp: reading directory lblock 0
    [23033.907919] EXT4-fs error (device sdd1): ext4_find_entry:1289: inode #16515073: comm cp: reading directory lblock 0
    [23033.907947] EXT4-fs error (device sdd1): ext4_find_entry:1289: inode #16515073: comm cp: reading directory lblock 0
    [23034.490498] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff880225074480
    [23034.490502] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8802250744c8
    [23220.391199] usb 1-1: new high-speed USB device number 54 using xhci_hcd
    [23235.563509] usb 1-1: device descriptor read/64, error -110
    [23250.839126] usb 1-1: device descriptor read/64, error -110
    [23251.102653] usb 1-1: new high-speed USB device number 55 using xhci_hcd
    [23266.274917] usb 1-1: device descriptor read/64, error -110
    [23281.550616] usb 1-1: device descriptor read/64, error -110
    [23281.814174] usb 1-1: new high-speed USB device number 56 using xhci_hcd
    [23286.831502] xhci_hcd 0000:00:14.0: Command completion event does not match command
    [23286.831579] xhci_hcd 0000:00:14.0: Timeout while waiting for setup device command
    [23292.049048] xhci_hcd 0000:00:14.0: Timeout while waiting for setup device command
    [23292.252556] usb 1-1: device not accepting address 56, error -62
    [23292.412732] usb 1-1: new high-speed USB device number 57 using xhci_hcd
    [23297.426714] xhci_hcd 0000:00:14.0: Command completion event does not match command
    [23297.426728] xhci_hcd 0000:00:14.0: Timeout while waiting for setup device command
    [23302.644273] xhci_hcd 0000:00:14.0: Timeout while waiting for setup device command
    [23302.847753] usb 1-1: device not accepting address 57, error -62
    [23302.847781] usb usb1-port1: unable to enumerate USB device
    Anyone know how to fix this?

    There is a whole lot of bad going on there.
    There are problems both drive errors and USB errors.  I don't believe it.
    I have a hunch the drive is starving for power. 
    USB devices are supposed to function all the way down to 4.25V.  Not all do.
    USB ports are supposed to be able to deliver 4.25V at the end of the cable at 500mA.  Not all do.
    USB 2.0 devices are not supposed to draw more than 100mA unless they negotiate for more.  Some violate that.
    USB 2.0 devices are never supposed to draw more than 500mA. Some violate that.  Especially disk drives.
    My guess is that your drive is drawing excess current and the voltage drop through the port and cable are dropping you below 4.25; or at least below the voltage that your drive goes "Tango Uniform"[1].   Does your drive have the option for external power?  If so try it.  Following up on wtx's comment;  USB 3.0 is capable of delivering more power.   Also, some drives have used a cable that violates just about every aspect of the USB specification:  A "Y" cable that plugs into two host ports to provide more power to the guest.  I despise this solution with every fiber of my electrical engineering existence; never-the-less, you might try one.
    edit:  [1] Teats Up.
    Last edited by ewaller (2015-04-04 17:02:04)

  • Problem with External Hard Drive

    Hi,
    I'm having trouble with my External Hard Drive, a 300GB Iomega USB. Everytime i use it with my iMac G4 it disconnects by itself and i get the "Device Removal" message after 20 minutes or so. This occurs even though the Mac hasn't moved, the Hard Drive and its wire wasn't moved and even when I'm not doing anything on my Mac. This occurrs in all three of the USB ports even though other devices plugged into them work fine.
    It's a problem with your External Hard Drive and/or its wire i hear you say. However, the External works fine when plugged into my Windows Laptop.
    Any help would be much apreciated as all my music, movies and work are on my External.
    Thanks in advance,
    K

    Hi there:
    You may have to use a Mac disk utility on the external USB hard disk drive, since the error
    you see is likely caused by some defect. And the symptom is in how the drive fails to mount.
    Perhaps a tool like Disk Utility could see what kind of errors, but not fix them; if this is the
    case, a more specific tool such as DiskWarrior (for the Mac OS your machine has) may help.
    Depending on the level this problem exists, the drive may be repairable through use of one
    of the disk utility type of tools; or it may need to be erased, reformatted, etc. So, if there is
    some kind of error in the directory or other portion, DiskWarrior could probably fix it and not
    interfere with the data on the drive... Or, that's the hoped-for outcome.
    And that direction is likely one to pursue. For the sake of discussion, you - do - have extra
    USB cords, just in case you have one that does not like Macs? A diabolical PC infiltrator?!
    Good luck & happy computing!

  • IMac G5 Won't Sleep with USB Hard Drive Attached

    I purchased an external USB powered hard drive, connected it, put the computer to sleep, and the computer immediately awoke saying the device was not put away properly.
    I then unmounted the drive, put the computer to sleep, and got the same message.
    Called Seagate support, and they said it's an OS issue.
    Returned the drive.
    Bought a Hitachi USB powered hard drive. Exact same thing happens.
    Is it not possible to put this machine to sleep when attached to a USB powered hard drive? I had no problem with a powered USB drive.

    Every external drive in an enclosure has an on/off switch, read the manual that came with the drive, or ask Hitachi. You seem to have it turned on permanently. If you don't turn it off before unplugging it, of course the computer will complain that it was improperly put away - you need to drag the image of the drive to the Trash to eject it before removing the USB cable or click on eject under File in the Menu bar.

  • Problems with second hard drive

    I bought my PowerMac G5 new in 2005 and about two years after I got it, I installed a second internal hard drive. I didn't have any problems with the drive until about six months ago (which was when I moved, but I'm not sure if that has anything to do with it). Around that point, I started hearing a single, loud click followed by a slight winding down noise. Then, my computer would almost completely freeze. After a few moments, I would hear a bunch of soft clicks and my computer would go back to normal. I figured that it was a problem with one of the hard drives, but I wasn't sure what to do.
    Later on, the problem got more severe, lasting more like 30 seconds. When my second drive unmounted during one of these episodes, I shut my computer down, opened the case, took both plugs out of the second hard drive, put them back in, and started up my computer again. After that, my computer was running great again. But, a few weeks later, the symptoms started up again.
    So, I've gone through the same cable un-plug and re-plug process whenever the drive unmounts. Sometimes it helps and sometimes it doesn't seem to help at all. Altogether, I think that the second drive has unmounted about five or six times. I haven't had this problem at all with the original hard drive and I haven't noticed any other problems with my computer. (Well, okay, there's the rare occasion when, instead of going to sleep, it turns the screen black and puts the fans on full blast.)
    Could the drive itself be going bad and it has nothing to do with the cables? I have a utility installed that always monitors the SMART status and it hasn't reported any problems. Are there any other troubleshooting steps I should take? Any advice would be appreciated. Thanks!

    Before I bought DiskWarrior, I thought I'd try some troubleshooting with the software I have on hand. But while I was doing that, the problem got worse. Now, I'm having major problems just getting the computer to boot. I'll give you the rundown on what's happened. It goes through a few boneheaded twists and turns and goes on at great length, but I thought I'd relate it all in the hopes that someone can see a likely pattern.
    My first thought was the Apple hardware test, which I had thought was on the Mac OS 10.5 install DVD. So naturally, I didn't see the hardware test listed under Utilities. But while I had it up, I used Disk Utility to do repairs on both hard drives (checking both the disk and permissions). It found no problems on the 2nd hard drive, but found a few errors with "leaves" on the booting drive. It also found a bunch of issues with the permissions, but I don't think it was anything out of the ordinary.
    Just for the heck of it, I asked it to run the repairs again. Not long into that, I got what I think is a kernel panic (overlaid message saying I needed to restart my computer in a few languages). It also sped up the fans.
    I pushed the power button to shut it down, then started it up again. I heard the startup chime, then nothing but a black screen and the ol' hyperactive fans. I went through that several times before I was finally able to boot from the DVD again. Then, I changed the startup disk back to my usual boot volume and restarted. I had to go through the black screen and insane fans several more times before I could boot normally.
    Next, I thought I'd try OnyX to see what it could do. Which might not be much, but I had it repair the disks again and also had it run the daily, weekly, and monthly maintenance scripts.
    I checked into the black screen & hyperactive fans booting problem elsewhere in the forums, and saw that it was recommended to run the Apple hardware test and also found the correct procedure for doing so, which was to insert the PowerMac G5 install disc (not the Mac OS X upgrade DVD) and press Option when booting. I loaded the disc, restarted, and held down the Option key, but before I could get anything to actually load, I had several more sessions with the black screen of fans.
    Regarding that boot problem, I've sometimes seen the red light inside the case turn on almost immediately after I turn on the computer. Other times, it will not light up by itself. But, when I hold the power button in to shut it down, the red light briefly turns on before the unit shuts down. I've also noticed that the light on the Caps Lock button is coming on and staying on when I'm trying to start the computer.
    So, after several tries, I checked my G5 User's Guide and it said to disconnect any external devices before trying the hardware test. I had a USB thumb drive plugged in and a FireWire drive hooked up for Time Machine backups, so I took both of them out. Once again, I tried starting up with Option held down and this time, it worked. The fans started running at full blast after I selected the hardware test, which I hoped was normal. So, I asked it to run the extended test and it found no problems. I restarted my computer without reconnecting anything and, at least for now, it's working normally.
    Any new thoughts?

  • AirPort Extreme with USB hard drive

    Hi...I have an AirPort Extreme with a Maxtor OneTouch 250MB hard drive attached (via USB port). I have two computers which access the internet and the hard drive through the AirPort.
    The first computer is a 1.8 GHz PowerPC G5 (with 3GB of SDRAM). The second is a 2 GHz Intel Core2 Duo IMac (with 4GB of SDRAM).
    Both computers have full signal strength via AirPort and both computers have no connection/speed issues with the internet. It's when trying to copy to/from the USB disk that there are problems. The older Mac, the G5, has no problems at all. Great copy speeds in both directions, I can even work off of files on the USB disk without a problem.
    The iMac, though, has a problem writing to/from the external hard disk. It connects without a problem, but after that, things come to a standstill.
    For example, I can copy a 25MB file from the AirDisk to the G5 in about 15 seconds. If I try to copy the same file to the iMac, it takes as long as 5 minutes. I've tried every setting I can in AirPort Utility, including trying each of the channels individually, and nothing helps. I've disconnected the G5 from the network and that didn't make a difference, either.
    Other info...the AirPort firmware is updated to version 7.3.2 and both Macs are updated to System 10.5.4.
    If anybody has any advice, I will be eternally grateful.

    I have a very similar problem. I have a 2.8 GHz iMac with 2GB RAM and am using OS X v10.5.4, and an Airport Extreme (v7.3.2), both updated to latest firmware. I have a 500 GB TrekStor external HD connected to the AEBS via USB. The TrekStor HD was pre-formatted in FAT32 and is visible on my iMac's desktop and in Finder but I cannot transfer files to it or see files on it. When I drag and drop a file on the TrekStor, it sometimes seems to go well but then the file is not visible via Finder, and sometimes I get an "insufficient privileges" message. I repair permissions on the iMac's internal HD without any change. I am logged in as the admin. All assistance is much appreciated!

Maybe you are looking for

  • Keynote - Export with colour palette

    I am using Keynote 6.2. I create a Presentation in Keynote named Preso 1. I create a colour Palette to use within the Preso. I save the document. A work colleague needs to work on Keynote Document Preso 1. I save on the server, my colleague opens it

  • Function module to get any date format in DD.MM.YYYY

    Hi  Experts, i want a FM which can convert any type of date format user entered on selection screen in DD.MM.YYYY date format entered by user  can be any of below format DD/MM/YYYY MM/DD/YYYYY DD/MMM/YYYY MM.DD.YYYY YYYY/MM/DD i want date format in D

  • Phone/line fault escalated but to where? Need an ...

    I have had problems with a very noisy line for quite a long time.  I cannot hear the noise but callers complain that it is very bad, so much so that I often have to contact them by mobile.  It affects approx 50% of calls. I have had 5 engineer visits

  • Make a background with flash...

    Please can you help me to make a background like this?(i meen the guy with the helmet and the background house with moving and flames) http://eu.blizzard.com/diablo3/index.xml Please help me

  • Cannot update Adobe Premiere Pro CC 2014

    I am desperately trying to update Premiere Pro CC 2014 to version 8.0.2 but cannot do so through my desktop application.  Any thoughts on what might be happening?  Adobe is telling me that the software program is up to date even though it is version