Arch corrupts FS on external USB drive.

Good day almighty All,
I have a Dell Latitude E6520 laptop with SSD drive, which is probably unrelated to the problem.
Recently I decided to install Arch linux on it, but before that, being a bloody smart person, I decided to back up existing windows partition and CentOS filesystem to the external HDD connected with some noname SATA-to-USB connector.
(Actually it has a name, which is "Bus 002 Device 009: ID 14cd:6116 Super Top M6116 SATA Bridge").
Enclose has my old 500GB Segate in it with LVM partition.
So the box was booted with CentOS installed, first 2048 sectors of the drive and windows partitions were dumped with dd to the files on external HDD.
Could not tell which FS was on the volume, but most probably ext3.
After that I installed Arch (base, base-devel, grub as per installation manual), changed CentOS GRUB-0.9 to GRUB2, rebooted into arch, was unpleasantly surprised by the missing ifconfig, rebooted back into Arch usb, installed net-tools, rebooted into Arch, installed various small things like vim and KDE minimal, added missing ttf-dejavu, still could not boot into KDM - startx only.
Everything was going well so far.
Then it happened.
I mounted my USB drive from Arch and tried to dump on it CentOS partition.
Somewhere at the mark of 30-40Gb from the start  I got Input/Output errors and that's it - partition is dead.
When I tried  to remount it I've got:
mount: wrong fs type, bad option, bad superblock on /dev/mapper/lenovo01-data,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail or so
I ran fsck on other laptop (Fedora 17) and got file system fixed but empty (well, lots of errors, everything was linked under lost+found).
RIP my backup (I have a copy on the storage and this one will be accessed via network only
I re-created FS (ext3), copied on it couple gigs of test files, connected drive to dell, mounted FS, "ls" the dir, all good.
Unmounted FS, mounted again - get what is quoted above - I/O errors.
The same drive on the same laptop works without any problem with installed CentOS and live GRML so it is not a hardware itself.
So far:
1. external drive can be mounted without problem when it is just connected to Arch
2. After some data traffic it starts to produce I/O errors.
3. When good FS is unmounted and then mounted again the story is the same - I/O errors.
4. As soon as it happened I cannot change FS on drive, I cannot change partition table and so on. fdisk and mkfs completed without error but FS is not there and attempt to mount produces the error above.
Below is some info about installation:
System is installed on encrypted with Luks LVM partition.
External HDD is not encrypted.
[root@darkstar ~]# uname -a
Linux darkstar 3.6.3-1-ARCH #1 SMP PREEMPT Mon Oct 22 10:23:56 CEST 2012 x86_64 GNU/Linux
[root@darkstar ~]# pacman -Suy
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
:: Starting full system upgrade...
there is nothing to do
[root@darkstar ~]#
# dmesg after connection of USB drive
[Nov 2 14:08] usb 2-1.1: new high-speed USB device number 8 using ehci_hcd
[  +0.085473] scsi8 : usb-storage 2-1.1:1.0
[  +1.002053] scsi 8:0:0:0: Direct-Access        Mass  Storage Device        PQ: 0 ANSI: 0
[  +0.001279] sd 8:0:0:0: [sdb] 976773166 512-byte logical blocks: (500 GB/465 GiB)
[  +0.000664] sd 8:0:0:0: [sdb] Write Protect is off
[  +0.000011] sd 8:0:0:0: [sdb] Mode Sense: 03 00 00 00
[  +0.000562] sd 8:0:0:0: [sdb] No Caching mode page present
[  +0.000011] sd 8:0:0:0: [sdb] Assuming drive cache: write through
[  +0.002354] sd 8:0:0:0: [sdb] No Caching mode page present
[  +0.000011] sd 8:0:0:0: [sdb] Assuming drive cache: write through
[  +0.049185]  sdb: sdb1 sdb2 sdb3
[  +0.003149] sd 8:0:0:0: [sdb] No Caching mode page present
[  +0.000022] sd 8:0:0:0: [sdb] Assuming drive cache: write through
[  +0.000006] sd 8:0:0:0: [sdb] Attached SCSI disk
[Nov 2 14:09] usb 2-1.1: reset high-speed USB device number 8 using ehci_hcd
And this is dmesg after I tried to mount fs created on other box.
There was also XFS volume on the same VG.
[Nov 2 14:15] EXT4-fs (dm-8): mounted filesystem without journal. Opts: (null)
[Nov 2 14:16] EXT4-fs (dm-8): VFS: Can't find ext4 filesystem
[  +0.036964] EXT4-fs (dm-8): VFS: Can't find ext4 filesystem
[  +0.026500] EXT4-fs (dm-8): VFS: Can't find ext4 filesystem
[  +0.040551] XFS (dm-8): bad magic number
[  +0.000023] XFS (dm-8): SB validate failed
Will appreciate any help,
Thanks,
Eugene.

Little bit of testing,  just out of curiousity - do not have time to dig into it, sorry.
It puts garbage starting with "USBC" in first 32 bytes (the rest of the string varies) and then skips first 4K.
Tested it with CentOS - at least its 2.6 kernel works as expected.
[root@darkstar test]# uname -a                                                                             
Linux darkstar 2.6.32-279.11.1.el6.x86_64 #1 SMP Tue Oct 16 15:57:10 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
[root@darkstar test]# perl -e 'print "a"x5120' |dd bs=512 count=10 of=/dev/sdb                             
10+0 records in                                                                                             
10+0 records out                                                                                           
5120 bytes (5.1 kB) copied, 0.258486 s, 19.8 kB/s                                                           
[root@darkstar test]# dd bs=512 count=10 if=/dev/sdb status=noxfer |od -tax1                               
0000000   a   a   a   a   a   a   a   a   a   a   a   a   a   a   a   a
         61  61  61  61  61  61  61  61  61  61  61  61  61  61  61  61
0012000
10+0 records in
10+0 records out
[root@darkstar test]# uname -a
Linux darkstar 2.6.32-279.11.1.el6.x86_64 #1 SMP Tue Oct 16 15:57:10 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
[root@darkstar test]# uname -a
Linux darkstar 3.6.7-1.el6.elrepo.x86_64 #1 SMP Sun Nov 18 08:35:06 EST 2012 x86_64 x86_64 x86_64 GNU/Linux
[root@darkstar test]# perl -e 'print "7"x5120' |dd bs=512 count=10 of=/dev/sdb
10+0 records in
10+0 records out
5120 bytes (5.1 kB) copied, 0.303432 s, 16.9 kB/s
[root@darkstar test]# dd bs=512 count=10 if=/dev/sdb status=noxfer |od -tax1
10+0 records in
10+0 records out
0000000   U   S   B   C   : soh nul nul nul dc4 nul nul nul nul  nl   *
         55  53  42  43  ba  01  00  00  00  14  00  00  00  00  0a  2a
0000020 nul nul nul nul nul nul nul  nl nul nul nul nul nul nul nul   ^
         00  00  00  00  00  00  00  0a  00  00  00  00  00  00  00  de
0000040   a   a   a   a   a   a   a   a   a   a   a   a   a   a   a   a
         61  61  61  61  61  61  61  61  61  61  61  61  61  61  61  61
0001000   7   7   7   7   7   7   7   7   7   7   7   7   7   7   7   7
         37  37  37  37  37  37  37  37  37  37  37  37  37  37  37  37
0012000
[root@darkstar test]# uname -a
Linux darkstar 3.6.7-1.el6.elrepo.x86_64 #1 SMP Sun Nov 18 08:35:06 EST 2012 x86_64 x86_64 x86_64 GNU/Linux
[root@darkstar test]#
Last edited by Eugene (2012-11-26 01:15:46)

Similar Messages

  • Trouble accessing files on external USB drive after 10.6.8 update

    Upgraded to Mac 10.6.8 on my MacBook Pro (I'm not a techie, but the "About This Mac" thingy says 2.53 GHz Intel Core 2 Duo, 4 GB 1067 MHz DDR3 - I assume that means something to somebody). Since the upgrade, I've been having problems accessing data on an external HD connected via USB - there were no issues before the upgrade, but now it's impossible to even navigate to a particular file or subfolder half the time, as the process freezes 95% of the time (every so often I am able to get through, for no obvious reason) - usually I just get what looks like an empty folder and a little spinning thing in the bottom right-hand corner. Sometimes when I do get to a file - say it's a ZIP file - I'll try to unZIP it and the process will hang; if I try to drag it to the desktop and unZIP it there, I can't get it to copy to the desktop, I just get the "copying files" box and a bar that never shows any progress, it just hangs at zero bytes out of whatever it might be.
    Also having intermittent issues with another external USB drive, which is the one I use for Time Machine - about one in every five backup attempts is successful, the rest of the time I get a message saying the backup couldn't be performed.
    I have two external FireWire drives as well, and I'm having no trouble with either of those - so I'm assuming the problem is USB-related (and 10.6.8 related, since none of this was happening before the upgrade).
    So - I'm wondering if anybody else is having the same issues, and f there's a solution that a non-techie like me could handle that won't make blood come out of my ears.
    Cheers!

    Thanks baltwo - the PRAM tip was helpful. For some reason I still have trouble accessing a few files, I'm putting that down to them being somehow corrupted. Eric, thanks, but I tried using Disk Utility and the communication problems I was having with the drive meant that the repair couldn't be performed. I may try again now that that side of things seems to be running a little more smoothly. Anyway, thank you both!

  • Single-user mode: How to mount and access an external USB drive?

    My MacBook Pro HD is acting up. Cannot boot normally or into "safe mode". Cannot reinstall OS without wiping out the HD. Need to recover some critical files but DiskUtil First Aid and Restore options cannot successfully complete. Problem traced down to "invalid node structure" which means I either have a hardware problem or my filesystem partition directory structure is corrupted. I need to recover some files that are not backed up (timin issue with my regular backup process).
    I can boot into single-user mode, mount the root file system (/sbin/mount -uw /) and can see/navigate the rot filesystem structure via good UNIX command line. Here's what I would like to do (in single-user mode):
    1. Mount an external USB drive (250 GB already formatted as Mac OS X Extended)
    2. Copy various files and/or directories from my HD to the external USB drive (UNIX cp command)
    I realize I could go spend $$ for the Disk Warrior or Data Rescue products (or something similar) that SHOULD help me recover my HD or files, but it seems silly to do this when I can see, touch and taste them from within single-user mode....
    Comments? Suggestions?
    TIA --
    Trent
    P.S. Once I've recovered my files, I'll try to reformat the HD and then reinstall the OS. And THEN go have Apple look at my machine (thank goodness for AppleCare coverage)!

    Resolution:
    1) Boot system in single-user mode (SUM) with external HD attached.
    2) Execute the following UNIX CLI commands once SUM boot process is completed:
    # fsck -fy
    # mount -uw /
    # mkdir /Volumes/target_directory
    # mount -t hfs -w /dev/diskXXX /Volumes/target_directory
    # cp -RXv /source_directory /Volumes/target_directory
    Where XXX is the device-level name for your external HD's data partition. In my case this was /dev/disk1s2. It may take some experimentation to identify this device name if your system has multiple HD's.
    3) Verify contents were successfully copied onto the /Volumes/target_directory.
    Comments and observations:
    - Do NOT use "/" as your source directory - cp will make a second (redundant) copy of /volumes/target_directory
    - I was able to successfully copy ALL files off my HD despite the fsck command's "invalid node structure" error message with this simple procedure. YMMV, depending on the state of your HD.
    - The repeated disk0s2: I/O error warnings displayed during the SUM boot process did not seem to have a negative effect on this procedure. I also received this same error warning intermittently as I navigated the mounted filesystem did not seem to be a problem, either. Again, YMMV.
    Commercial software:
    I downloaded ProSoft Engineering's Data Rescue 3 product (trial version) before spending $99 to attempt to recover my "bad" HD's data via mounting to a good system with FW target mode. It could not successfully complete its "QuickScan" process and immediately hung on block 0 of 390M during its "Deep Scan" process. The product did seem to function properly on an operational system. ProSoft's technical support was responsive and helpful but had no answer for my "Deep Scan" error.
    I did not attempt to use Alsoft's Disk Warrior 4 product. I could not find any trial software available and was reluctant to spend $100 based upon the mixed reviews and comments on this discussion forum as well as other reviews. Alsoft does claim to address the "invalid node structure" error in their marketing materials. Hindsight being 20/20 - I saved $100 by using this simple procedure.
    Final note:
    Neither Leopard nor Snow Leopard's installation DVD could recognize the bad internal HD when trying to do a reinstall. While DiskUtil was able to "see" the bad internal drive it immediately failed when I tried to do an "erase and format". Took the system to my local Apple store and the Genius ran a tool called "SMART Utility" from Volitans Software (www.volitans-software.com). SMART utility confirmed that my HD was bad so it was replaced. AppleCare pays for itself (once again!).

  • [SOLVED] Problem with external USB drive started yesterday

    My system freezes for about 65 seconds at the login screen. After 65 seconds, I can login and everything is normal afterwards.
    I discovered that I can eliminate the freeze by disconnecting the external USB drive from the PC. Here are the error messages from kernel.log when the drive is connected:
    Oct 15 23:10:14 localhost kernel: [ 17.035091] usb 1-1.3: device descriptor read/64, error -110
    Oct 15 23:10:29 localhost kernel: [ 32.155955] usb 1-1.3: device descriptor read/64, error -110
    Oct 15 23:10:29 localhost kernel: [ 32.325394] usb 1-1.3: new high speed USB device number 4 using ehci_hcd
    Oct 15 23:10:31 localhost kernel: [ 34.045126] MediaState is connected
    There is supposed to be a kernel boot option (irqpoll) to prevent this from occurring. However, that option seems to no longer work for kernels after 2.6.39. If I try using it with Arch, the system will not boot, saying all the CPU's failed.
    I also don't understand why this just started happening yesterday, as the USB drive has been connected to the PC longer than I've been using Arch. Also, my kernel has not been updated since I installed Arch on Oct 8.
    Does anyone know another fix or workaround for this problem?
    Thanks,
    Tim
    Last edited by ratcheer (2011-10-17 01:30:08)

    Problem solved
    I feel stupid, but I also feel better. I turned off the PC, disconnected the power from the USB drive for about 15 seconds, reconnected the power, rebooted, removed the irqpoll kernel option, and Ubuntu started, perfectly. I need to learn that the USB drive just goes freaky sometimes and remember to do this. But, this is only the second time I've had to do this in months of use.
    Tim

  • Performance Issues with 10.6.7 and External USB Drives

    I've had a few performance issues come up with the latest 10.6.7 that seem to be related to external USB drives. I have a 2TB USB drive tha I have my iMovie content on this drive and after 10.6.7 update, iMovie is almost unusable. Finder even seems slow when browsing files on this drive as well. It seems like any access to the drive is delayed in all applications. Before the update, the performance was acceptable, but now it almost unusable. Most of the files on this drive are large dv files.
    Anyone else experience this?

    Matt,
    If you want help, please start your own thread here:
    http://discussions.apple.com/forum.jspa?forumID=1339&start=0
    And if your previous thread you aren't getting sufficient help for your iPhone, post a new topic here:
    http://discussions.apple.com/forum.jspa?forumID=1139
    You'll get a wider audience, and won't confuse the original poster. Performance issues can be caused by numerous issues as outlined in my FAQ*
    http://www.macmaps.com/Macosxspeed.html
    If every person who had a performance issue posted to this thread, we'd never find a solution for the initial poster. Let's isolate each case one by one. It is NOT necessarily the same issue, even if the symptoms are the same. There are numerous contributing factors at work with computers, and if we don't isolate them, we'll never get to the root cause.

  • How can i create a Trash for external USB Drives ?

    Hello,
    how can i create a Trash for external USB Drives or my TimeCapsule ?
    Thanks.

    You do not need to create trash cans for individual drives.  The trash can on the desktop holds deleted files from all mounted drives.
    TimeCapsule manages its own space.  If it fills up it will delete older backps to make space for newer ones.

  • How can I do backups on internal disc while sharing an external USB drive?

    Hi,
    On my Airport Utility there are two lines: "Time Capsule Disc", and below (indented) "Data".
    (When I plug an external USB drive I can see it in this window as well)
    Clicking (selecting) the first line, on the right hand side I can see the disc details (name, capacity and SMART Status (Verified)), and two buttons: Compress and Erase (I don't know if these are the words used on the english version mine is spanish).
    Clicking on the second line (Data) I can see the Name "Data", capacity, used and available sizes and number of users connected.
    First question:
    Why Time Machine can't see the "Data" volume if I untick the "Share files" checkbox?
    Second question:
    Moreover, I've got a USB External Drive attached to my Time Capsule, so I have to have the "Share Files" checkbox ON, this makes my USB disc (fat32) available to my Windows computers but ALSO the "Data" volume can be seen from Windows. If there is any attempt to assign a Windows drive letter to the "Data" volume, next time Time machine wants to do a backup I'm getting a "disc wrong or missing, check credentials (or something similar)".
    In summary, what I'm trying to do is Time Machine backups to the internal Time Capsule disc (making that disc unavailable/invisible to any other computer in my network) while sharing a USB external drive attached to Time Capsule.
    Advice, please!

       Yes you can go to > Music > iTunes folder and copy the whole iTunes folder and drag the folder to your external and then on the new Mac click and highlight the iTunes folder and then in iTunes click on the button at the top (add folder to library) and you should see all your songs transfer from the external to the Mac and all songs start filling up in your iTunes library on the Mac.
      This is the easiest method all songs and other media such as songs, movies, apps will be transferred over however you may not be able to keep ratings & last played counts using this method.
      To keep all metadata including ratings & play count use the Apple method exclusively for this if you have to have your metadata, play counts and ratings saved.
      I used scenario one above because it one of the simplest methods and I was just satisfied enough just to transfer all media over.

  • I would like to recover my bookmarks from my old hard drive that I now have as an external USB drive. The old OS was Vista; the new is Windows 7.

    I recently had a new hard drive installed on my laptop; this hard drive has the Windows 7 OS on it.
    At the same time, I had my old hard drive mounted in an SATB enclosure so that I could use it as an external USB drive. [I stupidly did not export my bookmarks before doing all of this]
    Everything seems to work fine [I can see all of the files], but I cannot find out where my bookmarks are stored on the old hard drive.
    Is it possible to find them and get them transferred over to the new hard drive??
    Thanks!!

    Bookmarks are stored in a file called places.sqlite inside the profile folder. You can copy that file from the old profile folder into your current profile folder. For details of how to find the profile folder see https://support.mozilla.com/kb/Profiles or http://kb.mozillazine.org/Profile_folder_-_Firefox
    You can recover more than just the bookmarks - https://support.mozilla.com/kb/Recovering+important+data+from+an+old+profile

  • My external USB drive is not recognized by Win XP

    Hi!
    I have an external USB drive that is HTF+ formatted. It is not recognized by Windows XP. If I start the windows disk manager it gives me the option to initialize the drive. Do I dare to do this? Will it not erase the information on the drive?
    Thanks for any help!
    / Anders

    Hi Anders and welcome to Discussions,
    I have an external USB drive that is HTF+ formatted. It is not recognized by Windows XP. If I start the windows disk manager it gives me the option to initialize the drive. Do I dare to do this? Will it not erase the information on the drive?
    Yes it will !!
    Although with the BootCamp 3.0 Drivers (from the OSX Snow Leopard DVD) and the 3.1 Driver update (downloadable) Apple has introduced read-access to HFS+ partitions from Windows this feature seems to have some serious problems for some people.
    Personally I see this feature as "experimental" at the moment.
    XP itself knows nothing and therefor can not use/see HFS+ partitions and GPT (GUID partition table) harddisks.
    You might wanna have a look (or buy) at MacDrive http://www.mediafour.com/products/macdrive/ which right now is the better solution.
    Thanks for any help!
    / Anders
    Hope it helps
    Stefan

  • Mini doesn't always connect  bluetooth and external (USB) drives on boot

    I have had a new Intel mini for 4 months now (we also have a PPC G5, which we love). In the last few weeks the mini started to not connect my Bluetooth keyboard and mouse, nor recognize some of my USB peripherals when booting up. When this happens, it also makes a repeated "startup sound - bong!" echo when the start button is pressed. I have two external USB drives, one 500GB Phantom and one 500GB WD MyBook. When the Apple logo appears at boot, I can see the activity lights flashing on the drives as the BIOS interrogates the USB connections, but after the Leopard start up desktop appears, the only drive shown is Macintosh HD, the mouse pointer is at the top left of the display and will not move, nor will the keyboard do anything. I have read every post on this subject and tried all of the resets suggested. Sometimes this works after a few attempts, sometimes it takes 6 or more tries - disconnecting all cables, and turning the computer on again and again. Occasionally the WD MyBook drive appears on the desktop, yet still the Bluetooth is unresponsive and the other drive absent. I am getting frustrated having to disconnect everything and trying to boot this thing up, sometimes for one hour or longer before I can use it properly (all of my work is on the external drives).
    There MUST be a firmware update for this by now, because I see that I am not the only one experiencing these problems, and this is obviously some problem with how the BIOS is communicating with the bus.

    Hi amyta pdx-
    I'd be careful jumping to conclusions or the troubleshooting process may get clouded. For one thing those WD drives are junk and most people using them eventually have problems.
    What happens with everything disconnected from the Mac except a mouse connected to a USB port on the Mac and the monitor connected to the video port only?
    Luck-
    -DP

  • Can a time machine usb drive backup the data from an external usb drive connected to and airport extreme*

    can a time machine usb drive conected to my mac book backup the data from an external usb drive connected to and airport extreme ?

    Hi Adam, if you think yoiur HD may be failing you could do a TM restore onto the new disk. I would rather see you do a clone either SuperDuper or CarbonCopy Cloner.Of your internal drive. That way you have a bootable backup in case it does fail.
    btw - what are the symptoms of your failing drive?
    -mj
    Message was edited by: macjack

  • Errors on external USB drive

    I'm trying to track down the cause of failed backups to a brand-new 300Gb Seagate drive in a external USB <-> SATA enclosure.
    I observe these errors in Retrospects verification phase.
    These errors could
    - be 10.4.6 not playing well with external USB drives - that the new drive is essentially DOA
    - that the enclosure is a dud.
    - reflect an inability on Retrospect's part (e.g. unable to work properly with USB drives on 10.4.6)
    I've asked on the EMC Retrospect forum for their take on this, buts that's a very slow forum...
    Any pointers are welcome. I strongly prefer not to have to buy commercial solutions; after all, the "fix" may be to ask the supplier to take his drive back and refund me and I wouldn't want to spend if that's the case. Command-line solutions are fine.
    The data can be correctly backed up to another external drive (via Firewire) so its not the source data. Its not the specific USB port: tried other ports, etc. At one point there were some errors reported by Disk Utility, but I've repaired these and it now claims all is well.
    Dual G5/2Ghz/4GB RAM   Mac OS X (10.4.6)   ExternalUSB enclosure; 300Gb Seagate SATA drive

    I see my question is so popular, I'm left composing a soliloquy... :-/
    Anyway, an upgrade to OS X 10.4.7 (from 10.4.6) seems to have put this right, after a lot of different testing exercises and reading. At least for the first time in many attempts I've been able to run a sizeable backup using Retrospect without the verification pass yielding hundreds of errors.
    It would seem, at least for Retropsect users, that OS X 10.4.6 needs to be avoided if you intend backing up to an external USB drive--?
    Dual G5/2.0Ghz/4GB RAM    

  • HP dv6-6188ca windows 7 pro 64b amd chipset 8G locks up copying files to/from external usb drive

    When ever I try to copy a large (>2G) file to or from a external usb drive the computer starts the copy but gets stuck. It has to be powered off and the battery removed to get it to work again.

    Please repost your inquiry in the Microsoft Windows 7 Performance Forum. 
     Thank you!
    Carey Frisch
    Microsoft MVP
    Windows Expert - Consumer

  • Time Capsule external USB drive won't reconnect remotely over Back To My Mac

    I'm running a Mac Mini at work, connected via ethernet to an enterprise network (I have no idea what routers they are using, or how they are set up).
    At home, I have a MBP laptop and a Time Capsule (hardwired to cable modem) with an external USB drive attached.
    All 3 machines (Mac Mini, MBP, TC via Airport Utility) have Back To My Mac switched on.
    I can access the external USB drive on my home TC from my work Mac Mini....until the Mini falls asleep. When I wake it back up, the connection back to the TC fails. However....after restarting the Mini, the connection works again.
    My first thought was that the corporate network / firewall / etc was causing the problem - not leaving correct ports open, or someting to that effect. However, I realised that if that were the case, restarting the Mini shouldn't help, but it does.
    Does anyone have any idea how sleeping breaks being able to access a TC's external drive remotely over BTMM?
    The Mac Mini is a 2.3GHz Core i5 with 8GB RAM and plenty of HD space.
    The MBP is a 15" late 2013 retina, 2.6 GHz Core i7, 16 GB RAM, also plenty of HD space.
    The TC is a 2 TB 4th generation model.
    Thanks!
    J

    Sorry that did not work. This works well for me using Lacie drives, but I haven't tried Iomega.
    Have you checked Iomega's site to see if any software/firmware updates available?
    Also noticed during a quick search that a number of users are reporting mounting problems with Iomega. Not sure if this applies to you or not.
    http://discussions.apple.com/search.jspa?search=Go&q=iomegadrive+won%27tmount

  • Network Drives/External USB Drives?

    If I have a NAS box on the network or a couple of external USB drives connected to computers on my network, will Network Magic "see" them and allow me to share folders on them with the rest of the network?
    Thanks...

    Cartaphilus1946 wrote:
    Thanks for the prompt reply.  I was hoping that since the USB drive will be mapped to a drive letter that it could be shared.  But I guess not.  I may just invest in a NAS interface like the one from Iomega for my USB drives.
    Hi Cartaphilus1946,
    What type of Interface is being employed by the USB Drives?
    If SATA, you could move all the existing files and folders onto the computer, then buy either the D-Link DNS-321 or D-Link DNS-323 which has a built-in FTP Server. They use SATA Hard Drives.
    Just a thought.
    thecreator - Running Network Magic version -5.5..9195.0-Pure0 on Windows XP Home Edition SP 3
    Running Network Magic version -5.5.9195.0-Pure0 on Wireless Computer with McAfee Personal Firewall Build 11.5.131 Wireless Computer has D-Link DWA-552 connecting to D-Link DIR-655 A3 Router.

Maybe you are looking for

  • How do I connect 2 Cinema Displays to my PowerMac G4?

    I heard I can do this and was wondering what the setup is. I have a 23" display right now and would consider getting a second if it's possible. Thanks.

  • 2 accounts authorized on computer; can only transfer to iPod on one of them

    We have a new Dell laptop running Vista Home Premium. We successfully migrated the library from the previous computer (still in use, so those accounts are still authorized). The problem is with only one of our accounts: When downloading from the iTun

  • JPA Problem: Table not found by JPA run-time

    I am using NetWeaver 7.3 with an MS SQL Server 2008 and have created a EJB and EAR development component, which are correctly set up. I want to access tables in the database. I have the problem that a colleague has created new tables in the database

  • Adobe reader 9 - Updater Plug-in has been removed

    Prior to installing the recent version of Adobe reader, I was able to populate an Adobe reader form. When I now try and populate the same form, I receive an error message "Updater plug-in has been removed. Please re-install Acrobat to continue viewin

  • Error while modifying icon and name in the subpalette

    Hi.... I have made three subVIs and want to distribute as LabVIEW library. I made a llb file and added all three sbVIs in that. And put it in user.lib. In all three dll there are Call Library Function means I have one dll. I have put this DLL in the