NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
carlocki
Jan 07, 2024Luminary
formatting my netgear rn104
I have a full backup on external hdd of my nas rn 104 (just one bcp unfortunately) I need help for this reinstallation and I help someone can follow me trough all of this. My main need it is about ...
- Jan 09, 2024
What happens when you enter this from the Windows CMD line?
net use * /d /y net use t: \\192.168.1.4\data /user:admin nas-admin-passwordusing the actual NAS admin password of course.
It should mount the entire data volume as drive letter T.
If you are using password as the admin password you'll need to change that before trying the above commands.
Also, the second command assumes you are using X-RAID - if you aren't, then you need to use the NAS volume name instead of data
carlocki
Jan 09, 2024Luminary
lost everything: all the connections mounted
let me try this WC manager .
NAS is configured.
when I configure nas ip adress on windwos something wont' work
i don't know how to write that script.
let me try this WC manager .
NAS is configured.
when I configure nas ip adress on windwos something wont' work
i don't know how to write that script.
StephenB
Jan 09, 2024Guru - Experienced User
carlocki wrote:
i don't know how to write that script.
remount.bat could look something like this:
net use * /d /y
net use z: \\192.168.1.4\sharename /u:username password
pause
sharename, username, and password are all placeholders.
You can add additional lines above the pause to mount other shares to drive letters.
You can create this file with notepad.
- carlockiJan 09, 2024Luminary
i used this code and I made a bat file
net use * /d /y
net use t: \\192.168.1.4\nasarc /user:xxxxxxx yyyyyyyy
pause
net use x: \\192.168.1.4\musica /user:xxxxxxx yyyyyyyy
pause
net use y: \\192.168.1.4\risorse /user:xxxxxxx yyyyyyyy
pause
net use w: \\192.168.1.4\archivio /user:xxxxxxx yyyyyyyy
pause - StephenBJan 09, 2024Guru - Experienced User
carlocki wrote:
i used this code and I made a bat file
net use * /d /y
net use t: \\192.168.1.4\nasarc /user:xxxxxxx yyyyyyyy
pause
net use x: \\192.168.1.4\musica /user:xxxxxxx yyyyyyyy
pause
net use y: \\192.168.1.4\risorse /user:xxxxxxx yyyyyyyy
pause
net use w: \\192.168.1.4\archivio /user:xxxxxxx yyyyyyyy
pauseThat should work.
- carlockiJan 09, 2024Luminary
it works except i would like to access inside a folder for "fumetti" but it is ok
can you explain why I need this code on a perfectly working windwos? any limitation of my net card?
- StephenBJan 10, 2024Guru - Experienced User
carlocki wrote:
can you explain why I need this code on a perfectly working windwos? any limitation of my net card?
Normally mapped drives are not persistent, so you need to map them again when you reboot (or log out/log in).
There is a switch (/persistent:Yes) that you could add to your script. For instance
net use t: \\192.168.1.4\nasarc /persistent:yes /user:xxxxxxx yyyyyyyyEven with this switch, a mapped drive sometimes won't mount. But it would mount most of the time.
But there are alternatives to mapping shares to drive letters that you might want to google.
- You can create desktop shortcuts for each share from file explorer, that would navigate to the share when you click on them.
- You can pin network shares to "quick access"
- Windows 11 lets you pin network shares to start - not sure if Windows 10 has that feature or not.
carlocki wrote:
it works except i would like to access inside a folder for "fumetti"
These other methods would let you access subfolders within shares directly, so they would let you do this. - SandsharkJan 10, 2024Sensei
Mapped drives are the easiest way for a more novice user to access the NAS. They also help when a program isn't set up to access a network share directly.
As StephenB said, this isn't necessary to access the shares, there are other ways. But since you never did state how you were attempting to access them, we could not help you figure out what you were doing wrong or simply not doing.
If you were expecting the shares to simply show up, as if they were on a USB drive attached to the computer, then you really didn't do your homework before purchasing a NAS to understand what you were buying. A little Googling of network access from Windows might be in order.
- StephenBJan 10, 2024Guru - Experienced User
Sandshark wrote:
If you were expecting the shares to simply show up, as if they were on a USB drive attached to the computer, then you really didn't do your homework before purchasing a NAS to understand what you were buying.
FWIW, carlocki has had the RN104 since 2013. So I think the goal was just getting everything working as it did before he spun up Win10 on this PC.
- carlockiJan 10, 2024Luminary
Sandshark wrote:Mapped drives are the easiest way for a more novice user to access the NAS. They also help when a program isn't set up to access a network share directly.
As StephenB said, this isn't necessary to access the shares, there are other ways. But since you never did state how you were attempting to access them, we could not help you figure out what you were doing wrong or simply not doing.
If you were expecting the shares to simply show up, as if they were on a USB drive attached to the computer, then you really didn't do your homework before purchasing a NAS to understand what you were buying. A little Googling of network access from Windows might be in order.
I must say thanks to Stephen. I Learnt a lot and everything is working great now.
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!