LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Error returning - t: NT_STATUS_OK (https://www.linuxquestions.org/questions/linux-newbie-8/error-returning-t-nt_status_ok-171669/)

May1950 04-18-2004 11:35 AM

Error returning - t: NT_STATUS_OK
 
Hi -My Linux PC is on a home network with a Windows XP PC. I just replaced the hard drive on the XP PC; the file system is NFTS. Now, the Linux PC cannot see the files on the XP PC. The following error message appears: "error returning - t: NT_STATUS_OK". I'm using Samba. Before replacing the hard drive, the file system on the XP PC was FAT32 & both PCs were able to see each other. There were no problems transferring files between the two PCs. I've tried a number of Live CDs but the same error message appears. How do I correct this problem? Thanks.

iluvatar 04-23-2004 02:01 AM

Hi

try this mount command from a terminal:

mount -t smbfs -o username=<winxp user> \\<xp ip address>\<sharename> /path/to/mountpoint

it should ask for a password. if this doesn't work, maybe the protocol config isn't correct, try add this line:

max protocol = NT1

to the [global] section in the sambe config file (commonly /etc/samba/smb.conf).

succes & greetz,
.-=~ iluvatar ~=-.


All times are GMT -5. The time now is 08:10 PM.