I just bought a new Sony Vaio Laptop. Now I want to create a recovery/backup. There is an option of creating the recovery in a usb flash drive. But I only have an External hard disk. It does not detect this hard disk. in the help pane it says fixed drives will not be recognised. Is it possible to make the External Hard Disk as a usb flash drive?
|
First you need to know how these two types are distinguished. Microsoft has some documentation here: http://www.microsoft.com/whdc/archive/usbfaq.mspx
So you need to change that bit. One way would be to change the firmware in the disk's controller using a vendor specific tool, but this is not always possible. Assuming you use an USB drive, you might want to do a search on the USB vendor/device ID to see if there is a possibility to change that bit. The other (OS specific) way would be to use a filter driver. Since one usually wants to convert removable to fixed disks (since there are limitations for removable drives on Windows) there are filters available e.g. dummydisk.sys by Anton Bassov but I don't know of a driver that does the conversion in the opposite direction. It might be possible to edit the drivers's code to accomplish this but I haven't looked into this. Since there is probably no universal solution that always works you might just want to use another tool that does not have this dumb limitation to backup your data. |
|||
|
|
"Fixed drive" generally means a conventional internal hard drive, connected using ATA or SCSI. External USB hard drives and flash drives both use the same protocol — they're "USB mass storage devices" — so I'd expect that software like your backup tool should treat them the same. |
|||||
|
|
While working with large capacity usb storage drive, they shown as regular fixed drive not as the portable drive in win-7.This might be the case your backup software is not showing you external drive. This might not be the answer you are looking for but still let me make a point you may try other backup software
|
|||
|
|