Linux Symlink equivalent in Windows ??

jimbo45

New member
Guru
Gold Member
VIP
Local time
2:36 PM
Messages
5,941
Location
Hafnarfjörður IS
Hi all
Do any of the Windows specialists out there know if the Linux Symlink function exists in Windows.

I'm streaming music and video libraries which are spread over a few different disks.

The old Linux server has no problem running my streaming app -- when I point to "Music Folder" I just give it the high level mount point \\multimedia and the streamer will get all the sub directories --whatever physical volume ther are on.

The same application running on Windows server 2008 also wants a high level directory but it will only give me sub directories on the SAME volume.

The app I'm running is Squuezebox server -- no problem with the application - works fine on Linux and W7.

If I can't solve this problem I'll have to keep the Linux server. Video and Audio Streaming is a MUST in my house.

I'll have my head separated from my neck if I intefere with this.:cry:

I like W2008 Server and think I should go in that direction in spite of a load of good features Linux has as a server but Windows really DOES need to break a fixed relationship between a directory name and the volume its on.

W7 Libraries go some way towards this but the squuezebox application doesn't recognize W7 "Libraries" yet -- probably be a while before applications pick up on this.

Cheers
jimbo
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom built, several laptops HP/ASUS
OS
Linux CENTOS 7 / various Windows OS'es and servers
CPU
Intel i7 Intel i5
Memory
8GB, 16GB
Graphics Card(s)
On Motherboard
Sound Card
Realtek HD audio
Monitor(s) Displays
Apple Cinema display, Samsung LCD
Screen Resolution
1920 X 1080
Hard Drives
4 X 1TB SATA
Mouse
Toshiba wireless laser
Internet Speed
> 20MB up

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Alienware Aurora ALX R4
OS
Windows 10 Pro (x64)
CPU
Intel Core i7-3930K (3.2GHz - 4.5GHz)
Motherboard
Alienware Aurora-R4 x79
Memory
4x Samsung 4GB PC3-12800 DDR3 (16GB 1600MHz)
Graphics Card(s)
Nvidia Geforce GTX 690
Sound Card
SteelSeries Siberia Elite
Monitor(s) Displays
Dell UltraSharp U3011
Screen Resolution
2560x1600
Hard Drives
Samsung 850 Pro 256 GB, Seagate 1TB Desktop Hybrid HDD, 2x Western Digital 4TB Green HDD
PSU
875W Some Dell PSU <.<
Case
Alienware Aurora ALX
Cooling
Custom Liquid Cooling (EK CPU & GPU blocks) dual EK 480RAD
Keyboard
Logitech G710+ Mechanical
Mouse
Logitech G700s
Internet Speed
Verizon Fios (50 mbps average)
Other Info
Server: Intel NUC D54250WYK: i5-4250U, 16GB, 256 GB mSATA, Windows Server 2012 R2
Symlink...Or you can use a Junction.
Code:
mklink C:\Users\Bob\Desktop\freebird.mp3 \\BobServer\Music\freebird.mp3
Or add context menu support: Link Shell Extension

Thanks
That's what I was looking for works a treat on my streaming music Library.

Rep awarded for helpful reply.

Cheers
jimbo
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom built, several laptops HP/ASUS
OS
Linux CENTOS 7 / various Windows OS'es and servers
CPU
Intel i7 Intel i5
Memory
8GB, 16GB
Graphics Card(s)
On Motherboard
Sound Card
Realtek HD audio
Monitor(s) Displays
Apple Cinema display, Samsung LCD
Screen Resolution
1920 X 1080
Hard Drives
4 X 1TB SATA
Mouse
Toshiba wireless laser
Internet Speed
> 20MB up
Back
Top