Jump to content

[SOLVED] Map all the shares to one drive (windows)


Recommended Posts

Hi,

 

I have a little doubt about mapping user shares.

 

My unraid box (Tower) has 7 disks. And I have 3 shares:

Tower/TV

Tower/Movies

Tower/MoviesHD

 

If I map each share , I achieve the following:

Tower/TV : mapped to X:

Tower/Movies: mapped to Y:

Tower/MoviesHD : mapped to Z:

 

So, so for example, if I click on X: I have the following structure:

X:/How I met your mother

X:/The Big Bang Theory

...etc

 

However, I want to have ONE disk with ALL the user shares. For example, lets call it W:. So, if I click on W: I want to have the following:

W:/TV

W:/Movies

W:/MoviesHD

 

How can I do that with Windows 7?

 

Thank you so much.

 

 

 

 

Link to comment

You need to create a new share and then create symlinks on your unRaid system, then map a network drive to that new share.

 

Hopefully someone else can come and verify these steps.

 

1) Create a new share on unRaid, "Videos".

2) cd /mnt/user/Videos

3) ln -s /mnt/user/Movies

4) ln -s /mnt/user/TV

5) ln -s /mnt/user/MoviesHD

6) On your windows 7 machine, map a new network drive to "Videos"

 

 

Now you should be able to see Tower/Videos/TV , Tower/Videos/Movies and Tower/Videos/MoviesHD.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...