Click to See Complete Forum and Search --> : tumblingdown, and anyone else that can help please!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
zmerlinz
Nov 29th, 2000, 01:17 PM
When dennis wanted to create a virtual drive, i thought that it would be very beneficial for me to have one, you gave him the following information
set up a share (right click | sharing) on a folder (like c:\data\share_data) then at a prompt type
net use X: \\computername\share_data
to create your virtual drive.
but it doesn't work for me it ust says that this is not possble, can you please help at all
the folder is in c:\Visual Basic
cheer
oetje
Nov 29th, 2000, 01:24 PM
Does your computer have an ethernet card? Maybe that's the problem.
zmerlinz
Nov 29th, 2000, 01:30 PM
sure does it i have a dlink isa network card, and i am on a LAN with 5 other computers, does this help at all, i know that i can map a drive to another computer but i don't want this, i want it to be on my computer, it is sort of a partition with an unlimited disk space (well as much as there is left on my hdd)
Cheers
oetje
Nov 29th, 2000, 01:33 PM
Zmerlinz, I'm on a lan too. :) Is file and printer sharing enabled? Can you access your computer from the other computers on the lan? What kind of error does it give, and when?
zmerlinz
Nov 29th, 2000, 01:40 PM
call me Merlin
yes file and printer sharing is enabled, and i can access my computer from all of the other computers that are on the LAN,
here is what i type in the connection box
\\merlin\visual basic
here is the message and i get when i create the connection
the computer or connection could not be found, make sure that you type it in correctly and try again, can you get this to work on your computer at all ?
[Edited by zmerlinz on 11-30-2000 at 04:16 AM]
zmerlinz
Nov 30th, 2000, 03:20 AM
anyone ¿
paulw
Nov 30th, 2000, 05:02 AM
Merlin,
Change your share name so that there is no space in it. Set up a share name like "vb" - don't use the directory name - it can lead to confusion, but the OS is trying to connect to "\\merlin\visual" with "basic" as a parameter!
Cheers,
P.
zmerlinz
Nov 30th, 2000, 05:05 AM
cheers paul i wil try it out when i get home
can you get it to work on your computer at all ?
tumblingdown
Nov 30th, 2000, 05:07 AM
hey Z.
Do you still have the prob?
Ok, i wrote after dennis closed that thread, that it doesn't work using the ComputerName on win98. You have to use the ip address (not the loop back, i.e not 127.0.0.1) e.g.
net use X: \\166.12.99.100\visualbasic
(and remember to put a share on your directory)
td.
paulw
Nov 30th, 2000, 05:09 AM
Not at work, we've got centrally controlled WIN NT:(
That should work for you though. There is a way round shares with spaces but it is OS specific and I can't remember the details. It might not be your problem but it is the most likely one.
Incidentally, an internal share does not depend on the presence of a LAN card - it is done in software and is not hardware dependent.
Cheers,
P.
tumblingdown
Nov 30th, 2000, 05:12 AM
aye, but you do need an ip for the share to resolve against, so it can be tricky getting a net running with out a card ;-)
td.
paulw
Nov 30th, 2000, 05:38 AM
In its origins, LAN manager was not IP based at all, its just these wimpy new OSes that require those magic numbers - in the good old days we just bound our stacks to a good old NetBIOS layer and made networks work through thin air by pure force of will....
Paul dragged off into the corner, foaming at the mouth....
I'm still using 95 at home:(
Cheers,
P.
zmerlinz
Nov 30th, 2000, 06:05 AM
cheers guys, i will try all of this at home tonite
if this helps at all i win98 SE but i might be going to ME can i still do it in that ?
tumblingdown
Nov 30th, 2000, 06:27 AM
yer.
td.
zmerlinz
Nov 30th, 2000, 08:07 AM
cheers you guys i appreciate all of the help
zmerlinz
Nov 30th, 2000, 10:09 AM
Originally posted by tumblingdown
Do you still have the prob?
Ok, i wrote after dennis closed that thread, that it doesn't work using the ComputerName on win98. You have to use the ip address (not the loop back, i.e not 127.0.0.1) e.g.
net use X: \\166.12.99.100\visualbasic
(and remember to put a share on your directory)
i tried what you suggested here, but i still get the same damn problem, agghhh, do you have any other solutions ?
plesase help wil be appreciated
tumblingdown
Nov 30th, 2000, 11:41 AM
What OS?
What is the Directory name you wish to share?
Have you put a share on that Directory?
What is your IP?
td.
zmerlinz
Nov 30th, 2000, 12:02 PM
Originally posted by tumblingdown
What OS?
What is the Directory name you wish to share?
Have you put a share on that Directory?
What is your IP?
Win 98 SE
The directory is c:\Visual Basic and the share name is visualbasic
yes the directory is shared (with a password if that makes a difference)
my ip is 192.168.0.5
and the subnet mask is 255.255.0.0
hope this helps at all
tumblingdown
Nov 30th, 2000, 12:18 PM
If you have a password on the share, then all that will happen is you'll get prompted if you haven't specified it.
If
net use X: \\192.168.0.5\visualbasic
doesn't work then i reckon you've got gremlins.
What is the exact error message?
td.
zmerlinz
Nov 30th, 2000, 12:24 PM
the exact message reads
"The follwing error occured while trying to connect E: to net use C: \\192.168.0.5\visualbasic The computer or share name could not be found Make sure that you typed it in correctly and try again"
does this make any sense to you ?
btw does it work on your system ?
tumblingdown
Nov 30th, 2000, 12:36 PM
E: to net use C: - ***?
It works fine on any 98 box round here.
Can you map to your share thru windows explorer?
td.
zmerlinz
Nov 30th, 2000, 12:41 PM
no don't work
can you give me step by step instructions of how you did it, sorry to be a nuisence, but it won't bl**dy work on my computer!!!!
parksie
Nov 30th, 2000, 01:09 PM
What about subst?
zmerlinz
Nov 30th, 2000, 01:20 PM
attempting not to sound dumb
what is subst ?
where does it apply ?
parksie
Nov 30th, 2000, 03:54 PM
It's an ancient DOS command, but still works on everything, including NT/2000.
C:\WIN98\Desktop>subst /?
Associates a path with a drive letter.
SUBST [drive1: [drive2:]path]
SUBST drive1: /D
drive1: Specifies a virtual drive to which you want to assign a path.
[drive2:]path Specifies a physical drive and path you want to assign to
a virtual drive.
/D Deletes a substituted (virtual) drive.
Type SUBST with no parameters to display a list of current virtual drives.
HarryW
Nov 30th, 2000, 04:06 PM
Oooo, never saw that one before.
parksie
Nov 30th, 2000, 04:13 PM
I've been using it for ages :)
HarryW
Nov 30th, 2000, 04:20 PM
Neener neener neener :rolleyes:
parksie
Nov 30th, 2000, 04:28 PM
I'm not gloating. (I can't...I'm mentally incapable of it ;))
Anyway - I think it kind of disappeared when it didn't appear in any manuals past DOS 6.22 :(.
HarryW
Nov 30th, 2000, 04:36 PM
Well I wouldn't know, I don't think I've ever had a manual for any OS ;)
parksie
Nov 30th, 2000, 04:38 PM
It was one at school ;)
The only OS manuals I had were for the BBC B, the Electron, and an Acorn Archimedes.
BTW they were all Acorn machines, and damn nice too.
HarryW
Nov 30th, 2000, 04:44 PM
Yeah, I've got a BBC back at home somewhere at my Dad's house. I like to break it out every year or two and play Dogfight and of course, the original and IMO best version of Elite.
parksie
Nov 30th, 2000, 04:50 PM
What a game. And what a manual...actually written with at least part of a story in mind!
My Elite disk met with a rather nasty end...involving a small mammal with claws and sharp teeth :( (*cries*)
HarryW
Nov 30th, 2000, 04:54 PM
I could probably send you a 5 1/4" with it on if you like :) If ever you feel a bout of nostalgia coming on, just tell me ;)
zmerlinz
Nov 30th, 2000, 05:14 PM
Heah !! heah people we are ment to be helping me here
ok !!
cheers :)
tumblingdown
Dec 1st, 2000, 02:55 AM
Z,
Parksie's right. subst will do the same thing for you.
type subst /? at a console.
td.
zmerlinz
Dec 1st, 2000, 03:12 AM
i tried subst [d: [c:\visual]] and it comes up with invalid switch agghhhhhh
please help desperate man, almost in tears ;)
tumblingdown
Dec 1st, 2000, 03:19 AM
Z,
subst x: c:\visualbasic
works fine for me.
td.
HarryW
Dec 1st, 2000, 03:20 AM
Don't put the square brackets in, that's just the syntax notation from the help.
zmerlinz
Dec 1st, 2000, 03:26 AM
ok cheers i will try that, just one more question, can you see the drive in my computer and is the drive there when you restart the computer or will i have to write a batch file ?
Cheers
tumblingdown
Dec 1st, 2000, 03:41 AM
Just asked a collegue and he says subst is persistant across logout/login, but not across reboots. You can write a .bat to do it (or get net use working ;-)
td.
zmerlinz
Dec 1st, 2000, 03:55 AM
the subst thing works and i will put it in the autoexec.bat, i have made a batch file and it connects, but how can i call it a different name and also maybe share it from within dos, i have found another use for this virtual drive thing at school hehehehe
HarryW
Dec 1st, 2000, 05:48 AM
What do you mean by use a different name? Do you mean other than autoexec.bat? Your powers of confusion are working wonders here.
zmerlinz
Dec 1st, 2000, 05:54 AM
sorry about that harry, i meant can i rename the drive, currently the drive on my computer is called data, and can you share it in DOS,even though it doesn't excist as a drive ?
zmerlinz
Dec 1st, 2000, 07:45 AM
just thought that i would add that i am using dos becuase i am on a stupid restricted computer using nt4 at school and it bites aaaggggghhhh
tumblingdown
Dec 1st, 2000, 09:41 AM
nt4 does not 'bite'
td.
zmerlinz
Dec 2nd, 2000, 12:03 PM
it does when nearly all of the useful programs are restricted
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.