LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Samba problem when Upgrading from F12 to F13? (https://www.linuxquestions.org/questions/linux-networking-3/samba-problem-when-upgrading-from-f12-to-f13-811679/)

Raveolution 06-02-2010 06:43 AM

Samba problem when Upgrading from F12 to F13?
 
After doing the preupgrade to F13 I came back to see that I could not mount any samba shares.

The error that kept dogging me was
(for "mount //xxx.xxx.xxx.xxx/c /mnt/c")

Quote:

mount: wrong fs type, bad option, bad superblock on //xxx.xxx.xxx.xxx/c,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount.<type> helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so
(via dmesg):
Quote:

CIFS VFS: Server requests plain text password but client support disabled
CIFS VFS: cifs_mount failed w/return code = -6

CIFS VFS: cifs_mount failed w/return code = -22
CIFS VFS: Server requests plain text password but client support disabled
This is mainly for identification purposes.

If you see this, look for /sbin/mount.cifs, it is probably missing. If so, you may be able to fix this problem by installing these packages:

sudo yum -y install cifs-utils.i686 samba.i686 samba-client.i686 gvfs.i686 smb4k.i686

Some of them might already be installed, but once this is done you'll get mount.cifs back and everything should work just fine.

Fracked if I know what happened during the upgrade to break this. I only hope nothing else got zapped.

smoker 06-02-2010 12:01 PM

Have you actually done the upgrade yet ? Preupgrade only downloads the packages, you have to reboot for it to start the upgrade proper.

Raveolution 06-02-2010 09:14 PM

Quote:

Originally Posted by smoker (Post 3990194)
Have you actually done the upgrade yet ? Preupgrade only downloads the packages, you have to reboot for it to start the upgrade proper.

I knew I left some part of my post out. Yes, I did reboot and finish the upgrade. This error came up for me after I booted into the new F13.

Zilvermeeuw 09-19-2010 07:13 AM

Thanks Raveolution!

This solves my problem.

By the way, mount.cifs is in the package cifs-utils. I only installed this one and it works!


All times are GMT -5. The time now is 03:10 AM.