You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The loop back devices created by losetup can optionally defined DosDevice name to assign drive letter. This will be useful for WIN32 programs to make use of loop back device.
For example when s3backer is ready the file can be used as disk to create NTFS file system on it.
The text was updated successfully, but these errors were encountered:
There is lot more to this than simple DefineDosDevice call. The NtCreateSymbolicLinkObject() is now very restrictive in defining symbolic link in global space \GLOBAL??
After this the device \Device\loop should make use of NT mount manager properly.
The loop back devices created by losetup can optionally defined DosDevice name to assign drive letter. This will be useful for WIN32 programs to make use of loop back device.
For example when s3backer is ready the file can be used as disk to create NTFS file system on it.
The text was updated successfully, but these errors were encountered: