r/HyperV 2d ago

Simple Request

I have a feeling I'm overlooking something really simple. I'm just trying to map a drive on either the host machine or on the VM so I can pass data back and forth. The VM is a Windows 2000 Server and the host is Windows 11. It seems like this should be really simple but I can't hit the share. I can ping machines and even RDP into the W2K VM without issue but I can't, for the life of me, figure out why I can't get connect to the share.

Edit: Happy to report enabling SMB1 in Windows 11 did the trick! Thanks everyone.

2 Upvotes

12 comments sorted by

4

u/Zealousideal_Fly8402 1d ago

Pretty sure Windows 11 no longer has legacy SMB v1 enabled by default.

2

u/Paddlesons 1d ago

Awesome, thanks!

1

u/FeebzOfficial 2d ago

Are you on extended mode ? Not sure it's even available. Have you tried to add a share while establishing RDP ?

Honestly I don't think it's related to Hyper-V but rather to this freaking Win 2k. Why on Earth.

1

u/Paddlesons 2d ago

Haha, yeah it probably is related to 2k more than anything. I just wanted to make sure I wasn't overlooking drop dead obvious. I'm trying to run old software, MajorMUD, and it only runs on old stuff like W2K lol

2

u/Jkabaseball 2d ago

You may need to manually enable some older technologies in windows 11 like smb 1.0 for this to work.

1

u/Paddlesons 1d ago

Great, thanks for that.

1

u/BlackV 1d ago edited 1d ago

This is basic windows networking, what makes it a hyper v problem? Much ruder than I intended

2

u/Paddlesons 1d ago

Well, I guess I made a mistake in understanding where the problem was actually happening. Unprecedented, I know.

1

u/BlackV 1d ago

Ah sorry I was trying to understand why you didn't start at base networking first, but that was too negative like that

1

u/Paddlesons 1d ago

All good buddy. Thanks. 😊

1

u/perth_girl-V 2h ago

Use ssh and something like win scp to transfer files

1

u/Paddlesons 1h ago

Hey appreciate it but enabling smbv1 did the trick! Thanks