nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

get Access Denied ERRDOS -ERRnoaccess from linux into my XP

This is a discussion on get Access Denied ERRDOS -ERRnoaccess from linux into my XP within the Linux software forums, part of the Linux Getting Started category; Hi, I can ping my XP from my linux, and telnet back and forth, no problem. In trying to share ...


Go Back   nixCraft Linux Forum > Linux Getting Started > Linux software

Register FAQ Members List Calendar Forgotten your password? Mark Forums Read
  #1 (permalink)  
Old 06-04-2006, 02:56 AM
Junior Member
 
Join Date: Jun 2006
Posts: 1
Rep Power: 0
neildave2004
Default get Access Denied ERRDOS -ERRnoaccess from linux into my XP

Hi,

I can ping my XP from my linux, and telnet back and forth, no problem. In trying to share files from XP into Linux using Samba, need help:

entered in Linux:

#mount - t smbfs //XPname/ /windocs
#Password:XXXXXX
16785: session setup failed:ERRDOS - ERRnoaccess (Access Denied)


SO:


what do I change in my Windows machine: XPname ?

or do I have to setup Linux for NTFS first ? Thanks- Neil
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 06-04-2006, 05:12 PM
tom tom is offline
Contributors
User
 
Join Date: Jun 2005
Location: London, UK
Posts: 213
Rep Power: 4
tom is on a distinguished road
Default

hi there,

Try any one of the following:

Code:
# mkdir /windocs 
# mount - t smbfs //XPname/sharename /windocs -o username=tom
OR use ip address:
Code:
# mount - t smbfs //192.168.1.100/sharename /windocs -o username=tom
You are missing full sharename and username. It cannot guess it. See url

http://www.cyberciti.biz/nixcraft/vi...-partition.php
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Remote access to linux server RamPD Linux software 9 05-26-2008 08:21 AM
Dovecot: Eror message access denied /etc/dovecot.conf kasimani Linux software 4 07-20-2006 11:08 PM
Relay Access Denied Error 554 rbizzell All about FreeBSD/OpenBSD/NetBSD 3 07-20-2006 03:48 AM
Linux howto allow or deny access by IP address goku Linux software 1 07-10-2006 08:44 PM
Debian recovery mode read only access make it write access Donavit Linux software 1 12-30-2005 01:49 AM


All times are GMT +5.5. The time now is 03:17 AM.


Powered by vBulletin® Version 3.7.4 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36