Hard drive array losing access - suspect controller - zfs

i am having a problem with one of my arrays, this is a zfs fielsystem.  It consists of a 1x500GB, 2x750GB, and 1x2TB, linear array. the pool is named 'pool'.    I have to mention here, i dont have enough hard drive to have a raidz (raid5) setup yet, so there is no actual redundancy to so the zfs cant auto repair itself from a copy because there is none, therefore all auto repair features can be thrown out the door in this equation meaning i believe its possible that the filesystem can easily be corrupted by the controller in this specific case which i suspect.  Please keep that in mind while reading the following.
I just upgraded my binaries, therefore i removed zfs-fuse and installed archzfs.  did i remove it completely?  not sure.  i wasnt able to get my array back up and running until i fiddled with  the sata cables, moved around the sata connectors, tinkered with bios drive detect. after i got it running, i copied some files off of it from samba thinking it might not last long.  the copy was succesfull, but problems began surfacing again shortly after.  so now i suspect i have a bad controller on my gigabyte board.  I round recently someone else who had this issue so im thinking its not the hard drive. 
I did some smartmontools tests last night and found that ll drives are showing good on a short test, they all passed.  today im not having so much luck with getting access.  there is hangs on reboot, and the drive light stays on.  when i try to run zfs and zpool commands its stating the system is hanging.  i have been getting what appears as HD errors as well, ill have to manually type them in here since no copy and paste from the console to the maching im posting from, and the errors arent showing up via ssh or i would copy them from my terminal tha ti currently have open to here.
ata7: SRST failed (errno=-16)
reset failed, giving up,
end_request I/O error, dev sdc, sector 637543760
' ' ' ' '''' ' ' ''' sector 637543833
sd 6:0:0:0 got wrong page
' ' ' ' ' '' asking for cache data failed
' ' ' ' ' ' assuming drive cache: write through
info task txg_sync:348 blocked for more than 120 seconds
and so forth, and when i boot i see this each time which is making me feel that the HD is going bad, however i still want to believe its the controller.
Note, it seems only those two sectors show up, is it possible that the controller shot out those two sectors with bad data?  {Note, i have had a windows system prior installed on this motherboard and after a few months of running lost a couple raid arrays of data as well.}   
failed command: WRITE DMA EXT
... more stuff here...
ata7.00 error DRDY ERR
ICRC ABRT
blah blah blah.
so now i can give you some info from the diagnosis that im doing on it, copied from a shell terminal.  Note the following metadata errors JUST appeared after i was trying to delete some files, copying didnt cause this, so it apears either something is currently degrading, or it just inevitably happened from a bad controller
[root@falcon wolfdogg]# zpool status -v
pool: pool
state: ONLINE
status: One or more devices are faulted in response to IO failures.
action: Make sure the affected devices are connected, then run 'zpool clear'.
see: http://zfsonlinux.org/msg/ZFS-8000-HC
scan: resilvered 33K in 0h0m with 0 errors on Sun Jul 21 03:52:53 2013
config:
NAME STATE READ WRITE CKSUM
pool ONLINE 0 26 0
ata-ST2000DM001-9YN164_W1E07E0G ONLINE 6 41 0
ata-ST3750640AS_5QD03NB9 ONLINE 0 0 0
ata-ST3750640AS_3QD0AD6E ONLINE 0 0 0
ata-WDC_WD5000AADS-00S9B0_WD-WCAV93917591 ONLINE 0 0 0
errors: Permanent errors have been detected in the following files:
<metadata>:<0x0>
<metadata>:<0x1>
<metadata>:<0x14>
<metadata>:<0x15>
<metadata>:<0x16d>
<metadata>:<0x171>
<metadata>:<0x277>
<metadata>:<0x179>
if one of the devices are faulted, then why are they all 4 stating online???
[root@falcon dev]# smartctl -a /dev/sdc
smartctl 6.1 2013-03-16 r3800 [x86_64-linux-3.9.9-1-ARCH] (local build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Vendor: /6:0:0:0
Product:
User Capacity: 600,332,565,813,390,450 bytes [600 PB]
Logical block size: 774843950 bytes
scsiModePageOffset: response length too short, resp_len=47 offset=50 bd_len=46
scsiModePageOffset: response length too short, resp_len=47 offset=50 bd_len=46
>> Terminate command early due to bad response to IEC mode page
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
my drive list
[root@falcon wolfdogg]# ls -lah /dev/disk/by-id/
total 0
drwxr-xr-x 2 root root 280 Jul 21 03:52 .
drwxr-xr-x 4 root root 80 Jul 21 03:52 ..
lrwxrwxrwx 1 root root 9 Jul 21 03:52 ata-_NEC_DVD_RW_ND-2510A -> ../../sr0
lrwxrwxrwx 1 root root 9 Jul 21 03:52 ata-ST2000DM001-9YN164_W1E07E0G -> ../../sdc
lrwxrwxrwx 1 root root 9 Jul 21 03:52 ata-ST3250823AS_5ND0MS6K -> ../../sdb
lrwxrwxrwx 1 root root 10 Jul 21 03:52 ata-ST3250823AS_5ND0MS6K-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Jul 21 03:52 ata-ST3250823AS_5ND0MS6K-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Jul 21 03:52 ata-ST3250823AS_5ND0MS6K-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Jul 21 03:52 ata-ST3250823AS_5ND0MS6K-part4 -> ../../sdb4
lrwxrwxrwx 1 root root 9 Jul 21 03:52 ata-ST3750640AS_3QD0AD6E -> ../../sde
lrwxrwxrwx 1 root root 9 Jul 21 03:52 ata-ST3750640AS_5QD03NB9 -> ../../sdd
lrwxrwxrwx 1 root root 9 Jul 21 03:52 ata-WDC_WD5000AADS-00S9B0_WD-WCAV93917591 -> ../../sda
lrwxrwxrwx 1 root root 9 Jul 21 03:52 wwn-0x5000c50045406de0 -> ../../sdc
lrwxrwxrwx 1 root root 9 Jul 21 03:52 wwn-0x50014ee1ad3cc907 -> ../../sda
and this one i dont get
[root@falcon dev]# zfs list
no datasets available
i remember creating a dataset last year, why is it reporting none, but still working
is anybody seeing any patterns here?  im prepared to destroy the pool and recreate it just to see if its bad data.But what im thinking to do now is since the problem appears to only be happening on the 2TB drive, either the controller just cant handle it, or the drive is bad.  So, to rule out the controller there might be hope.  I have a scsi card (pci to sata) connected that one of the drives in the array is connected to since i only have 4 sata slots on the mobo, and i keep the 500GB connected to there and have not yet tried the 2tb there yet.  So if i connect this 2TB drive to the scsi i should see the problems disappear, unless the drive got corrupted already. 
Does any experience in the arch forums know whats going on here?  did i mess up by not completely removing zfs-fuse, is my HD going bad, is my controller bad, or did ZFS just get misconfigured?
Last edited by wolfdogg (2013-07-21 19:38:51)

ok, something interesting happened when i connected it (the badly reacting 2TB drive) to the scsi pci card.  first of all no errors on boot.... then take a look at this, some clues to some remanants to the older zfs-fuse setup, and a working pool.
[root@falcon wolfdogg]# zfs list
NAME USED AVAIL REFER MOUNTPOINT
pool 2.95T 636G 23K /pool
pool/backup 2.95T 636G 3.49G /backup
pool/backup/falcon 27.0G 636G 27.0G /backup/falcon
pool/backup/redtail 2.92T 636G 2.92T /backup/redtail
[root@falcon wolfdogg]# zpool status
pool: pool
state: ONLINE
status: The pool is formatted using a legacy on-disk format. The pool can
still be used, but some features are unavailable.
action: Upgrade the pool using 'zpool upgrade'. Once this is done, the
pool will no longer be accessible on software that does not support
feature flags.
scan: resilvered 33K in 0h0m with 0 errors on Sun Jul 21 04:52:52 2013
config:
NAME STATE READ WRITE CKSUM
pool ONLINE 0 0 0
ata-ST2000DM001-9YN164_W1E07E0G ONLINE 0 0 0
ata-ST3750640AS_5QD03NB9 ONLINE 0 0 0
ata-ST3750640AS_3QD0AD6E ONLINE 0 0 0
ata-WDC_WD5000AADS-00S9B0_WD-WCAV93917591 ONLINE 0 0 0
errors: No known data errors
am i looking at a bios update needed here so the controller can talk to the 2TB properly?
Last edited by wolfdogg (2013-07-21 19:50:18)

Similar Messages

  • How do I partition my external hard drive without losing data?

    How do I partition my external hard drive without losing the data already on it? I've been using it with Time Machine on my old computer, but want to use it as a regular drag-and-drop type back up on my new computer. Is there any way to basically split the hard drive so I can still access the Time Machine backups on my old computer, but also be able to use it with my new mac? Thanks!

    If you reformat the drive all data is lost.
    The only way to save the data is to copy it somewhere else during the reformat.
    Drag & drop will not backup things correctly.
    I suggest you set up partition for each Mac and then point Time Machine to each of the partition for each of the Macs.

  • My Mac Book  hard drive is nearly full. How do I move  iTunes music, etc folders to a different location on an external hard drive and still access as if on my Mac?

    My Mac Book  hard drive is nearly full. How do I move  iTunes music, etc folders to a different location on an external hard drive and still access as if on my Mac?

    http://support.apple.com/kb/HT1449

  • If I donwload e-books from various e-book retailers and want to back them up on an external hard drive without losing the format, do I need a special hard drive?

    If I download e-books from various e-book retailers and want to back them up on an external hard drive without losing the format, do I need to know anything special?

    I just looked into this as I was moving my iPad to a new computer for synching.  With no thanks to Kobo for any really useful information on their help site (this discussion was the most useful info I found), I think the following may address your issue with respect to Kobo.
    1. There is not easy or official way to back up Kobo books from your iPad.
    2. Kobo keep track of your personal library.  Go to the Kobo website (Kobo.com) and sign in to your account.  On the very top line is "My Library".  That contains (or at least Kobo says it does) everything you have ever bought from Kobo.  Kobo say that you may download any of this content to other devices you own at no charge.
    3. I synched my iPad to the new computer.  According to Apple, that will delete all my data as the apps are re-installed from the new compute.  While all my apps got moved around from the order I previously had (many thanks Apple), all my books are still there together with my bookmarks etc.  Looks like this did nothing to change any Kobo data.
    While I do not like the idea that I cannot create a backup on my main computer, it is probably safer in the long run that there is a backup at Kobo.  After all, I could lose all my equipment in a fire or something, and then personal  backups would be of little use.

  • How do I import images from my hard drive without losing resolution? My original files after import are significantly smaller. What should I do?

    How do I import images from my hard drive without losing resolution? My original files after import are significantly smaller. What should I do?

    Hi Keith, and all others chiming in, I do have the correct option checked in advanced settings telling iPhoto to copy the images into the library. What is a refernced library? Perhaps this is where I am getting confused. I exported my entire photo library from an old iMac5 to my external hard drive, from there I attempted to import the entire library to my new iMac. Am I overlooking an obvious and easy way to import from the hard drive to the new iMac--I dragged the entire photo pholder from the hard drive to the open window of iPhoto on the new computer. Now, I only get preview file sizes in iPhoto, unless I have my external drive open. Perhaps I need to import the original images from the hard drive in a different way...?! (This is making me feel pretty stupid.)

  • Best way to free up hard drive and still access pics

    My 7 years worth of pics have filled up my hard drive.  What is the best way to use TC (if it can be used for that) to free up my hard drive and still access the pics?  If i also used an external HD plugged into the TC would that show up in my finder?  Thanks in advance

    The TC is a lousy place to locate your photos.. the simple reason is there is no backup.. The whole reason for the TC is a backup.. if you move the picture to the TC there is no automatic backup without setting up software and another device as backup location. So you may as well either.
    1. Put a bigger hard disk in the Mac
    2. Plug in a USB or Firewire drive into your Mac
    3. Get a proper NAS which does auto backup
    4. USB drive connected to the TC will work but is by far the slowest option. The data rate is half that of the same drive connected directly to your computer.
    5. Get a computer as a server into which you can place or attach a heap of hard drives.

  • Storage Spaces - unmark hard drive as "retired" after SATA controller failure

    Hello,
    I am having a problem with Storage Spaces - it won't start recovering the mirror set.
    The mirror set got degraded because one of SATA ports on the controller went bad (I/O errors with any hard drive on that port).
    After the hard drive is reconnected to another port, Storage Spaces still shows the drive as 'Retired'.
    I can unmark the disk by running Set-PhysicalDisk -UniqueID id -Usage AutoSelect
    Then, I can access a Simple (non-mirrored) thin-provisioned virtual disk located on that physical disk, and there are no I/O errors in Event Log, or any other errors.
    But after I attempt to initiate Mirror set repair (Repair-VirtualDisk -FriendlyName mirror), the physical disk becomes 'Retired' again, although no I/O errors have occured.
    Seems that somewhere in the metadata there is incorrect information about actual disk health state, and I need a way to reset it.
    Thank you.

    Thank you for reply.
    Figured out a workaround which solved the problem, however, it is somewhat crude (use at your own risk!):
    1. If there are any non-redundant (simple) virtual disks in the storage pool, back up the data somewhere (they have to be deleted and recreated from scratch)
    2. Disable the spaceport driver (sc config spaceport start= disabled), so you can see the hidden GPT partitions of type 'e75caf8f-f680-4cee-afa3-b001e56efc2d'.
    3. Reboot.
    4. Wipe the affected physical hard disk using diskpart (use
    clean command)
    5. Enable the spaceport driver (sc config spaceport start= boot) and reboot
    6. Now you can add the affected hard disk yet again
    7. At this point - the affected hard disk is listed twice - one in the 'Retired' state, the other is 'Healthy'.
    8. Initiate the repair of the affected mirror virtual disks, and wait for completion
    9. Now you can delete the 'Retired' disk.
    All that said, it would be great to have an option to un-retire a hard disk in place, without going through all that hassle.
    Set-PhysicalDisk -UniqueID id -Usage AutoSelect does not really work (the disk becomes Retired again when starting repair).
    Remove-PhysicalDisk also fails with 'Not supported' error (unless you do the above workaround).
    Thank you.

  • HP SimpleSave External Hard Drive - Can't Access Files, Says to Re-Format

    I have had a SimpleSave External Hard Drive for over a year now, and have never had any problems with it.
    Recently, I am unable to access my files on the hard drive when it is attached to my computer.  It tries to load, and then gives me the error message "You need to format the disk in drive H: before you can use it. Do you want to format it?".  I don't want to format it because I don't want to lose all of the files that I have stored.  When I press "Cancel" i also get the error message "H:\ is not accessible. Data error (cyclic redundancy check). 
    I have not changed anything recently so I do not understand why it has all of a sudden stopped working.
    I am using an HP notebook (G62 Notebook PC) and Windows 7 Home Premium operating system.
    I am connected to the hard drive via USB.  I have tried turning off my computer and turning it back on, and unplugging the drive.  I have tried using other USB outlets.  
    My SimpleSave information: model no hp md1000h 
    P/N HPBAAD0010HBK-00
    The blue light is still blinking on the front of the hard drive.
    I would like to access my files and get the external hard drive working properly again.  Please help!
    Thanks in advance! 

    I too have the exact same problem on my HP SimpleSave (sd500a) external hard drive. I got through to WDC, and they apparently support these devices now. They asked me to send them a copy of my purchase receipt in order to extend my warranty in their system in order to help me (ridiculous!!). I sent the scanned copy of the receipt to [email protected], and got an auto-reply that they will get back to me within 1 day. I also went on their website, and they refer to the device in their system as 'ED Caviar Blue EIDE Hard Drive'. It has the same serial number as my product from HP, so I guess they have acquired these products or at least support of them (?). In any case, I'm freaking out because I have tons of family pictures, video and my entire iTunes library on the device. If any one is able to get help for this, please respond. I am desperate to get this resolved.

  • External hard drive with limited access

    I have a MacMini running Leopard 10.5.8 and have 3 external storage devices.
    Yesterday, I turned on the one with my media files, Samsung Story 1GB, I got a warning.
    Then, I tried Disk Utility but repairing options were grayed out except Verify Disk.
    When I tried that, I got another warning. (I tried to get the screenshots)
    When I click "Get Info" on the Samsung, everything is grayed out.
    I can access the files, but can't edit or move any of them.
    Going thru some forums, being very unfamiliar with Terminal, I nevertheless entered
    ls -alOe /Volumes in the Terminal screen and got the following.
    james-belgins-mac-mini:~ jamesb$ ls -alOe /Volumes
    total 8
    drwxrwxrwt@  4 root    admin  hidden  136  2 Jul 02:36 .
    drwxrwxr-t  35 root    admin  -      1258  2 Jul 02:32 ..
    lrwxr-xr-x   1 root    admin  -         1  2 Jul 02:31 Macintosh HD -> /
    drwxrwxr-x@ 35 jamesb  staff  -      1258 27 Jun 18:00 SAMSUNG
    0: user:jamesb allow list,add_file,search,add_subdirectory,delete_child,readattr,writeattr,readextat tr,writeextattr,reads ecurity
    james-belgins-mac-mini:~ jamesb$
    I can't reformat the disk as I would lose all data. The free space on my Mac's hard drive is not big enough for copying all files and I have no way of getting a new external soon.
    Can anybody help me please?

    I did a quick Google for 'invalid key length' and as far as I can tell you have two options:
    1 - Repair with DiskWarrior
    2 - Backup disk and erase / reformat

  • New Hard drive, can't access certain aspects. Help needed please

    Hi everyone.
    I have an HP Pavilion dv6-6052ea laptop.
    I've been having problems with the hard drive so got a new one installed.
    My main issues are since getting it back, I can't access any of the original HP installations etc (I've downloaded all the drivers I know about through HP).
    The 2 main things I'm missing are 2 things that came with the laptop.
    1: Beats Audio sound system 
    2: Video Graphics: AMD Radeon HD 6490M (1 GB DDR5)
    and I have no idea how to get them back. Can anyone help. Do I need to install specific drivers? I can't find any trace that they exist on my laptop now apart from the stickers on the laptop! Any help is greatly appreciated. 
    I never had any CD back ups for the laptop. I do have the old HP back up etc saved on a USB but I don't know enough about the folders and files to know what I need to look for. (I still have the old hardrive.)
    Again, any help is massively appreciated. Thank you!
    Tony 

    If you used your HP Recovery Media, all factory install drivers and software would have been installed. If you didn't create your HP Recovery Media when you first setup your computer, please contact official HP support in your region / country, via the HP Worldwide Support Portal, to see if HP Recovery Media is available for your computer.
    If a generic Windows 7 installation disc was used, you will need to install all HP specific driver for your computer. Please try IDT High-Definition (HD) Audio Driver, Intel High-Definition (HD) Graphics Driver, and AMD High-Definition Graphics Driver to resolve your missing drivers issues. Windows 7 64-bit driver for your computer can be found on the HP Pavilion dv6-6052ea Entertainment Notebook PC Drivers page.
    If you have any further questions, please don't hesitate to ask.
    Please click the White KUDOS "Thumbs Up" to show your appreciation
    Frank
    {------------ Please click the "White Kudos" Thumbs Up to say THANKS for helping.
    Please click the "Accept As Solution" on my post, if my assistance has solved your issue. ------------V
    This is a user supported forum. I am a volunteer and I don't work for HP.
    HP 15t-j100 (on loan from HP)
    HP 13 Split x2 (on loan from HP)
    HP Slate8 Pro (on loan from HP)
    HP a1632x - Windows 7, 4GB RAM, AMD Radeon HD 6450
    HP p6130y - Windows 7, 8GB RAM, AMD Radeon HD 6450
    HP p6320y - Windows 7, 8GB RAM, NVIDIA GT 240
    HP p7-1026 - Windows 7, 6GB RAM, AMD Radeon HD 6450
    HP p6787c - Windows 7, 8GB RAM, NVIDIA GT 240

  • Old Time Machine Hard Drive - Can't access files?

    Hi
    I have just put an external hard drive I have not used for a approx a year into a spare bay in my Mac Pro.  It has HD video on it, but was surprised when I rebooted my machine to see it is a Time Machine drive (green and white desktop TM hard drive icon).  There is just under 400GB free space of the total 1TB drive, but can only access approx 260GB of that free space.
    So, I am wondering if the remainder of the drive - approx 140GB is an old Time Machine backup from either Lion or Snow Leopard.
    Time Machine can not see the files nor can I access them via Finder.  I only have Mountain Lion on my machine at present, but could partition my Boot SSD drive to add Lion or Snow Leopard on to it.
    Is there any reason why I can't access these TM files if they do existing, or could there be other reasons why this is happening.
    Thanks in advance.
    Matt

    Sorry, I think it's the way I replied to your last question.
    TM remains switched off from doing last clean install and have not used it this time.  I now use an SSD for my boot drive and all my important files I use as and when needed are stored on other hard drives.
    TM at the moment is swtiched off, but with the paddlock open it is asking me to Select Backup Disk - is this what you meant in your last post?  Just wanted to clarify - thanks

  • (New thread) HP SimpleSave md1000h External Hard Drive - Can't Access Files,

    New thread on same old unaswered issues from others.
    My desktop crashed.  It  needs new harddrive.
    I religiously backup my info everyweek on my simplesave md1000h
    However, before I buy a new computer or replace the harddrive on my old computer, I want to at least get my Quicken Checking account info up and running on my wife's  laptop.
    When I plug in the usb for the md1000h into the laptop,
     it recognizes the  hardware is there but, does not show any files.
    I presume my laptop needs the software to run the simple save.
    However, there is nothing out there on the HP site.
    Can anyone confirm that this is the issue...that I need the software...if so, where can I download it from.
    I beleive the softweare came preloaded on the md1000....now I cant access that software....go figure.
    Any help is appreciated.   Thanks.  Greg

    I too have the exact same problem on my HP SimpleSave (sd500a) external hard drive. I got through to WDC, and they apparently support these devices now. They asked me to send them a copy of my purchase receipt in order to extend my warranty in their system in order to help me (ridiculous!!). I sent the scanned copy of the receipt to [email protected], and got an auto-reply that they will get back to me within 1 day. I also went on their website, and they refer to the device in their system as 'ED Caviar Blue EIDE Hard Drive'. It has the same serial number as my product from HP, so I guess they have acquired these products or at least support of them (?). In any case, I'm freaking out because I have tons of family pictures, video and my entire iTunes library on the device. If any one is able to get help for this, please respond. I am desperate to get this resolved.

  • Can I switch external hard drives and still access old Time Machine backups?

    I have a Mac Book Pro linked to 2 1TB external hard drives, one used as my Time Machine Back up, the other used as a manual ad hoc back up and to store even older files.
    The TM back up drive is now full. If I just unplug it/switch it off and plug in and set up a new 2TB hard drive as my TM back up, will I still be able to access the back ups on the original TM drive if necessary, through TM?
    Wil it be a start over situation with the new drive, performing a complete back up to begin with?
    Or would you advise me to transfer the old back folder to the new drive, given that it will be larger?

    Hi den.thed,
    Thank you for this - I think the easy option by far appears to be to leave existing backups on disk 1, and plug in disk 2 and start over.

  • Airport Extreme + shared USB hard drive // Mac + PC Access

    We are getting ready to purchase an Airport Extreme for our home network. Here's what we are working with:
    1) Airport Extreme
    2) MacBook
    3) MacMini
    4) PC
    5) TBD USB hard drive that will be connected to AirPort Extreme *for use as shared hard drive*
    From the Apple website, regarding the Airport Extreme "Hard Drive Sharing":
    +How does it work? Just connect the external hard drive to the USB port on the back of your AirPort Extreme and — voilà — all the documents, videos, photos, and other files on the drive instantly become available to anyone on the secure network, Mac and PC users alike. It’s perfect for file sharing, collaborative projects, and more.+
    Can anyone recommend a specific brand and model USB hard drive that they have experience with in this scenario that was/is used as a shared drive that is accessible from both Macs and PCs?
    I ask this question because I have a WD external hard drive that did not play nice - it was either PC or Mac, not both.
    Thanks

    I have 1-4 and a Seagate FreeAgent Desk drive (not an endorsement, just answering your question), and can access the drive from all of 2-4. How you format the drive and/or what files you store on the drive will affect your ability to access/use those files on the drive from Mac/PC. For example, I can't use my iTunes library stored on the drive from the PC, as it's formatted for Mac. Honestly, I never have accessed the drive from my PC until you asked this question, but it worked!

  • How to format an external hard drive - to be accessed by mac and pc

    I have four large video files on my mac pro that I to transfer to a friend's external hard drive. It's a new hard drive so is unformatted at present. My friend has a Vista laptop and XP PC which I know won't recognise a Mac formatted drive.
    What is the easiest and quickest way to transfer the files (approx 90GB each) to the hard drive. I did consider networking but that might take ages!! :-(( Once on the external drive, my friend wants edit them.
    Thanks for your help in advance.

    Format ur external Hard Disk with HFS format then access it from windows by (HFS Explorer) here is the link of that software
    http://hem.bredband.net/catacombae/hfsx.html
    you can extract anything from HFS format hard disks..the program is free also

Maybe you are looking for

  • How to get mouse properties from Graphs/Charts?

    Hello, My problem is the following: I have a graph that displays some data and two cursors. Next to it is a button that allows users to select whether they want to see all data, or a selection based on the cursors. When in the selection mode, the cur

  • My mac randomly cut off and it won't turn back on, what do I do?

    I just bought my mac the other day and I was about to Facetime someone and it randomly cut off and it will not do anything. It wont even charge. I don't know anything about computers so I have no clue what to do. PLEEEAAASSSEEE HEELLPP!!

  • SQL Loader Truncate and SQL TRUNCATE difference

    Could any one let me know what is difference between truncate used by control file of the SQL Loader and TRUNCATE command used by SQL? Is there any impact or difference of these both over the data files. Thanks

  • ID and PackageFamilyName of Windows viewer

    According to this page http://blog.adrianroselli.com/2013/01/app-store-meta-tags.html it's possible to have smart banner on your website simillar to iOS https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWe bConte

  • ORA-13044: the specified tile size is smaller than the tolerance

    Hi, I get the oracle error ORA-13044: the specified tile size is smaller than the tolerance when I do the following point cloud clip: 8 sdo_geometry(2003,29903, null, 9 mdsys.sdo_elem_info_array(1,1003,3), 10 mdsys.sdo_ordinate_array(316504,316510,23