Results 1 to 3 of 3
Getting repetitions of:
cifs_read_super: get root inode failed
and
CIFS VFS: cifs_mount failed w/return code = -22
from the following (sanitized) mount command in CentOS 5.3
mount -t cifs -o ...
- 07-27-2009 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 11
cifs Mount Problem
Getting repetitions of:
cifs_read_super: get root inode failed
and
CIFS VFS: cifs_mount failed w/return code = -22
from the following (sanitized) mount command in CentOS 5.3
mount -t cifs -o username=mysusername,password=mypassword,domain=my domain //ipaddress/sharename /mnt/myfiles
Any help you can give will be appreciated.
RichLich
- 08-05-2009 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Are you sure that the directory you have specified has been shared on the remote system? Also, you need to do this as root, or sudo. In my case, I usually use /sbin/mount.cifs directly, and make it suid root so non-root users can mount remote file systems if they are authorized.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 08-06-2009 #3Just Joined!
- Join Date
- Jun 2009
- Posts
- 11
We actually resolved this problem by changing the nature of the share on the Windows system.


Reply With Quote