Welcome, Guest. Please login or register.

Author Topic: Argghhh...rkauer? Somebody help...  (Read 2319 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thomas

Re: Argghhh...rkauer? Somebody help...
« on: July 10, 2007, 06:56:07 AM »
Quote
1. Make invisible to Windozes.


How do you do this ? AFAIK there is no Windows utility which can wipe a HDD in such a way that WinUAE accepts it afterwards.

Quote
2. Start WinUAE -disablehardrivesafetycheck


This makes step one obsolete.

Quote
3. Mount PC drives at startup.


That's nonsense. This option only adds drive letters as virtual HDD directories. This is nothing you can use to prepare the drive for an Amiga. You have to use the "add harddrive" button and choose the right HDD.

Quote
If I make it visible to Windoze, it shows, but WinUAE crashes win I try to format it.


You cannot format a HDD directory. Only real HDD partitions can be formatted. However, WinUAE should not crash anyway.

Quote
I am assuming HDToolbox is SCSI only as nothing ever shows up to it accept SCSI drives.


That's not true. HDToolbox only scans one driver. The driver's name is specified in the icon information or by command line. The default is scsi.device which WinUAE does not have. This is the reason why nothing shows up on the first run. You have to change the driver name to uaehf.device. Either open the icon information and change the tooltype to read SCSI_DEVICE_NAME=uaehf.device or run HDToolbox from a CLI/Shell window with the command line hdtoolbox uaehf.device.

Bye,
Thomas

Offline Thomas

Re: Argghhh...rkauer? Somebody help...
« Reply #1 on: July 10, 2007, 06:28:13 PM »
Quote
I go to My Computer>Manage>Storage>Disk Management and delete the partition.


This only removes the partition, it does not remove the MBR. WinUAE looks for an MBR, it does not care about partitions being present or not.

Quote
Basically, "unprep" for Windoze.


That's not correct. As I said before, there is no way to "unprep" a HDD with Windows only. If you connect a completely new HDD to the PC, Disk Management does not allow you to add partitions. The option is just missing. You first have to right-click on the left part (where "drive 0" or something like this is written) and choose "initialize". This writes an MBR to the disk and allows you to add partitions. Once the MBR has been written, there is no way to remove it without special software. And as long as there is an MBR, WinUAE will ignore the drive, no matter if there are partitions or not. You have to use "-disableharddrivesafetycheck" in this case, even if you delete all partitions.

Bye,
Thomas