- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Re: Mapping to home folders
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mapping to home folders
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Mapping to home folders
You can access your own home folder using your NAS account credentials. If you enter them into the Windows credential manager for the PC, then you can access it automatically, and also map it to a drive letter. The path in file explorer is the same as the path for any share (\\nas-name\username ).
If you want to map home itself to a drive letter (so you can see the home folders for all users), then you need to use the NAS admin account for the credentials.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Mapping to home folders
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Mapping to home folders
What version of windows are you running? The credential manager goes all the way back to Vista I think.
@ipb_uk wrote:
Using the NAS admin credentials.
Try running CMD (windows command prompt), and enter
net use * /delete
net use t: \\nas-ip-address\data\home /user:admin nas-admin-password
Use the actual IP address and admin password of course. Be careful on spaces and the slash direction. This assumes that your data volume is the default ("data") and that you haven't using the default admin password of password.
You can use \\nas-ip-address\data\home\username if you only want to map a specific home folder (or \\nas-ip-address\data if you want to map the full data volume)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Mapping to home folders
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Mapping to home folders
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Mapping to home folders
Ensure your Windows system and the NAS are set to the exact same date, time zone, DST, and time. Configure both to sync of the Internet using NTP.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Mapping to home folders
Thanks
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Mapping to home folders
@ipb_uk wrote:
Funny that using those very same credentials I can login via frountview and via SSH (shell in a box).
As I mentioned, it won't work if the admin password is still set to the default password.
If you aren't doing that, then perhaps try changing the admin password, rebooting the NAS, and then changing it back.
Note you shouldn't normally log into ssh using admin, instead you should use root.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Mapping to home folders
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Mapping to home folders
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Mapping to home folders
If the CMD line works, then that says you need to go into the Windows Credential Manager. Type "credential" into the windows search bar, and you should find it.
Delete any credentials that are in there for the NAS, and enter fresh ones. Note that Windows treats the hostname and the IP address as different machines, so you can use different credentials with the hostname than you use with the IP address.