How could I map "This PC\Nokia 1234\Internal shared storage\" to a drive (e.g. E:\)?
Something like:
subst e: "This PC\Nokia 1234\Internal shared storage\"
I tried the subst command but it reported "Path not found"!
This is what I use every day on Windows 10(via a batch script, of course):
net use I: \\192.168.0.2@8000\DavWWWRoot /USER:foo bar
net use X: \\192.168.0.2@9000\DavWWWRoot
Which is nicely summarized for you in this set of my own screenshots.
<https://i.postimg.cc/1zrmSmQc/davroot.jpg>
This is what I use every day on Windows 10(via a batch script, of course): >> net use I: \\192.168.0.2@8000\DavWWWRoot /USER:foo bar
net use X: \\192.168.0.2@9000\DavWWWRoot
Which is nicely summarized for you in this set of my own screenshots.
<https://i.postimg.cc/1zrmSmQc/davroot.jpg>
Thanks. This solution involves the use of networking.
Assuming your Nokia "something" is an Android phone... below
are all the methods I know of to "seamlessly connect" it to a PC.
Assuming your Nokia "something" is an Android phone... below
are all the methods I know of to "seamlessly connect" it to a PC.
Thank you....
I'm always here, as is Paul and as are others, to help people out.
It's odd that only Nokia doesn't supply its own Android USB drivers.
Personally, I long ago forgot that the SUBST command even existed, so
A search for the OP shows also that there is a "Virtual SUBST"--
program. <https://www.ntwind.com/software/visual-subst.html>
"Visual Subst provides you with a clean, simple and distraction-free
user interface where you can manage all your virtual and network
drives at once. It solves four main issues with the built-in
'SUBST' and 'NET USE' commands: it enables editable drive labels,
creates UAC drives for elevated applications, manages Recycle Bin
for deleted items and it restores virtual drives after reboots."
This shows a guy with the opposite problem, in that he has the SUBST
drive and wants to get rid of it for his Android phone working with
Windows. <https://forums.unrealengine.com/t/local-disk-z-appeared-after-building-for-android/397713/8>
And this shows a guy on Android who is told SUBST was worse than
Dokany but that Round-sync was better (although it seems to mount SMB shares). <https://community.cryptomator.org/t/unable-to-share-vault-on-local-network-when-using-winfsp-local-drive/12398/3>
Here is the Round Sync - Rclone for Android web page for those who
care: <https://github.com/newhinton/Round-Sync>
I downloaded it, to test it for the OP, but I'm going on a trip so I
won't have results until later - but the OP might want to take a look
at it. <https://github.com/newhinton/Round-Sync/releases/tag/v2.5.6> <https://github.com/newhinton/Round-Sync/releases/download/v2.5.6/roundsync_v2.5.6-oss-universal-release.apk>
Name: roundsync_v2.5.6-oss-universal-release.apk
Size: 116786852 bytes (111 MiB)
SHA256:
F6827968A7D234CD5440F5C5CCD37F944D4E96C33180EBECEBBBE96992CDCE2F
It seems naturally intuitive to use SMB with Windows - so it's worth
a try.
It's odd that only Nokia doesn't supply its own Android USB drivers.
I think it's odd that it needs a special driver when my flip phone of 20 years ago would simply emulate a USB drive, so it didn't need a special driver. I know MTP works like a client-server database to prevent file corruption, but I don't see why the Windows version of the MTP protocol can't include the ability to assign a drive letter, since Windows
depends on letters.
Personally, I long ago forgot that the SUBST command even existed, so
In alt.msdos.batch.nt we haven't even forgotten the REPLACE command but XCOPY /U works better.
I even remember trying RECOVER on floppies but it never worked. Norton Utilities had an equivalent that did work.
powershell--- Synchronet 3.20a-Linux NewsLink 1.114
get-childItem | sort-object -prop lastWriteTimeUtc | forEach { "{0} {1}" -f $_.lastWriteTimeUtc.toString("yyyyMMddHHmmssffff"), $_.name } > dated.txt
So the OP is stuck with whatever driver that Windows felt was appropriate. Obviously, my suggestion is the generic driver suggested by Google for adb.
That's because adb does everything you could want a program to do, although just plugging an Android phone into Windows pretty much works for everyone.
As far as I recall, we still don't know the OP's Android USB settings.
<https://i.postimg.cc/JnDTWH9M/usb01.jpg> USB default settings
As far as I recall, we still don't know the OP's Android USB settings.
<https://i.postimg.cc/JnDTWH9M/usb01.jpg> USB default settings
Give me some time... too many ideas to try. :)
Note that nowhere does it say anywhere in any of these program
notes that they all default to "DavWWWRoot" meaning the home share.
It's actually surprisingly shocking that not only is "DavWWWRoot"
universally used by all WebDav servers (AFAIK), but NONE of them seem to
tell you that. WTF?
On Tue, 24 Sep 2024 22:51:28 -0000 (UTC), Andrew wrote:
It's actually surprisingly shocking that not only is "DavWWWRoot"
universally used by all WebDav servers (AFAIK), but NONE of them seem to
tell you that. WTF?
The reason is that DavWWWRoot has absolutely nothing to do with Android.
Nor does DavWWWRoot have anything to do with the Android Webdav server APK. You could grep Android Webdave server source code & you'd never find it.
....
So if you knew Windows like everyone else does, you'd have known that the reason it's not mentioned anywhere in your Android documentation is that
it's a common Windows variable (much like %Path% & %Comspec% are).
Well... I just don't understand why the Command Prompt cannot do
whatever File Explorer is doing, including merely a drive letter for a folder visible to File Explorer via a command. Maybe Powershell is the
new hope? I dunno....
It's unrelated to Android nor iOS. :)
...
Let us know how it works, as I see no reason (yet) why it shouldn't work to mount anything you can see in the Windows file explorer as a drive letter.
Sysop: | DaiTengu |
---|---|
Location: | Appleton, WI |
Users: | 991 |
Nodes: | 10 (1 / 9) |
Uptime: | 130:06:03 |
Calls: | 12,960 |
Calls today: | 2 |
Files: | 186,574 |
Messages: | 3,265,981 |