Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.mobile.android > #56592
| From | Arlen Holder <a%rlenh.older@no.spam.net> |
|---|---|
| Newsgroups | comp.mobile.android, alt.comp.os.windows-10, microsoft.public.windowsxp.general |
| Subject | Re: From Windows, how can we open a command line on the Android filesystem? |
| Date | 2018-10-13 06:44 +0000 |
| Organization | Mixmin |
| Message-ID | <pps498$uid$1@news.mixmin.net> (permalink) |
| References | (2 earlier) <ppq8ri$d37$1@news.mixmin.net> <ppqiok$hu3$1@gioia.aioe.org> <4722sdp6acibku9n1n4n2gag4jrm7c337t@4ax.com> <pprfb5$n2o$1@news.mixmin.net> <8kv2sdpbf0crfqa3tsamouja04ct6uo0ei@4ax.com> |
Cross-posted to 3 groups.
On Sat, 13 Oct 2018 00:12:00 -0500, Char Jackson wrote: > Please elaborate. I guess I should have realized ahead of time that adding a WebDav server to Android wasn't going to change anything, where the results would have been essentially the same with _any_ server running on Android, whether they be FTP, HTTP, SMB (if rooted), or WebDav. <https://en.wikipedia.org/wiki/WebDAV> Nonetheless, I ran that test just now, which had predictable results in that it worked fine to mount the entire Android filesystem as a drive letter so that DOS commands would work - but - it only works over WiFi (and not over USB, which is the goal). <http://www.bild.me/bild.php?file=8605173dir05.jpg> Here's my log file in case others wish to improve upon the process. ============================================================ How to mount Android filesystem as a drive letter on Windows over WiFi using a free WebDav server on Android Download and install any desired WebDav server on Android: <https://play.google.com/store/apps/details?id=com.theolivetree.webdavserver> Read basic documentation: <https://www.webdavsystem.com/server/access/windows/> You can run a WebDAV, FTP, HTTP (or even SMB if you're rooted) server on Android, which you can then mount on Windows as a drive letter. <http://www.bild.me/bild.php?file=8605173dir05.jpg> WebDAV: 0. Make sure your Android device is on the local WiFi network 1. Download a WebDav server on Android 2. Start that WebDav Server on Android 3. A message says: "WebDAV server available on http://192.168.1.6:8080" Home directory: /storage/emulated/0, password disabled 4. Change WebDav Server: Settings > Home Directory = Root (/) 5. On Windows, open a r/w network share using the address: http://192.168.1.6:8080 6. Or, on Windows, right click on "ThisPC" & select "Map Network Drive" (Y:) = \\192.168.1.6@8080\DavWWWRoot\ 7. Or, on Windows, in the command line, type: net use X: \\192.168.1.6@8080\DavWWWRoot\ Any of those commands will mount the root of the Android file system as a drive letter on Windows, over WiFI so that you can run DOS commands on that Android file system over WiFi. <http://www.bild.me/bild.php?file=8605173dir05.jpg> But this won't work with USB, which is the desired goal. ============================================================
Back to comp.mobile.android | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-11 19:43 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-11 19:48 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-11 20:19 +0000
Re: From Windows, how can we open a command line on the Android filesystem? "R.Wieser" <address@not.available> - 2018-10-12 08:11 +0200
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-12 13:50 +0000
Re: From Windows, how can we open a command line on the Android filesystem? "R.Wieser" <address@not.available> - 2018-10-12 18:39 +0200
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-12 17:58 +0000
Re: From Windows, how can we open a command line on the Android filesystem? joe <none@domain.invalid> - 2018-10-12 13:11 -0500
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-12 23:05 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Wolf K <wolfmac@sympatico.ca> - 2018-10-12 15:14 -0400
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-12 23:13 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Wolf K <wolfmac@sympatico.ca> - 2018-10-12 19:40 -0400
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-13 00:40 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Wolf K <wolfmac@sympatico.ca> - 2018-10-13 10:16 -0400
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-13 14:24 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Wolf K <wolfmac@sympatico.ca> - 2018-10-13 11:08 -0400
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-13 15:28 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Wolf K <wolfmac@sympatico.ca> - 2018-10-13 11:46 -0400
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-13 16:09 +0000
Re: From Windows, how can we open a command line on the Android filesystem? "R.Wieser" <address@not.available> - 2018-10-12 23:15 +0200
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-12 23:17 +0000
Re: From Windows, how can we open a command line on the Android filesystem? "R.Wieser" <address@not.available> - 2018-10-13 09:04 +0200
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-13 13:54 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Frank Slootweg <this@ddress.is.invalid> - 2018-10-13 14:32 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-13 15:25 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Frank Slootweg <this@ddress.is.invalid> - 2018-10-13 15:54 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-14 01:00 +0000
Advice for Arlen Holder MikeS <MikeS@fred.com> - 2018-10-14 14:19 +0100
Re: From Windows, how can we open a command line on the Android filesystem? Sam Hill <sam@example.com> - 2018-10-12 19:23 +0000
Re: From Windows, how can we open a command line on the Android filesystem? "R.Wieser" <address@not.available> - 2018-10-12 23:33 +0200
Re: From Windows, how can we open a command line on the Android filesystem? Ken Blake <Ken@invalid.news.com> - 2018-10-12 15:15 -0700
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-12 23:31 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-12 23:26 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Char Jackson <none@none.invalid> - 2018-10-12 15:50 -0500
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-13 00:47 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Danny DeVito <invalid@invalid.invalid> - 2018-10-12 20:59 -0400
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-13 02:08 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Danny DeVito <invalid@invalid.invalid> - 2018-10-12 22:30 -0400
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-13 02:38 +0000
Re: From Windows, how can we open a command line on the Android filesystem? "R.Wieser" <address@not.available> - 2018-10-13 10:18 +0200
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-13 13:27 +0000
Re: From Windows, how can we open a command line on the Android filesystem? "R.Wieser" <address@not.available> - 2018-10-13 18:11 +0200
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-13 16:28 +0000
Re: From Windows, how can we open a command line on the Android filesystem? "R.Wieser" <address@not.available> - 2018-10-13 18:56 +0200
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-13 21:06 +0000
Re: From Windows, how can we open a command line on the Android filesystem? "R.Wieser" <address@not.available> - 2018-10-14 00:13 +0200
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-13 23:43 +0000
Re: From Windows, how can we open a command line on the Android filesystem? "R.Wieser" <address@not.available> - 2018-10-14 09:04 +0200
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-14 18:01 +0000
Re: From Windows, how can we open a command line on the Android filesystem? "R.Wieser" <address@not.available> - 2018-10-14 21:56 +0200
Re: From Windows, how can we open a command line on the Android filesystem? Char Jackson <none@none.invalid> - 2018-10-13 00:12 -0500
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-13 06:44 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Frank Slootweg <this@ddress.is.invalid> - 2018-10-12 10:28 +0000
Re: From Windows, how can we open a command line on the Android filesystem? FredW <fredw@ninmule.invalid> - 2018-10-12 16:04 +0200
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-12 16:21 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-12 16:26 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Frank Slootweg <this@ddress.is.invalid> - 2018-10-13 09:37 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-13 13:43 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Frank Slootweg <this@ddress.is.invalid> - 2018-10-13 14:32 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-13 15:35 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Wolf K <wolfmac@sympatico.ca> - 2018-10-13 11:51 -0400
Re: From Windows, how can we open a command line on the Android filesystem? Frank Slootweg <this@ddress.is.invalid> - 2018-10-13 16:08 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-13 16:20 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Frank Slootweg <this@ddress.is.invalid> - 2018-10-13 17:48 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-13 21:22 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Char Jackson <none@none.invalid> - 2018-10-13 20:42 -0500
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-24 10:28 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Frank Slootweg <this@ddress.is.invalid> - 2018-10-14 18:01 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Ken Blake <Ken@invalid.news.com> - 2018-10-14 16:49 -0700
Re: From Windows, how can we open a command line on the Android filesystem? "R.Wieser" <address@not.available> - 2018-10-15 08:34 +0200
Re: From Windows, how can we open a command line on the Android filesystem? Knarf Gewtools <this@ddress.is.invalid> - 2018-10-15 14:23 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Paul <nospam@needed.invalid> - 2018-10-15 13:28 -0400
Re: From Windows, how can we open a command line on the Android filesystem? Knarf Gewtools Slootweg <this@ddress.is.invalid> - 2018-10-15 19:50 +0000
[OT] HowTo: Ignore thread started by poster (was: From Windows, how can we open a command line on the Android filesystem?) Frank Slootweg <this@ddress.is.invalid> - 2018-10-17 17:58 +0000
Re: [OT] HowTo: Ignore thread started by poster (was: From Windows, how can we open a command line on the Android filesystem?) Diesel <me@privacy.net> - 2018-11-05 06:42 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Char Jackson <none@none.invalid> - 2018-10-13 20:35 -0500
Re: From Windows, how can we open a command line on the Android filesystem? Wolf K <wolfmac@sympatico.ca> - 2018-10-13 13:47 -0400
Re: From Windows, how can we open a command line on the Android filesystem? Frank Slootweg <this@ddress.is.invalid> - 2018-10-13 18:09 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Wolf K <wolfmac@sympatico.ca> - 2018-10-13 14:32 -0400
Re: From Windows, how can we open a command line on the Android filesystem? Frank Slootweg <this@ddress.is.invalid> - 2018-10-13 18:49 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Wolf K <wolfmac@sympatico.ca> - 2018-10-13 16:20 -0400
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-13 23:29 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Frank Slootweg <this@ddress.is.invalid> - 2018-10-14 17:50 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Wolf K <wolfmac@sympatico.ca> - 2018-10-14 23:54 -0400
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-13 01:58 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-13 03:27 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-13 04:44 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Frank Slootweg <this@ddress.is.invalid> - 2018-10-13 10:07 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-13 13:53 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-13 14:20 +0000
Re: From Windows, how can we open a command line on the Android filesystem? "R.Wieser" <address@not.available> - 2018-10-13 10:02 +0200
Re: From Windows, how can we open a command line on the Android filesystem? Frank Slootweg <this@ddress.is.invalid> - 2018-10-13 10:01 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-13 13:36 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-13 13:27 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-14 01:30 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-16 00:19 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Frank Slootweg <this@ddress.is.invalid> - 2018-10-16 12:26 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-16 14:00 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-19 23:38 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Frank Slootweg <this@ddress.is.invalid> - 2018-10-20 14:37 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-21 20:26 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-22 19:54 +0000
Re: From Windows, how can we open a command line on the Android filesystem? Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-02 15:15 +0000
csiph-web