I have a Maxtor external Firewire drive that is specifically for Macs. Is it possible to bomb the firmware into oblivion and make Windows recognize it as a mass storage device? Plugging it in does nothing but confuzzle Windoze.
Check the file system - reformat it to fat32 and almost any OS will read and write it.I have a Maxtor external Firewire drive that is specifically for Macs. Is it possible to bomb the firmware into oblivion and make Windows recognize it as a mass storage device? Plugging it in does nothing but confuzzle Windoze.
That's the issue...Windows doesn't recognize it...at all. Not as a drive, just as an unknown Firewire device.Check the file system - reformat it to fat32 and almost any OS will read and write it.
If its a big HDD you'll need something like this:
http://www.partedmagic.com/
To make a huge single FAT32 partition.
Try to access it with parted magic boot CD from a PC.That's the issue...Windows doesn't recognize it...at all. Not as a drive, just as an unknown Firewire device.
Know where I can find one before I go Dr. Frankenstein with my jeweler's screwdriver? Everything I've read says XP has some already, but it's not pulling any up.Depends on the chipset. Most firewire drives install a generic firewire driver included with windows and work just like USB drives do.
See:Yeah, I just opened it up...actually an IDE drive. Glorious. I don't actually need an external, so I just (after digging around for a long while to find an IDE cable...my machine is entirely SATA) plugged it in and formatted it as FAT32 with partmagic. Now to find a decent backup utility...
Oooh! Ghetto BASIC programs! I like your style...It will do until Time Machine takes overSee:
http://www.ridemonkey.com/forums/showpost.php?p=1944981&postcount=5
In the example X is your new internal drive letter
Its super fast - only copies over new or modified files. My personal backup script is 230 bytes - can't beat that...Oooh! Ghetto BASIC programs! I like your style...It will do until Time Machine takes over
I'm digging it - nice example of KISS. Going to be Hackintoshing with Leopard here shortly and may have to nuke the Raptor...Its super fast - only copies over new or modified files. My personal backup script is 230 bytes - can't beat that...
Best to experiment with new OS in VMware Workstation until you got it down and are sure you want it. Especially a good idea with a hacked OS:I'm digging it - nice example of KISS. Going to be Hackintoshing with Leopard here shortly and may have to nuke the Raptor...
edit: I downloaded some freaky german file recovery freeware util, and it sees the files - thank god...@echo off
set drive=I:\Backup
set backupcmd=xcopy /s /c /d /e /h /i /r /k /y
echo ### Backing up Documents...
%backupcmd% "E:\" "%drive%"
echo Backup Complete!
@pause
I don't want to see anything described as "freaky german."edit: I downloaded some freaky german file recovery freeware util, and it sees the files - thank god...
You forgot abort. I never understood what the difference between abort and fail was...then again, I was five.Reboot, Retry, or Fail
F-Partition MagicYou forgot abort. I never understood what the difference between abort and fail was...then again, I was five.
Partition Magic isn't reformatting the data drive after the OSX installer fvcked it up. Grrrr.
That's the one. Having a bit of difficulty.Did you use http://www.pcinspector.de/Sites/file_recovery/info.htm?language=1 from Convar?