![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
![]()
I plugged a MAC-formatted 500GB external hard drive into the USB port
of my Windows XP PC which has 20GB and 40GB "C" and "D" drives. In "Disk Management" I was only given an option to set up a new partition. Now the drive shows as only 17.76GB. http://i290.photobucket.com/albums/l...Management.jpg Can anyone tell me what I did wrong or should do next? Thanks. Darren Harris Staten Island, New York. |
Ads |
#2
|
|||
|
|||
![]()
On 19/10/2011 11:48, Searcher7 wrote:
I plugged a MAC-formatted 500GB external hard drive into the USB port of my Windows XP PC which has 20GB and 40GB "C" and "D" drives. In "Disk Management" I was only given an option to set up a new partition. Now the drive shows as only 17.76GB. http://i290.photobucket.com/albums/l...Management.jpg Can anyone tell me what I did wrong or should do next? Thanks. Darren Harris Staten Island, New York. Disk Management probably cannot recognise the Mac partition and may have only seen free unpartitioned space and used that, hence the small size. If it *can* see all partitions and they add up to around 500GB, just delete them all and create a new one. Otherwise you will need to use a third-party disk management tool which can recognize Mac formats and which will need to be run from a boot CD. This could be a linux 'live' CD (if you know or want to learn about linux), or you could download and burn to CD a partition tool, such as gparted, which should be able to deal with anything, but isn't always straghtforward to use. There may be other free partition managers which can do this. I have used these, but not sure about whether they deal with Mac formats: Easus, Ranish, Partition Wizard, Cute. There are commercial ones too, such as Acronis. HTH -- Rob |
#3
|
|||
|
|||
![]()
Searcher7 wrote:
I plugged a MAC-formatted 500GB external hard drive into the USB port of my Windows XP PC which has 20GB and 40GB "C" and "D" drives. In "Disk Management" I was only given an option to set up a new partition. Now the drive shows as only 17.76GB. http://i290.photobucket.com/albums/l...Management.jpg Can anyone tell me what I did wrong or should do next? Thanks. Darren Harris Staten Island, New York. Your info doesn't seem to line up with what I'm reading here. If the disk was GPT, the "protective MBR" installed is supposed to mark the entire disk suggesting it can't be used. http://en.wikipedia.org/wiki/GUID_Partition_Table You could try PTEDIT32, and see if any suspicious numbers are present. PTEDIT32 tries to read the MBR. If you saw a partition type field value of 0xEE, then you'd suspect it was prepared as a GPT disk. You could take a screen shot of this, once you get it running. By using Windows Disk Management, you've already made changes to the MBR, so the information there is no longer exactly as the Macintosh left it. ftp://ftp.symantec.com/public/englis...s/PTEDIT32.zip If your intention is to repurpose the disk solely for Windows, then you should be able to erase it and start from scratch. The question then would be, what is a good way to do this. OK, the Windows "diskpart" tool may be able to do this. Diskpart is a command line tool. It takes multiple commands, to achieve results. First, you have to "select" a disk, and then apply commands to it (look for some sample diskpart scripts on the web, to see how a typical session is done). The most promising lead, is the "clean" command. There are other disk deleting programs that might work. Virtually anything you use, has some element of danger associated with it (i.e. erasing the wrong disk), so be careful. http://technet.microsoft.com/en-us/l...65(WS.10).aspx Paul |
#5
|
|||
|
|||
![]()
On Oct 19, 10:02*am, Paul wrote:
Searcher7wrote: I plugged a MAC-formatted 500GB external hard drive into the USB port of my Windows XP PC which has 20GB and 40GB "C" and "D" drives. In "Disk Management" I was only given an option to set up a new partition. Now the drive shows as only 17.76GB. http://i290.photobucket.com/albums/l.../Computer/Comp... Can anyone tell me what I did wrong or should do next? Thanks. Darren Harris Staten Island, New York. Your info doesn't seem to line up with what I'm reading here. If the disk was GPT, the "protective MBR" installed is supposed to mark the entire disk suggesting it can't be used. http://en.wikipedia.org/wiki/GUID_Partition_Table You could try PTEDIT32, and see if any suspicious numbers are present. PTEDIT32 tries to read the MBR. If you saw a partition type field value of 0xEE, then you'd suspect it was prepared as a GPT disk. You could take a screen shot of this, once you get it running. By using Windows Disk Management, you've already made changes to the MBR, so the information there is no longer exactly as the Macintosh left it. ftp://ftp.symantec.com/public/englis...q/utilities/PT... If your intention is to repurpose the disk solely for Windows, then you should be able to erase it and start from scratch. The question then would be, what is a good way to do this. OK, the Windows "diskpart" tool may be able to do this. Diskpart is a command line tool. It takes multiple commands, to achieve results. First, you have to "select" a disk, and then apply commands to it (look for some sample diskpart scripts on the web, to see how a typical session is done). The most promising lead, is the "clean" command. There are other disk deleting programs that might work. Virtually anything you use, has some element of danger associated with it (i.e. erasing the wrong disk), so be careful. http://technet.microsoft.com/en-us/l...65(WS.10).aspx * * Paul Nothing is ever simple. :-( I have no idea what "GPT", "MBR" are, and I typed "PTEDIT32" in "RUN" and "Search" and came up with nothing. I don't know anything about command lines. I really need *complete* instructions on how to format an external disk connected via USB. Instructions that account for *every* screen I encounter and *every* key-stroke I will have to make. Does anything like that exist? Thanks. Darren Harris Staten Island, New York. |
#6
|
|||
|
|||
![]()
On Oct 19, 1:09*pm, "Lynsey Doyle" wrote:
"Searcher7" a écrit dans le message de groupe de discussion : ... I plugged a MAC-formatted 500GB external hard drive into the USB port of my Windows XP PC which has 20GB and 40GB "C" and "D" drives. In "Disk Management" I was only given an option to set up a new partition. Now the drive shows as only 17.76GB. http://i290.photobucket.com/albums/l.../Computer/Comp... Can anyone tell me what I did wrong or should do next? Have you formatted the disk? If not do so. Right click on the disk in 'My Computer'. A Quick Format will do Thanks. I just re-formatted, but it appears to have changed nothing. Darren Harris Staten Island, New York. |
#7
|
|||
|
|||
![]() "Searcher7" a écrit dans le message de groupe de discussion : ... On Oct 19, 1:09 pm, "Lynsey Doyle" wrote: "Searcher7" a écrit dans le message de groupe de discussion : ... I plugged a MAC-formatted 500GB external hard drive into the USB port of my Windows XP PC which has 20GB and 40GB "C" and "D" drives. In "Disk Management" I was only given an option to set up a new partition. Now the drive shows as only 17.76GB. http://i290.photobucket.com/albums/l.../Computer/Comp... Can anyone tell me what I did wrong or should do next? Have you formatted the disk? If not do so. Right click on the disk in 'My Computer'. A Quick Format will do Thanks. I just re-formatted, but it appears to have changed nothing. Darren Harris Staten Island, New York. You've reformatted the same partition, seen next to it, in disk management, where you have 448 gb unallocated, the rest of the disk therefore. That"s the partion you need to format. You'll end up with two partitions, the one you've seen and the rest. Under XP fdisk will allow you to erase the first partition and make the whole disk into just one partition. In the Run menu of XP (via the Start button) type cmd then, in the windows that opens, type fdisk or fdisk /? for help with the syntax (space before the /) |
#8
|
|||
|
|||
![]()
On 10/19/2011 05:48 AM, Searcher7 wrote:
I plugged a MAC-formatted 500GB external hard drive into the USB port of my Windows XP PC which has 20GB and 40GB "C" and "D" drives. In "Disk Management" I was only given an option to set up a new partition. Now the drive shows as only 17.76GB. http://i290.photobucket.com/albums/l...Management.jpg Can anyone tell me what I did wrong or should do next? Thanks. Darren Harris Staten Island, New York. go back to disk management then *delete* the partition you have just formatted. Now the entire drive should be free space and you can make one large NTFS partition |
#9
|
|||
|
|||
![]()
Searcher7 wrote:
On Oct 19, 10:02 am, Paul wrote: Searcher7wrote: I plugged a MAC-formatted 500GB external hard drive into the USB port of my Windows XP PC which has 20GB and 40GB "C" and "D" drives. In "Disk Management" I was only given an option to set up a new partition. Now the drive shows as only 17.76GB. http://i290.photobucket.com/albums/l.../Computer/Comp... Can anyone tell me what I did wrong or should do next? Thanks. Darren Harris Staten Island, New York. Your info doesn't seem to line up with what I'm reading here. If the disk was GPT, the "protective MBR" installed is supposed to mark the entire disk suggesting it can't be used. http://en.wikipedia.org/wiki/GUID_Partition_Table You could try PTEDIT32, and see if any suspicious numbers are present. PTEDIT32 tries to read the MBR. If you saw a partition type field value of 0xEE, then you'd suspect it was prepared as a GPT disk. You could take a screen shot of this, once you get it running. By using Windows Disk Management, you've already made changes to the MBR, so the information there is no longer exactly as the Macintosh left it. ftp://ftp.symantec.com/public/englis...q/utilities/PT... If your intention is to repurpose the disk solely for Windows, then you should be able to erase it and start from scratch. The question then would be, what is a good way to do this. OK, the Windows "diskpart" tool may be able to do this. Diskpart is a command line tool. It takes multiple commands, to achieve results. First, you have to "select" a disk, and then apply commands to it (look for some sample diskpart scripts on the web, to see how a typical session is done). The most promising lead, is the "clean" command. There are other disk deleting programs that might work. Virtually anything you use, has some element of danger associated with it (i.e. erasing the wrong disk), so be careful. http://technet.microsoft.com/en-us/l...65(WS.10).aspx Paul Nothing is ever simple. :-( I have no idea what "GPT", "MBR" are, and I typed "PTEDIT32" in "RUN" and "Search" and came up with nothing. I don't know anything about command lines. I really need *complete* instructions on how to format an external disk connected via USB. Instructions that account for *every* screen I encounter and *every* key-stroke I will have to make. Does anything like that exist? Thanks. Darren Harris Staten Island, New York. If you had clicked the ftp.symantec.com link, a download would start for PTEDIT32.zip . ftp://ftp.symantec.com/public/englis...s/PTEDIT32.zip When it arrives, you unzip the contents of the download, and end up with "ptedit32.exe" . (Try right-click and Extract for example.) Running ptedit32.exe gives you the ptedit32 window, which is one of four example programs I took a screen shot of a while back. You can see an example of a PTEDIT32 screen here. (When your browser loads this, use the "magnify" feature to zoom in. My browser cursor has a "+" to signify clicking will zoom in.) http://img12.imageshack.us/img12/5544/disks.gif The purpose of PTEDIT32, is to examine the contents of the primary partition table, on a hard drive. In Windows, a lot of the older disk setups, will be MBR based, and make actual use of the MBR. In the case of GPT disks, which it's possible your Mac disk is a member, the MBR is loaded with info to prevent accidents on MBR computers (like your WinXP machine). And I was going to search for such evidence, by using PTEDIT32. A partition type of "EE" would be evidence of a GPT prepared disk. If you want to play with that tool, to display the MBR, you can. You can overwrite the MBR with PTEDIT32, so you could change all the partition type values to 00, save, and exit. And then, perhaps after a reboot, the disk would be more well behaved. Instead, we'll use DBAN, which is the third "chunk" in this post. ******* This section, is how you'd use Diskpart to *try* to do the job. Since I cannot guarantee the results of this, I'll go easy on the details. In other words, I won't bother with this way of doing it, because I cannot guarantee the results will be done in one step. While in theory, the "clean" step will delete the MBR, it may also get hung up Start : Programs : Accessories : Command Prompt diskpart list disk select disk 2 --- substitute the disk number of the 500GB disk Use the output of "list disk" to figure it out clean --- This erases the disk we just selected exit (close MSDOS window) ******* Now, this is more of a "hammer" type solution. The danger with doing it this way, is it does "too good" a job :-) See the warning in step 3, for safety. 1) Download DBAN disk eraser. http://www.dban.org/ Go to download page. http://www.dban.org/download Click this link on the page. "DBAN 2.2.6 Beta for CD-R and DVD-R media. (Burn this file to a blank disc and boot the computer with it. Do not unzip this file.)" The link is as follows. https://sourceforge.net/projects/dba...6.iso/download You should end up with this file in your downloads directory. dban-2.2.6_i586.iso 10,598KB 10/19/2011 6PM 2) Next, you need a CD/DVD burner, and the ability to burn a CD. If you don't have burning software, download Imgburn. Details on the main Imgburn product site are here, as well as a picture of the interface. Imgburn is free as far as I know. It was free when I got it. http://en.wikipedia.org/wiki/Imgburn You want "Write Image File To Disk", the upper left option. When prompted, point Imgburn at the dban-2.2.6_i586.iso file. Insert a blank CD in your burner, and complete the burning of a CD. This is your "eraser CD", good for erasing any hard drive in the future. It's a very thorough tool, so no traces will be left. http://upload.wikimedia.org/wikipedi...screenshot.png Basically, what you need, is a CD/DVD burning program, that knows how to convert an ISO9660 file, into a boot CD. You can also do that with Nero. 3) *Important* *Please read this step* Shut down the computer (windows shutdown menu). Disconnect your 20GB and 40GB drives. You don't want them to be erased. Leave only the 500GB drive connected. DBAN can erase up to 99 disks simultaneously. Users of this tool have made mistakes before, like erasing their "backup" hard drive, by leaving it connected to the computer. Make sure any hard drives or other storage devices you don't want erased, are disconnected before the next step. 4) Make sure the CD drive is in the BIOS boot order, before the hard drive. This is so the DBAN CD will be used for booting the computer. 5) Now, insert the DBAN CD and boot the computer with it. The easiest way to have achieved this, would be to leave the DBAN CD in the CD drive on step (2), and then just do a Windows shutdown, so the CD is ready on the next boot. 6) Assuming DBAN boots, it offers these options. "You may enter these commands at the boot prompt. In each case, all disks in the computer will be wiped automatically without confirmation. dod Wipe all disks with the DoD 5220.22-M method. dodshort Wipe all disks with the short DoD 5220.22-M method. (Default.) ops2 Wipe all disks with the RCMP TSSIT OPS-II method. gutmann Wipe all disks with the Gutmann method. prng Wipe all disks with the PRNG Stream method. quick Wipe all disks with the Quick Erase method." When you see "boot:", enter the word "quick" as your choice. As far as I know, that's one pass over the 500GB drive. At 100MB/sec erase speed, that might take close to two hours. We wouldn't have to do it this way, if using some other commands, but it takes too long to explain how to use them. The explanation for DBAN is shorter, but the "total project time" is longer. I tested DBAN in a virtual machine, and after entering "quick", it took maybe 30 seconds for the tool to display the name of the disk and progress details of the erasure. It did *not* prompt me to identify a disk to erase. It erased *all* the virtual disks in my VM. That's why you need to unplug the disks you want to keep, or else. There are *no* data recovery options after a DBAN run. Everything is *gone* , guaranteed. Since the program stops at the "Boot:" prompt and waits for that one piece of user input (the erasure type to be run), it's relatively safe if you run the CD by accident. Just don't give it a chance to do anything. Eject the CD and press the reset button, if you want to escape. Don't type "quick" in there, unless you're prepared to erase disk(s). If you had 99 disks connected, it would erase all 99 disks in parallel. All the disk lights would flash 100% brightness, until they were all erased. 7) Eject the CD, shut down, reconnect the 20 and 40GB drives, and give Windows Disk Management (diskmgmt.msc) another try after you boot back into Windows. I don't think this is a 48 bit LBA problem, because the disk is getting reported as 500GB, rather than 137GB. So after being erased, it should be possible to make the ~500GB partition. ******* If you don't like any of this, just say so :-) Maybe someone else has an easier erasure recipe. Since you managed to get the 500GB disk connected, my assumption is that you're comfortable with cabling up of the disk drives, and have figured out how to do that. HTH, Paul |
#10
|
|||
|
|||
![]()
On Oct 19, 6:40*pm, Paul wrote:
Searcher7 wrote: On Oct 19, 10:02 am, Paul wrote: Searcher7wrote: I plugged a MAC-formatted 500GB external hard drive into the USB port of my Windows XP PC which has 20GB and 40GB "C" and "D" drives. In "Disk Management" I was only given an option to set up a new partition. Now the drive shows as only 17.76GB. http://i290.photobucket.com/albums/l.../Computer/Comp.... Can anyone tell me what I did wrong or should do next? Thanks. Darren Harris Staten Island, New York. Your info doesn't seem to line up with what I'm reading here. If the disk was GPT, the "protective MBR" installed is supposed to mark the entire disk suggesting it can't be used. http://en.wikipedia.org/wiki/GUID_Partition_Table You could try PTEDIT32, and see if any suspicious numbers are present. PTEDIT32 tries to read the MBR. If you saw a partition type field value of 0xEE, then you'd suspect it was prepared as a GPT disk. You could take a screen shot of this, once you get it running. By using Windows Disk Management, you've already made changes to the MBR, so the information there is no longer exactly as the Macintosh left it.. ftp://ftp.symantec.com/public/englis...q/utilities/PT.... If your intention is to repurpose the disk solely for Windows, then you should be able to erase it and start from scratch. The question then would be, what is a good way to do this. OK, the Windows "diskpart" tool may be able to do this. Diskpart is a command line tool. It takes multiple commands, to achieve results. First, you have to "select" a disk, and then apply commands to it (look for some sample diskpart scripts on the web, to see how a typical session is done). The most promising lead, is the "clean" command. There are other disk deleting programs that might work. Virtually anything you use, has some element of danger associated with it (i.e. erasing the wrong disk), so be careful. http://technet.microsoft.com/en-us/l...65(WS.10).aspx * * Paul Nothing is ever simple. :-( I have no idea what "GPT", "MBR" are, and I typed "PTEDIT32" in "RUN" and "Search" and came up with nothing. I don't know anything about command lines. I really need *complete* instructions on how to format an external disk connected via USB. Instructions that account for *every* screen I encounter and *every* key-stroke I will have to make. Does anything like that exist? Thanks. Darren Harris Staten Island, New York. If you had clicked the ftp.symantec.com link, a download would start for PTEDIT32.zip . ftp://ftp.symantec.com/public/englis...q/utilities/PT... When it arrives, you unzip the contents of the download, and end up with "ptedit32.exe" . (Try right-click and Extract for example.) Running ptedit32.exe gives you the ptedit32 window, which is one of four example programs I took a screen shot of a while back. You can see an example of a PTEDIT32 screen here. (When your browser loads this, use the "magnify" feature to zoom in. My browser cursor has a "+" to signify clicking will zoom in.) http://img12.imageshack.us/img12/5544/disks.gif The purpose of PTEDIT32, is to examine the contents of the primary partition table, on a hard drive. In Windows, a lot of the older disk setups, will be MBR based, and make actual use of the MBR. In the case of GPT disks, which it's possible your Mac disk is a member, the MBR is loaded with info to prevent accidents on MBR computers (like your WinXP machine). And I was going to search for such evidence, by using PTEDIT32. A partition type of "EE" would be evidence of a GPT prepared disk. If you want to play with that tool, to display the MBR, you can. You can overwrite the MBR with PTEDIT32, so you could change all the partition type values to 00, save, and exit. And then, perhaps after a reboot, the disk would be more well behaved. Instead, we'll use DBAN, which is the third "chunk" in this post. ******* This section, is how you'd use Diskpart to *try* to do the job. Since I cannot guarantee the results of this, I'll go easy on the details.. In other words, I won't bother with this way of doing it, because I cannot guarantee the results will be done in one step. While in theory, the "clean" step will delete the MBR, it may also get hung up * * Start : Programs : Accessories : Command Prompt * * diskpart * * list disk * * select disk 2 * * * * * * *--- substitute the disk number of the 500GB disk * * * * * * * * * * * * * * * * * * Use the output of "list disk" to figure it out * * clean * * * * * * * * * * *--- This erases the disk we just selected * * exit * * (close MSDOS window) ******* Now, this is more of a "hammer" type solution. The danger with doing it this way, is it does "too good" a job :-) See the warning in step 3, for safety. 1) Download DBAN disk eraser. * *http://www.dban.org/ * * Go to download page. * *http://www.dban.org/download * * Click this link on the page. * * * *"DBAN 2.2.6 Beta for CD-R and DVD-R media. * * * * (Burn this file to a blank disc and boot the computer with it. * * * * *Do not unzip this file.)" * * The link is as follows. * *https://sourceforge.net/projects/dba....2.6/dban-2..2.... * * You should end up with this file in your downloads directory. * * dban-2.2.6_i586.iso * *10,598KB * *10/19/2011 6PM 2) Next, you need a CD/DVD burner, and the ability to burn a CD. * * If you don't have burning software, download Imgburn. Details * * on the main Imgburn product site are here, as well as a picture * * of the interface. Imgburn is free as far as I know. It was free * * when I got it. * *http://en.wikipedia.org/wiki/Imgburn * * You want "Write Image File To Disk", the upper left option. * * When prompted, point Imgburn at the dban-2.2.6_i586.iso file. * * Insert a blank CD in your burner, and complete the burning of a CD. * * This is your "eraser CD", good for erasing any hard drive in the * * future. It's a very thorough tool, so no traces will be left. * *http://upload.wikimedia.org/wikipedi...screenshot.png * * Basically, what you need, is a CD/DVD burning program, that knows how * * to convert an ISO9660 file, into a boot CD. You can also do that with * * Nero. 3) *Important* * * *Please read this step* * * Shut down the computer (windows shutdown menu). * * Disconnect your 20GB and 40GB drives. You don't want them to be erased. * * Leave only the 500GB drive connected. * * DBAN can erase up to 99 disks simultaneously. Users of this tool * * have made mistakes before, like erasing their "backup" hard drive, * * by leaving it connected to the computer. Make sure any hard drives * * or other storage devices you don't want erased, are disconnected * * before the next step. 4) Make sure the CD drive is in the BIOS boot order, before the hard * * drive. This is so the DBAN CD will be used for booting the computer. 5) Now, insert the DBAN CD and boot the computer with it. * * The easiest way to have achieved this, would be to leave the DBAN * * CD in the CD drive on step (2), and then just do a Windows shutdown, * * so the CD is ready on the next boot. 6) Assuming DBAN boots, it offers these options. * * "You may enter these commands at the boot prompt. In each case, * * *all disks in the computer will be wiped automatically without * * *confirmation. * * *dod * * * Wipe all disks with the DoD 5220.22-M method. * * *dodshort *Wipe all disks with the short DoD 5220.22-M method.. (Default.) * * *ops2 * * *Wipe all disks with the RCMP TSSIT OPS-II method. * * *gutmann * Wipe all disks with the Gutmann method. * * *prng * * *Wipe all disks with the PRNG Stream method. * * *quick * * Wipe all disks with the Quick Erase method." * * When you see "boot:", enter the word "quick" as your choice. * * As far as I know, that's one pass over the 500GB drive. At 100MB/sec * * erase speed, that might take close to two hours. We wouldn't have to * * do it this way, if using some other commands, but it takes too long to * * explain how to use them. The explanation for DBAN is shorter, but the * * "total project time" is longer. * * I tested DBAN in a virtual machine, and after entering "quick", it * * took maybe 30 seconds for the tool to display the name of the disk * * and progress details of the erasure. It did *not* prompt me to * * identify a disk to erase. It erased *all* the virtual disks in * * my VM. That's why you need to unplug the disks you want to keep, * * or else. There are *no* data recovery options after a DBAN run. * * Everything is *gone* , guaranteed. * * Since the program stops at the "Boot:" prompt and waits for * * that one piece of user input (the erasure type to be run), it's * * relatively safe if you run the CD by accident. Just don't give it * * a chance to do anything. Eject the CD and press the reset button, * * if you want to escape. Don't type "quick" in there, unless you're * * prepared to erase disk(s). If you had 99 disks connected, it would * * erase all 99 disks in parallel. All the disk lights would flash * * 100% brightness, until they were all erased. 7) Eject the CD, shut down, reconnect the 20 and 40GB drives, and * * give Windows Disk Management (diskmgmt.msc) another try after you * * boot back into Windows. I don't think this is a 48 bit LBA problem, because the disk is getting reported as 500GB, rather than 137GB. So after being erased, it should be possible to make the ~500GB partition. ******* If you don't like any of this, just say so :-) Maybe someone else has an easier erasure recipe. Since you managed to get the 500GB disk connected, my assumption is that you're comfortable with cabling up of the disk drives, and have figured out how to do that. HTH, * * * Paul Thanks. I copied that long post of yours for future reference, because I plan to get a couple more external drives.(They are usually used and gotten via Craigslist or eBay). :-) I all honesty, I'm amazed that these things can be so complicated. That said, I did what Philo said and deleted the partition in "Disk Management". It was that easy. Apparently, the first time around I didn't get all the options for partition size. It took three hours to format and now I have 465.76GB NTFS to work with. Thanks again. Darren Harris Staten Island, New York. |
#11
|
|||
|
|||
![]()
Searcher7 wrote:
Thanks. I copied that long post of yours for future reference, because I plan to get a couple more external drives.(They are usually used and gotten via Craigslist or eBay). :-) I all honesty, I'm amazed that these things can be so complicated. That said, I did what Philo said and deleted the partition in "Disk Management". It was that easy. Apparently, the first time around I didn't get all the options for partition size. It took three hours to format and now I have 465.76GB NTFS to work with. Thanks again. Darren Harris Staten Island, New York. Well, what threw me off, was your claim that you could only make the partition 17.76GB on the first attempt. What may have happened, is the Mac disk was GPT, and the MBR value was intended to be "protective". And somehow, the "Protective" value left room for a 17.76GB partition. It wasn't supposed to leave room for anything. Then, after creating that partition, WinXP no longer recognized the fact it was a GPT disk (MBR lost the 0xEE partition type value, something you could have seen with PTEDIT32). And maybe then, having overwritten the MBR with something "WinXP friendly", Philo's idea of just deleting it and making it again, worked. If you prepare a disk on the Mac again some time, have a look with PTEDIT32 to satisfy your curiosity, in terms of whether the MBR had a 0xEE partition type, and whether it leaves room to sneak in a small partition. The Wikipedia article claims the protection partition declaration is supposed to cover the entire disk. (I.e. The MBR declaration is a "fake", intended to scare off GPT-unfriendly OSes.) The fact that you could make a change to it in WinXP, suggests whatever was written in the MBR, just wasn't good enough. This stuff isn't that complicated. Usually, all it takes is some tools to allow viewing the disk contents, and some good web articles. The easiest way to pass a disk between WinXP and OSX, is probably to prep the disk on WinXP and use a regular MBR setup. As far as I know, OSX can mount FAT32 and NTFS, just like a Linux can, and will play nicely if you move the WinXP prepared disk back and forth. It would appear moving the Mac prepared disk, over to WinXP, didn't work out quite as well. Since I stopped buying new versions of the OS for my old Mac, there hasn't been much need to follow the file system developments. In the past, I've just used FAT32 for this (moving files Mac -- PC). Paul |
#12
|
|||
|
|||
![]()
Searcher7 wrote:
Thanks. I copied that long post of yours for future reference, because I plan to get a couple more external drives.(They are usually used and gotten via Craigslist or eBay). :-) I all honesty, I'm amazed that these things can be so complicated. That said, I did what Philo said and deleted the partition in "Disk Management". It was that easy. Apparently, the first time around I didn't get all the options for partition size. It took three hours to format and now I have 465.76GB NTFS to work with. Thanks again. Darren Harris Staten Island, New York. I found another reference here, to working with Protective MBR disks. It's interesting that they make the distinction that a Macintosh boot disk would be GPT, implying that Macintosh data disks (something you're using for backup) might not be that way. http://seagate.custkb.com/seagate/cr...p?DocId=207837 In their sample screenshot of Disk Management, they show what a Protective MBR disk would look like. You couldn't have had that present on the disk. I don't know what you had, but it probably wasn't exactly like this. http://support.seagate.com/kbimg/207837-1.jpg Paul |
#13
|
|||
|
|||
![]()
On Wed, 19 Oct 2011 03:48:02 -0700 (PDT), Searcher7 wrote:
I plugged a MAC-formatted 500GB external hard drive into the USB port of my Windows XP PC which has 20GB and 40GB "C" and "D" drives. In "Disk Management" I was only given an option to set up a new partition. Now the drive shows as only 17.76GB. http://i290.photobucket.com/albums/l...Management.jpg Can anyone tell me what I did wrong or should do next? Thanks. Darren Harris Staten Island, New York. Windows's Disk Management leaves a lot to be desired. Download "Free Magic Partition" Plug the external drive in and run the program. Delete ALL the partitions on the USB drive, then create a new partition and format it (Quick). http://www.partitionwizard.com/index.html Unk |
#14
|
|||
|
|||
![]()
On Oct 20, 6:01*am, Paul wrote:
Searcher7 wrote: Thanks. I copied that long post of yours for future reference, because I plan to get a couple more external drives.(They are usually used and gotten via Craigslist or eBay). :-) I all honesty, I'm amazed that these things can be so complicated. That said, I did what Philo said and deleted the partition in "Disk Management". It was that easy. Apparently, the first time around I didn't get all the options for partition size. It took three hours to format and now I have 465.76GB NTFS to work with. Thanks again. Darren Harris Staten Island, New York. I found another reference here, to working with Protective MBR disks. It's interesting that they make the distinction that a Macintosh boot disk would be GPT, implying that Macintosh data disks (something you're using for backup) might not be that way. http://seagate.custkb.com/seagate/cr...h.jsp?DocId=20.... In their sample screenshot of Disk Management, they show what a Protective MBR disk would look like. You couldn't have had that present on the disk. I don't know what you had, but it probably wasn't exactly like this. http://support.seagate.com/kbimg/207837-1.jpg * * Paul No it definitely wasn't. I've notice that things are not always exactly the way the manufacturers say they are. :-) Darren Harris Staten Island, New York. |
Thread Tools | |
Display Modes | |
|
|