NASLite Network Attached Storage

www.serverelements.com
Task-specific simplicity with low hardware requirements.
It is currently Tue Jun 17, 2025 7:37 pm

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 7 posts ] 
Author Message
PostPosted: Fri Apr 10, 2009 11:17 pm 
Offline

Joined: Wed Jul 02, 2008 5:20 am
Posts: 5
I'm having trouble trying to map a network drive or connect via SMB on a Windows XP PC that is part of my work domain. I am able to connect from other XP pc's on the same workgroup and from other mac's.

I can connect to the box, but I am queried for a login (See attachment)..

Any ideas on how to get around this?

Thanks!


Attachments:
File comment: login message
login.jpg
login.jpg [ 30.02 KiB | Viewed 44053 times ]


Last edited by eggbeater on Wed Apr 15, 2009 9:09 am, edited 2 times in total.
Top
 Profile  
 
PostPosted: Sat Apr 11, 2009 9:00 am 
Offline

Joined: Tue Aug 10, 2004 1:50 pm
Posts: 604
Location: Texas, USA
naslite is a workgroup servere so if it's not part of the domain, then you'll not be able to connect.


Top
 Profile  
 
PostPosted: Sat Apr 11, 2009 11:05 pm 
Offline

Joined: Wed Jul 02, 2008 5:20 am
Posts: 5
ok, just to make sure I'm clear,

The NAS is on a local network as a workgroup. I am connecting the work pc (which is setup to be part of my work domain) to this home local network. I have set the NAS up on 192.168.1.50 and can connect to it via my work PC, it's just the authentication that's the issue. works fine with ftp/telnet, just not smb.

Are you saying I won't be able to connect as long as the work PC is setup on a domain?

Any other ideas on how to stream content (.avi's) from the NAS to WMP or VLC?

Thanks!


Top
 Profile  
 
PostPosted: Tue Apr 14, 2009 7:24 pm 
Offline

Joined: Fri Jul 27, 2007 11:23 am
Posts: 6
Hi,

I have a similar setup with the NAS box and home PC's and with the work laptop which is on a Domain.

To get the work laptop to connect I have 2 shortcuts on the quick launch menu that run 2 simple batch files.

This connects:

@echo off
cls
echo.
echo *****************************************************
echo * This batch file maps the drive letters R, S, T & U *
echo * to the NASLite-2 NAS Drives 0, 1, 2 & 3 *
echo *****************************************************
echo.
echo Press any key to continue or Ctrl+C to cancel
echo.
pause > nul
Rem These are the commands to connect the network drives.
net use R: \\NASLite-2\Disk-0 /USER:NASUser
net use S: \\NASLite-2\Disk-1 /USER:NASUser
net use T: \\NASLite-2\Disk-2 /USER:NASUser
net use U: \\NASLite-2\Disk-3 /USER:NASUser
echo.
echo Press any key to continue
echo.
pause > nul

When finished I run this batch file to disconnect:

@echo off
cls
echo.
echo **************************************************
echo * This batch file disconnects the NASLite-2 mapped drives *
echo **************************************************
echo.
echo Press any key to continue or Ctrl+C to cancel
echo.
pause > nul
Rem This is the command to disconnect the mapped network drives.
net use R: /delete
net use S: /delete
net use T: /delete
net use U: /delete
echo.
echo Press any key to continue
echo.
pause > nul

You may need to change the drive letters used and the disk references. I have 4 HDD's in my NAS.
Hope this helps.

Geoff


Last edited by browngc on Wed Apr 15, 2009 8:36 am, edited 1 time in total.

Top
 Profile  
 
PostPosted: Wed Apr 15, 2009 2:45 am 
Offline

Joined: Fri Jan 12, 2007 4:27 am
Posts: 577
Location: Scotland
Thread rename and sticky?


Top
 Profile  
 
PostPosted: Wed Apr 15, 2009 4:44 am 
Offline

Joined: Wed Jul 02, 2008 5:20 am
Posts: 5
Works great! Thanks very much! Suggested title for the post anyone?


Top
 Profile  
 
PostPosted: Wed Apr 15, 2009 7:02 am 
Offline

Joined: Fri Jan 12, 2007 4:27 am
Posts: 577
Location: Scotland
Drive mapping via SMB on a Windows Domain PC.

(i.e. this script *may* work on XP, Vista and W7)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group