LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-11-2017, 03:56 PM   #1
Nojenk
LQ Newbie
 
Registered: Apr 2017
Posts: 2

Rep: Reputation: Disabled
error with mount of windows network drive.


hello,
I have been trying to mount a windows network drive to a machine. I am receiving this error.
Please help:


mount command (not the real inputs):
mount -t cifs -o username=user,password=pw //10.10.10.10/alf /mnt/alfr

Error received:
[root@monkey]/mnt/alfr/$ ls
ls: reading directory .: Input/output error

show that it is mount:
[root@monkey]/root/$ mount -v
//10.10.10.10/alf on /mnt/alfr type cifs (rw)


fsck:

[root@monkey]/root/$ fsck.ext4 -v /mnt/alfr
e2fsck 1.41.12 (17-May-2010)
fsck.ext4: Is a directory while trying to open /mnt/alfr

The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>

dmesg:
CIFS VFS: Error connecting to socket. Aborting operation
CIFS VFS: cifs_mount failed w/return code = -110
SELinux: initialized (dev cifs, type cifs), uses genfs_contexts
SELinux: initialized (dev cifs, type cifs), uses genfs_contexts
SELinux: initialized (dev cifs, type cifs), uses genfs_contexts
SELinux: initialized (dev cifs, type cifs), uses genfs_contexts
CIFS VFS: cifs_mount failed w/return code = -22
CIFS VFS: cifs_mount failed w/return code = -22
SELinux: initialized (dev cifs, type cifs), uses genfs_contexts
SELinux: initialized (dev cifs, type cifs), uses genfs_contexts
SELinux: initialized (dev cifs, type cifs), uses genfs_contexts
SELinux: initialized (dev cifs, type cifs), uses genfs_contexts
Status code returned 0xc000006d NT_STATUS_LOGON_FAILURE
CIFS VFS: Send error in SessSetup = -13
CIFS VFS: cifs_mount failed w/return code = -13
Status code returned 0xc000006d NT_STATUS_LOGON_FAILURE
CIFS VFS: Send error in SessSetup = -13
CIFS VFS: cifs_mount failed w/return code = -13
CIFS: Unknown mount option Cusername
CIFS VFS: No username specified
SELinux: initialized (dev cifs, type cifs), uses genfs_contexts
SELinux: initialized (dev cifs, type cifs), uses genfs_contexts
SELinux: initialized (dev cifs, type cifs), uses genfs_contexts
SELinux: initialized (dev cifs, type cifs), uses genfs_contexts
SELinux: initialized (dev cifs, type cifs), uses genfs_contexts
 
Old 04-11-2017, 04:34 PM   #2
Rickkkk
Senior Member
 
Registered: Dec 2014
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,364

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Hi Nojenk - Welcome to LQ.

I was able to find quite a few references when Googling errors 22 and 13 for CIFS mounts - you could start there. A couple of suggestions that came up fairly often:

- Use IP address of Windows machine and not its machine name (you are already doing this, though)

- Make sure you have cifs-utils installed on your linux box with which you are trying to connect

- Try either sec=ntlm or sec=ntlmv2 as options in your mount command.

Cheers !
 
Old 04-13-2017, 11:15 AM   #3
Nojenk
LQ Newbie
 
Registered: Apr 2017
Posts: 2

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Rickkkk View Post
Hi Nojenk - Welcome to LQ.

I was able to find quite a few references when Googling errors 22 and 13 for CIFS mounts - you could start there. A couple of suggestions that came up fairly often:

- Use IP address of Windows machine and not its machine name (you are already doing this, though)

- Make sure you have cifs-utils installed on your linux box with which you are trying to connect

- Try either sec=ntlm or sec=ntlmv2 as options in your mount command.

Cheers !
I have added cifs-utils and I have tried doing it in fstab. Also did sec=ntlmv2 inside the mount statement. I am still receiving CIFS VFS errors. This is the newest one.
CIFS VFS: signing required but server lacks support
CIFS VFS: cifs_mount failed w/return code = -95
 
Old 04-13-2017, 12:46 PM   #4
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,659
Blog Entries: 4

Rep: Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941
In this case, assume that messages about "superblocks" and so-forth are red herrings: the problem is that the two servers are not properly connecting. And, you probably need to look in the Event Viewer (Administrative Tools) on the Windows machine to which you are trying to connect. It should have recorded information about the failed event which Linux might not see, but which will prove essential in understanding the root cause of the problem.

As a matter of course, I always start my investigations with tcpdump or WireShark: "are the messages going in both directions between the two machines?" I want to see, preferably on both sides, that messages and corresponding replies, initiated from both sides, are in fact successfully making the round-trip. (It doesn't matter if they are encrypted, as they probably are.)

I've run into a lot of "bogus message" situations that turned out to be fundamental TCP/IP communication issues, and nothing more.

Last edited by sundialsvcs; 04-13-2017 at 12:51 PM.
 
1 members found this post helpful.
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux (RHEL/SLES) CIFS mount of Windows network drive is unreliable: Input/Output err gqdabien General 2 02-25-2013 05:47 PM
Mount windows network drive from Linux perfectpol7 Linux - Networking 6 08-26-2009 07:39 AM
mount a (windows) network drive using command line idokus Linux - Software 4 12-17-2008 08:00 AM
mount: unknown filesystem type 'ntfs' when trying to mount windows drive... DiZASTiX Linux - Hardware 12 09-28-2008 07:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration