A
A
Artyom Mitrofanov2018-10-16 11:25:52
Windows
Artyom Mitrofanov, 2018-10-16 11:25:52

Is it possible to change "removable media" to "hard drive"?

There is a laptop with a built-in hard drive and an SD card slot.
Is it possible to change the type of the inserted SD card from "removable media" to a full-fledged hard drive?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Ezhyg, 2018-10-16
@Green_King

Hitachi Microdrive - driver "making" from a flash drive - a regular disk
a piece of .inf file to understand how the driver will look in the system:

DisplayName    = "Disk Driver"
ServiceType    = 1
StartType      = 0
ErrorControl   = 1
ServiceBinary  = %12%\disk.sys
LoadOrderGroup = SCSI Class

[cfadisk_ServiceInstallSection]
DisplayName    = "CompactFlash Filter Driver"
ServiceType    = 1
StartType      = 3
ErrorControl   = 1
ServiceBinary  = %12%\cfadisk.sys
LoadOrderGroup = Pnp Filter

But even easier:
- make a "mount point" (NTFS allows you to mount a disk in a folder)
- make a hard or symbolic link or link (junction)

D
Drno, 2018-10-16
@Drno

And what is it for? Windows still works with it as with a normal disk.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question